Commit Graph

711 Commits

Author SHA1 Message Date
Kayne Ruse e2f5494380 Testing the creatures via scripts
I need to find some way to ensure type safety of userdata.
2016-03-25 23:23:12 +11:00
Kayne Ruse 9a1714a881 Added creatures to the room containers 2016-03-25 22:29:26 +11:00
Kayne Ruse 18f119224a Updated the copyright in the scripts 2016-03-25 21:53:41 +11:00
Kayne Ruse ba384c182a Updated the copyright in the file headers 2016-03-22 13:40:26 +11:00
Kayne Ruse 3b90465afd Removed a debug trace statement 2016-03-22 08:15:17 +11:00
Kayne Ruse 284009baa7 Config tweaks for linux 2016-03-22 07:58:37 +11:00
Kayne Ruse be4ec0349b Updated README.md release-0.8 2016-03-22 07:06:28 +11:00
Kayne Ruse 1ed4f85d62 Tweaked debug map generator scripts 2016-03-22 07:04:11 +11:00
Kayne Ruse 12f86f22de Apparently it was the #45 fix that broke collisions 2016-03-22 00:47:38 +11:00
Kayne Ruse 30aa11c083 Brought client into line with server
Also added a new config file for developing over multiple machines.
2016-03-21 22:06:25 +11:00
Kayne Ruse b89f6f2ece Moved and renamed terminal_error.* to fatal_error.* 2016-03-21 21:10:12 +11:00
Kayne Ruse 5f0cf826d4 Updated networking 2016-03-21 20:57:13 +11:00
Kayne Ruse c2197d5e71 Removed some empty methods 2016-03-21 20:12:44 +11:00
Kayne Ruse 13e67746b4 Renamed monsters to creatures in the code 2016-03-21 19:49:41 +11:00
Kayne Ruse a86a41ad46 Renamed monster files to creatures 2016-03-21 19:28:49 +11:00
Kayne Ruse fd11f4e0e6 Moved server/server_utilities up one directory
Also modified makefiles to account for the change.
2016-03-21 19:07:09 +11:00
Kayne Ruse 19792f8aec Merged server files into server_application.cpp 2016-03-21 17:14:40 +11:00
Kayne Ruse 0666c69680 Moved scenes into one folder 2016-03-20 04:27:58 +11:00
Kayne Ruse 16f7f043fc Merged World source code into world.cpp 2016-03-20 04:06:39 +11:00
Kayne Ruse bd9d969f8e Merge remote-tracking branch 'origin/libcommon' 2016-03-19 06:47:03 +11:00
Kayne Ruse 41626328c9 Checked out common/* 2016-03-19 06:46:18 +11:00
Kayne Ruse bbd468af1a Removed common as a submodule 2016-03-19 06:40:05 +11:00
Kayne Ruse 49b15f4710 Moved all folders into common/ 2016-03-19 06:10:32 +11:00
Kayne Ruse ff67b62792 Found a bug 2016-03-19 05:52:43 +11:00
Kayne Ruse 3a23ba93af Updated Copyright information 2016-03-18 21:13:08 +11:00
Kayne Ruse 15cd3648a3 Fixed minor networking issue 2016-03-18 21:09:02 +11:00
Kayne Ruse fe7bbbbb3d Tweaked button graphics 2015-12-25 22:53:05 +11:00
Kayne Ruse e6e2421ba0 This is now building on Mum's laptop 2015-12-15 22:54:32 +11:00
Kayne Ruse f2119f77a9 HOTFIX: User reported a segfault in Wine 2015-11-11 16:00:46 +11:00
Kayne Ruse 50f3a9e74e Committing changes to libcommon 2015-09-03 15:42:40 +10:00
Kayne Ruse 3eafb57403 Fixed magic numbers for default screen size 2015-09-03 14:47:03 +10:00
Kayne Ruse 47d464ed3a Merge remote-tracking branch 'commondir/libcommon' into libcommon 2015-09-03 14:25:59 +10:00
Kayne Ruse f83f5f76c7 tweaked .gitignore 2015-09-03 14:23:59 +10:00
Kayne Ruse fd98749995 Added the scene template framework 2015-09-03 14:19:57 +10:00
Kayne Ruse 4b4814e89a Tweaked windows build script 2015-08-26 14:09:47 +10:00
Kayne Ruse c0bbadb0bf Merge branch 'upgrade', updated to SDL 2.0, among many other improvements release-0.7 2015-08-24 14:45:43 +10:00
Kayne Ruse c6bc8c24fb Removed some debugging code 2015-08-24 14:40:33 +10:00
Kayne Ruse e7d3205a96 Comment tweak 2015-08-24 14:38:59 +10:00
Kayne Ruse ffe5c80117 Comment tweaks, build tweaks, bugfixes
I've also disabled the "screen trick". It was ugly as hell.
2015-08-24 14:34:54 +10:00
Kayne Ruse a083cce5da Merge remote-tracking branch 'refs/remotes/origin/libcommon' into libcommon 2015-08-24 14:26:47 +10:00
Kayne Ruse 37fadc6567 Resolved bug #45 2015-08-24 14:26:32 +10:00
Kayne Ruse 188a6805bf Found the culprit for bug #45 2015-08-24 03:37:44 +10:00
Kayne Ruse 626435974e Tweaked the packaging script to source from bin 2015-08-24 03:04:55 +10:00
Kayne Ruse b6c9361876 Added .dll files in a submodule for windows build only 2015-08-24 02:52:05 +10:00
Kayne Ruse 45f67476b8 Fixed a graphical bug 2015-08-24 02:03:00 +10:00
Kayne Ruse 0c1232ae3b Fixed a graphical bug 2015-08-24 02:01:46 +10:00
Kayne Ruse dfa8683c47 Tweaks for windows 2015-08-23 19:41:01 +10:00
Kayne Ruse c36c5210ab Splash screen fits to the new logo on startup, before reverting 2015-08-23 05:56:42 +10:00
Kayne Ruse 57a4fc8380 Messing with buttons & fonts 2015-08-23 04:55:50 +10:00
Kayne Ruse 540f646209 Added color macros for buttons 2015-08-23 04:54:51 +10:00