Loïc Hoguin
8ac0e60d2f
Rename location identifiers appropriately: QuestID, ZoneID, MapID and EntryID.
2010-06-06 02:28:35 +02:00
Loïc Hoguin
d4622e29e2
game: Add space docks counter. Fix loading of other counters than LL.
2010-06-06 01:51:18 +02:00
Loïc Hoguin
006ac0a9c0
game: Enable flags and make lobby transport work.
...
Flags will have to be checked individually and handled correctly later.
2010-06-05 03:28:30 +02:00
Loïc Hoguin
7d38ce4d01
game: Add 0a06 to counter loading and add a note in a @todo in proto.
2010-06-05 01:22:38 +02:00
Loïc Hoguin
b758c6a5d5
proto: Conformance for 0236.
2010-06-04 19:51:31 +02:00
Loïc Hoguin
945217010e
proto: Conformance for send_loading_end, 0208.
2010-06-04 19:49:52 +02:00
Loïc Hoguin
a2ffa3adb6
proto: Fix 1212 for conformance.
2010-06-04 19:42:58 +02:00
Loïc Hoguin
91d6426722
proto: Add a @todo.
2010-06-04 19:29:56 +02:00
Loïc Hoguin
11a15f6d90
proto: Fix send_map for conformance. It doesn't need the quest id either.
2010-06-04 19:21:59 +02:00
Loïc Hoguin
7e17c02ad3
proto: Fix send_zone (020f) for conformance.
2010-06-04 18:55:16 +02:00
Loïc Hoguin
6d699a22e9
proto: Update send_quest for conformance.
2010-06-04 18:25:17 +02:00
Loïc Hoguin
e5dc6f82ee
proto: Commands 021b and 021c aren't keepalive. Just send an empty packet for now.
2010-06-04 17:56:18 +02:00
Loïc Hoguin
2c025532b7
proto: Better conformance for command 1500.
2010-06-04 16:47:42 +02:00
Loïc Hoguin
570c8eaf73
game: Small conformance change to 0222.
2010-06-04 16:35:56 +02:00
Loïc Hoguin
67913401dc
proto: Small fixes on character selection to be closer to the PSU protocol.
2010-06-04 16:06:35 +02:00
Loïc Hoguin
2dc9d30660
proto: Remove parse_chat.
2010-06-04 12:18:12 +02:00
Loïc Hoguin
8aa3a9f2e0
proto: Remove parse_options_change.
2010-06-04 12:08:10 +02:00
Loïc Hoguin
529dc5cf08
proto: Remove parse_lobby_change.
2010-06-04 12:07:30 +02:00
Loïc Hoguin
9d2115fa3d
proto: Remove parse_game_auth.
2010-06-04 12:04:37 +02:00
Loïc Hoguin
e151343737
proto: Remove parse_character_select.
2010-06-04 12:03:37 +02:00
Loïc Hoguin
6d98ce6d73
proto: Remove parse_character_create.
2010-06-04 12:02:10 +02:00
Loïc Hoguin
b2cd15d055
proto: Fix send_npc_info, schoolboy error.
2010-06-04 11:36:52 +02:00
Loïc Hoguin
f41935dae2
proto: Remove parse_platform_info.
2010-06-04 11:26:22 +02:00
Loïc Hoguin
1db610f42e
proto: Remove parse_uni_select.
2010-06-04 11:23:15 +02:00
Loïc Hoguin
2afaa28c05
proto: Send all working NPCs cards to everyone.
2010-06-04 02:03:43 +02:00
Loïc Hoguin
dd743a9b6d
proto: Remove a write_file leftover.
2010-06-04 00:52:30 +02:00
Loïc Hoguin
8ffc8f2069
login: Move all parsing functions out of proto and do it inline for clarity.
2010-06-03 22:53:34 +02:00
Loïc Hoguin
652ee58c13
proto: Remove send_hello, do it inline.
2010-06-03 20:25:52 +02:00
Loïc Hoguin
56a669af45
game: Add a quest initialization packet.
2010-06-03 20:15:10 +02:00
Loïc Hoguin
b8251346b2
proto: Send flags just like on the official servers.
2010-06-03 19:25:18 +02:00
Loïc Hoguin
4ae86af79a
game: Initial mission and mission counter support.
2010-05-31 18:24:26 +02:00
Loïc Hoguin
f9a61af2dc
Don't need a + in replace regexpes since they're global.
2010-05-24 13:49:00 +02:00
Loïc Hoguin
e443bf790a
proto: Remove a value that makes no sense and seems unused.
2010-05-24 12:16:13 +02:00
Loïc Hoguin
48ba723e8c
Make spaceport work as expected. Add Neudaiz main lobby.
2010-05-22 22:52:08 +02:00
Loïc Hoguin
e4bad33910
Handle map type properly.
2010-05-22 03:59:19 +02:00
Loïc Hoguin
ea223e6993
proto: Correctly give the file size when sending the zone file.
2010-05-21 12:40:05 +02:00
Loïc Hoguin
9194636b46
game: Handle ALL broadcast packets correctly and securely.
...
Possibly still incomplete support for a few packets that would require
saving for example.
Also change all Map and Entry to little endian to fix a few issues.
2010-05-20 07:55:17 +02:00
Loïc Hoguin
db3423e208
Correctly handle the file size when sending a quest.
2010-05-19 19:27:22 +02:00
Loïc Hoguin
b579a5bbc3
Add global messages feature. They can be sent using egs:global from the console.
2010-05-19 19:26:24 +02:00
Loïc Hoguin
09e585b549
Fix a crash in packet_split. Packets don't always arrive full.
2010-05-17 04:53:23 +02:00
Loïc Hoguin
fd6e3ac62f
Fix the missing chat modifiers (shout, cut-in).
2010-05-15 17:10:07 +02:00
Loïc Hoguin
9ad0e2d771
Parameterize the game server IP.
...
Ready for an initial buggy public test.
2010-05-15 01:58:25 +02:00
Loïc Hoguin
ddf13edfc7
Copyright notice: gasetools -> EGS. Whoops! Thanks.
2010-05-15 01:55:23 +02:00
Loïc Hoguin
9b315de02e
Use the username and password entered to separate the save data into accounts.
2010-05-13 20:45:17 +02:00
Loïc Hoguin
8220c8ad92
Initial commit. Server capable of handling a few lobbies.
...
Players are still isolated from each other in this version.
2010-05-13 17:05:25 +02:00