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
0666c69680
Moved scenes into one folder
2016-03-20 04:27:58 +11:00
Kayne Ruse
9b2e78a68e
Split the scenes directory into gameplay_scenes and menu_scenes
2015-01-17 16:57:04 +11:00
Kayne Ruse
be90694234
Added network tweaks to client; project builds cleanly
2015-01-15 23:32:04 +11:00
Kayne Ruse
9f3721247d
Replaced a block of code in setup_server.lua with one line
2015-01-11 20:12:50 +11:00
Kayne Ruse
0344fe0d6d
Added a link to the github page to the main menu
2015-01-02 08:49:06 +11:00
Kayne Ruse
6704944105
Updated the map system & APIs
2014-12-31 06:01:03 +11:00
Kayne Ruse
f9c19a630d
Added trigger reference to WaypointData, unused
...
WaypointData also inherits from Entity now, so I could alias Entity's API
for it too. I've also made a number of comment tweaks.
2014-12-31 03:34:06 +11:00
Kayne Ruse
8708cfbee0
I give up, I'm just using the stop-dead system for now.
2014-12-27 23:16:48 +11:00
Kayne Ruse
b67e85e87b
Moved some messy code from InWorld::Update() to utility methods
2014-12-27 21:00:00 +11:00
Kayne Ruse
f6e90d7e39
Fixed controls & hotkeys interferring; smoother logouts
2014-12-27 19:25:49 +11:00
Kayne Ruse
ee0b7884a8
Partial collision (box prep) complete; untested
2014-12-27 15:05:34 +11:00
Kayne Ruse
7e5a7f8183
Updated the copyright headers about a week ahead
2014-12-27 13:29:16 +11:00
Kayne Ruse
f2d517df9d
BUGFIX: Infinitely small motion on an axis after repeated key release;
...
read more
I've patched this issue by setting motion's elements to
CHARACTER_WALKING_SPEED or negative CHARACTER_WALKING_SPEED if they're
above or below zero, respectively.
2014-12-27 12:33:51 +11:00
Kayne Ruse
6c11aa0927
Characters are moving around in the world
2014-12-27 02:26:44 +11:00
Kayne Ruse
398f1c8bfd
Added a room check to the character query
2014-12-27 01:33:10 +11:00
Kayne Ruse
3e2d1a5a56
Implemented client-side HandleCharacterSet*(); untested
2014-12-22 23:09:28 +11:00
Kayne Ruse
900f623f3b
Camera centering and client drop message
2014-12-19 20:33:09 +11:00
Kayne Ruse
2ae2c48819
Added LocalCharacter, removed entityIndex
2014-12-19 19:44:34 +11:00
Kayne Ruse
07af05712b
Implemented client-side query
2014-12-19 18:33:41 +11:00
Kayne Ruse
7962692641
Implemented client-side character delete; untested
2014-12-19 14:21:05 +11:00
Kayne Ruse
015631a73d
Implemented client-side HandleCharacterCreate
2014-12-18 09:14:11 +11:00
Kayne Ruse
ae046977f0
Server state query works, client doesn't use the result yet
...
Both sides of this message uses QUERY_CHARACTER_EXISTS because I'm just
trying to push forward, without worrying about mistakes I might be making.
I just want to merge this back into the main branch so I can say that I've
actually done something over the last few months.
2014-12-11 08:02:38 +11:00
Kayne Ruse
72f641bf63
Server sends character create & delete messages
2014-12-11 07:12:16 +11:00
Kayne Ruse
0e666d3203
Server accepts and creates the character's data
2014-12-02 23:11:08 +11:00
Kayne Ruse
cc167180f6
Added support for cleaning up after rejection messages
2014-12-01 22:33:15 +11:00
Kayne Ruse
822ff5827e
Map protocol works in theory
2014-12-01 00:13:46 +11:00
Kayne Ruse
8579d7e0d6
Implemented client-side HandleRegionContent()
2014-11-30 23:29:46 +11:00
Kayne Ruse
e5abd51f76
Two-step login system works perfectly; can't shut the server down
...
I've also removed a large amount of commented and uncommented code from
in_world.cpp, simply because so much code was dummied out. I can readd
this code as I reimeplement various features.
2014-11-26 10:14:26 +11:00
Kayne Ruse
9329274866
Project builds, but with a lot of logic dummied out
2014-11-16 23:16:21 +11:00
Kayne Ruse
ace87b438b
Began working changes into lobby
2014-11-16 23:02:06 +11:00
Kayne Ruse
40c76b4285
Implemented a few minor changes from the monster branch
2014-10-19 01:25:03 +11:00
Kayne Ruse
974effd95e
Implemented DisconnectedScreen, and removed CharacterMap
...
Project also builds, since I went through and adjusted it. It's hacky
right now, but I just want to make sure it worked. I'll give it another
pass before merging into develop.
2014-10-10 06:54:48 +11:00
Kayne Ruse
f3073efa39
Renamed clean_up.*pp to disconnected_screen.*pp
2014-10-10 06:35:50 +11:00
Kayne Ruse
87ef03d512
Moved the debug island into a module
2014-09-30 00:44:54 +10:00
Kayne Ruse
59e3518dd8
Implemented command line config overrides
...
You can set the file to read as the config file via the command line, like
this, assuming the program supports it:
prog -config=file.cfg
You can also override indevidual key-value pairs in the config system
using this syntax:
prog -Ckey=value
Both commands can be used together, and you can override multiple
key-value pairs at once. To use this feature of the ConfigUtility, it must
receive argc and argv as parameters to the Load() method.
2014-09-28 02:11:26 +10:00
Kayne Ruse
411687b41c
Added a proper disconnection message by hacking the config
2014-09-10 17:35:12 +10:00
Kayne Ruse
ad2c65dc67
Remeved the commented BUGFIX tags
2014-09-10 17:00:13 +10:00
Kayne Ruse
712d94d3b2
Client now handles character rejections
2014-09-10 16:57:35 +10:00
Kayne Ruse
17b9eb7ad4
Added more rejection packets, revised some logic
2014-09-10 16:06:01 +10:00
Kayne Ruse
2c06232264
JOIN_REJECTION works, ready for the rest
2014-09-09 08:39:36 +10:00
Kayne Ruse
f581c3238f
Tweaked some TODO comments
2014-09-03 04:36:02 +10:00
Kayne Ruse
79c7e48139
UDPNetworkUtility accepts addresses by value, encapsulated ClientData
...
I started encapsulating ClientData, and I added the internals for the
heartbeat ssytem. However, when I took a look inside UDPNetworkUtility, I
realized that I didn't have to pass the IPaddresses by reference anymore.
Therefore, I've changed it to accept the addresses by value, and I'm
committing that change right away before I finish the heartbeat system.
This engine is really shaping up, I think.
2014-09-03 01:59:53 +10:00
Kayne Ruse
06922dc820
Client-side heartbeat is working
2014-09-03 01:21:17 +10:00
Kayne Ruse
5577387d61
Added basic hearbeat framework
2014-09-03 00:53:55 +10:00
Kayne Ruse
d50cf5b91e
Fixed shoddy packet typing
2014-09-03 00:45:08 +10:00
Kayne Ruse
5536bf366d
Implemented the serialization switch statement
2014-08-31 15:35:14 +10:00
Kayne Ruse
094efad728
Rearranged the packet and serial code to make more sense
...
This mostly just reimplements the best parts of the discarded branch:
> discard-encapsulated-packets
There may still be some work needed.
2014-08-31 13:24:53 +10:00