Kayne Ruse
dae5b667a8
HOTFIX: replacing a make command I deleted without thinking
2016-12-04 02:33:59 +11:00
Kayne Ruse
b51c4b4f30
Removed a strange clause from the release build
2016-12-02 23:46:20 +11:00
Kayne Ruse
a2f5e367b2
Project builds, don't run it
2016-11-27 21:55:21 +11:00
Kayne Ruse
1826baa48d
The submodules and common/ compiles
...
Please note that there are duplicate copies of vector2.hpp and
bounding_box.hpp
2016-11-26 16:16:37 +11:00
Kayne Ruse
fe7bbbbb3d
Tweaked button graphics
2015-12-25 22:53:05 +11:00
Kayne Ruse
4b4814e89a
Tweaked windows build script
2015-08-26 14:09:47 +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
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
915660da0e
Server runs, but it's far off from being stable again
2015-08-20 23:24:20 +10:00
Kayne Ruse
dd50287bdd
Deleted common directory
2015-08-14 22:25:57 +10:00
Kayne Ruse
0150dbb929
Began work on the client
2015-08-02 03:20:59 +10:00
Kayne Ruse
4ced681c76
Working on the ui, incomplete
2015-07-08 03:09:50 +10:00
Kayne Ruse
661f6db82c
Added the linux release to README.md
2015-05-17 09:28:37 +10:00
Kayne Ruse
99b35483f8
Tenative port for Linux
2015-05-17 09:18:46 +10:00
Kayne Ruse
d8045ae339
Minor comment tweaks
2015-02-25 21:16:03 +11:00
Kayne Ruse
31fc5a8fa5
Added Windows 8.1 to the makefile config
2015-01-08 15:44:14 +11:00
Kayne Ruse
ba81bcba69
Added a README for the demo build
2014-11-22 04:21:15 +11:00
Kayne Ruse
4ed512e0e2
Moved the snapToBase() utility function to region.*pp
...
I've also adjusted the TODO file, which really shouldn't be committed.
Still, it's there now, so it stays. I don't think the logger is going to
be possible any time soon, so I'll probably look into the disconnection
handler.
2014-08-24 13:23:50 +10:00
Kayne Ruse
8bc1326fef
Added the "package" target to the root makefile
2014-08-19 04:11:12 +10:00
Kayne Ruse
956e920b7a
Added the debug and release targets
2014-08-04 01:04:13 +10:00
Kayne Ruse
95362286f8
Committing the island generator script, and a bugfix
...
region_api.cpp had a bug, where a glue function's name was used twice. It
was an easy catch, but there was an issue in the new script, where I was
counting from 0 instead of 1. As a result, I was chasing a segfault for 5
hours.
2014-06-23 10:29:39 +10:00
Kayne Ruse
a23fbbfb38
Characters are working correctly again
2014-06-14 23:13:11 +10:00
Kayne Ruse
a11867126c
Fixed segfault in common, changed casting of packets to static_cast
...
This required that I switch from using a char array for the packet buffers
to using malloc() and free(). They make more sense anyway, and I've
learned (or relearned) something about casting.
2014-06-12 03:47:49 +10:00
Kayne Ruse
c2eb08bd5e
Restructured the common/ directory, and simplified the build process
2014-05-26 02:10:12 +10:00
Kayne Ruse
8f4ebf20da
Removed the editor, since it isn't currently needed
2014-05-06 00:07:02 +10:00
Kayne Ruse
4270765146
Renamed NetworkPacket to SerialPacket, updated build
2014-04-20 23:54:59 +10:00
Kayne Ruse
a54fbfb9e9
Added static linking
2013-09-21 16:26:01 +10:00
Kayne Ruse
4b62310158
Revised build process to include the common/ directory
2013-09-04 20:49:55 +10:00
Kayne Ruse
027d0125ef
Boilerplate, boilerplate, boilerplate!!!
...
I've created a project for client & editor programs, by simply copying one
to the other. Right now, the client still has the editor scene, but I'll
switch that out soon.
I've also added a license header to the server's source. I don't remember
what else I did, but at this point it should theoretically build out of
the box.
2013-08-29 21:17:43 +10:00
Kayne Ruse
0a0b61287e
Started working on the room system
2013-08-11 20:39:08 +10:00