Martin Michelsen
|
6ff00e46d5
|
add $next command
|
2022-04-20 22:21:32 -07:00 |
|
Martin Michelsen
|
54f01713bc
|
fix bug causing private subcommands to get truncated
|
2022-04-03 23:36:22 -07:00 |
|
Martin Michelsen
|
028078925d
|
use different colors for sent and received commands
|
2022-04-03 23:35:11 -07:00 |
|
Martin Michelsen
|
06fd71f7a6
|
use std::strings in places of c-strings in most places
|
2022-04-03 23:31:24 -07:00 |
|
Martin Michelsen
|
fe9eceed5c
|
bring subcommand abstraction in line with main command abstraction
|
2022-04-03 11:00:14 -07:00 |
|
Martin Michelsen
|
76fd9c22bf
|
get PSO PC login sequence working
|
2022-04-02 10:47:05 -07:00 |
|
Martin Michelsen
|
37b8f1cffa
|
move flags enums into the structs they're scoped to
|
2022-04-01 21:21:46 -07:00 |
|
Martin Michelsen
|
aa1a2e852b
|
fix uneven command size on ep3 card list update
|
2022-04-01 11:27:13 -07:00 |
|
Martin Michelsen
|
dfa087b606
|
write more comments in command structs header
|
2022-04-01 10:59:12 -07:00 |
|
Martin Michelsen
|
583925045e
|
clean up memory handling for client configs
|
2022-04-01 10:39:04 -07:00 |
|
Martin Michelsen
|
e8823819a7
|
remove some now-unneeded memsets
|
2022-04-01 10:19:05 -07:00 |
|
Martin Michelsen
|
8a9e1a2049
|
use safe packed string types
|
2022-03-31 23:23:02 -07:00 |
|
Martin Michelsen
|
832135a505
|
always null-terminate limited-length strings
|
2022-03-31 10:04:37 -07:00 |
|
Martin Michelsen
|
f39dd5a0af
|
make size non-optional in add_color
|
2022-03-31 09:55:25 -07:00 |
|
Martin Michelsen
|
7dce8b6c2c
|
centralize command formats; fix a few range bugs
|
2022-03-31 01:03:13 -07:00 |
|
Martin Michelsen
|
2e839fe70a
|
allow returning to newserv from proxy server
|
2022-03-29 23:25:16 -07:00 |
|
Martin Michelsen
|
5c388c4052
|
make all file/network-related structs packed
|
2022-03-29 00:12:16 -07:00 |
|
Martin Michelsen
|
04aef91c16
|
make add_color_inplace safer
|
2022-03-28 22:30:04 -07:00 |
|
Martin Michelsen
|
97db8da273
|
keep track of lobby player slots on proxy server
|
2022-03-28 22:29:20 -07:00 |
|
Martin Michelsen
|
50a8783e95
|
fix uninitialized memory in simple mail handler
|
2022-03-28 18:22:08 -07:00 |
|
Martin Michelsen
|
cf44e2041e
|
add card config backup
|
2022-03-28 18:22:08 -07:00 |
|
Martin Michelsen
|
2597da95bc
|
rewrite proxy server to support multiple clients and integration with game server
|
2022-03-28 15:55:19 -07:00 |
|
Martin Michelsen
|
d977cf0608
|
supporting changes for proxy server rewrite
|
2022-03-28 15:55:19 -07:00 |
|
Martin Michelsen
|
20410e7a94
|
fix info board
|
2022-03-27 00:29:44 -07:00 |
|
Martin Michelsen
|
fa07ce457b
|
make enum style consistent
|
2022-03-26 19:26:26 -07:00 |
|
Martin Michelsen
|
c3a2356972
|
fix ep3 game creation
|
2022-03-09 00:28:44 -08:00 |
|
Martin Michelsen
|
b8ab8551b6
|
fix bug where ep3 players can't pause
|
2022-03-08 16:33:50 -08:00 |
|
Martin Michelsen
|
d30a3220c8
|
implement ep3 jukebox
|
2022-03-08 12:04:25 -08:00 |
|
Martin Michelsen
|
431484c3d3
|
fix various ep3 lobby bugs
|
2022-03-08 10:58:19 -08:00 |
|
Martin Michelsen
|
3fc1013e1a
|
use phosg big-endian types
|
2022-03-07 22:05:43 -08:00 |
|
Martin Michelsen
|
627498dc8a
|
show client player name in sent/received commands
|
2022-03-07 22:00:07 -08:00 |
|
Martin Michelsen
|
15f978820f
|
replace all NULLs with nullptr
|
2022-03-07 21:22:10 -08:00 |
|
Martin Michelsen
|
b2437b085c
|
make log messages cleaner
|
2022-03-02 18:54:17 -08:00 |
|
Martin Michelsen
|
64d6b69a8b
|
remove some obviated const_casts
|
2022-02-05 19:23:08 -08:00 |
|
Martin Michelsen
|
04b21f34d4
|
update for string_printf and log format warnings
|
2022-01-30 22:46:01 -08:00 |
|
Martin Michelsen
|
7ecf1d9140
|
actually do use strncpy because strlcpy isn't standard
|
2022-01-03 10:56:36 -08:00 |
|
Martin Michelsen
|
0f4618f0e0
|
don't use strncpy
|
2022-01-03 10:52:32 -08:00 |
|
Martin Michelsen
|
e8f23e4b2e
|
switch to CMake
|
2021-12-29 14:24:15 -08:00 |
|