Commit Graph

57 Commits

Author SHA1 Message Date
Martin Michelsen 9a35f5ca63 reorganize BB file loading abstractions 2022-09-03 12:26:12 -07:00
Martin Michelsen 010f753a08 clean up some player structs 2022-09-02 18:26:47 -07:00
Martin Michelsen 01e4518c8e clean up handler tables 2022-09-01 23:35:41 -07:00
Martin Michelsen bca76322bf fix dc guild card format 2022-08-27 19:20:08 -07:00
Martin Michelsen 5d3d1e1900 add support for PSO DC v1/v2 2022-08-27 10:49:53 -07:00
Martin Michelsen 9b837c5b6c implement BB medical center 2022-08-03 17:30:33 -07:00
Martin Michelsen 176641aebe implement some more BB item commands 2022-08-02 23:25:01 -07:00
Martin Michelsen 42c1d251eb clean up map parsing 2022-08-02 12:12:07 -07:00
Martin Michelsen 442f33733d implement $item command on non-bb and on proxy 2022-07-30 23:03:55 -07:00
Martin Michelsen b901e8846d implement some bb guild card commands 2022-07-30 00:25:40 -07:00
Martin Michelsen e6b05196fd use the right flags field for equip tracking 2022-07-26 20:58:48 -07:00
Martin Michelsen 02e98008d3 track equip state on non-BB versions 2022-07-26 20:54:56 -07:00
Martin Michelsen ec205062ad add findings from psox disassembly 2022-07-26 00:33:47 -07:00
Martin Michelsen 0a115427a1 add $rand command 2022-07-11 11:04:31 -07:00
Martin Michelsen 6b958c9f25 split logging into multiple classes with configurable levels 2022-06-26 22:53:11 -07:00
Martin Michelsen fc078a5d51 make it possible to disable item tracking 2022-06-24 22:07:29 -07:00
Martin Michelsen a3bfed6e42 fix item tracking bug on pickup 2022-06-23 21:45:17 -07:00
clint-david 75856d1423 Add new subcommand A1. Update comments.
Update comments for revive to confirm reverser/moon atomizer use same subcommands.

Added new subcommand A1 which is part of revive process. Unsure of function (cannot find any in game effects from it).
2022-06-22 09:22:16 -07:00
Martin Michelsen 57afb59c96 fix lobby arrow consistency 2022-06-03 20:16:52 -07:00
Martin Michelsen 40aa08bd4f fix item pickup bug 2022-05-31 21:01:16 -07:00
Martin Michelsen e87c73c1b7 add subcommand B4 2022-05-17 23:27:52 -07:00
Martin Michelsen e9109a6877 fix some BB item bugs 2022-05-12 18:46:19 -07:00
Martin Michelsen 7eaddd8faa add some debugging info for item tracking 2022-05-11 23:26:50 -07:00
Martin Michelsen 8b413e45cc add some boss action subcommands 2022-05-10 22:24:25 -07:00
Martin Michelsen 855d3616da remove some memcpy/memset calls in favor of default constructors 2022-05-08 00:28:06 -07:00
Martin Michelsen 8ef256917c fix bb login, char creation, and some lobby/game behaviors 2022-05-08 00:04:11 -07:00
Martin Michelsen 4079400784 refactor player/account data handling 2022-05-06 13:52:37 -07:00
Martin Michelsen b8f1b04bee add $what command 2022-04-30 17:58:44 -07:00
Martin Michelsen f7c7dda765 send item drop requests for final bosses 2022-04-23 21:35:12 -07:00
Martin Michelsen bb4b495d2c add another subcommand 2022-04-17 00:01:16 -07:00
Martin Michelsen 54f01713bc fix bug causing private subcommands to get truncated 2022-04-03 23:36:22 -07:00
Martin Michelsen be69f26af5 add some more subcommands 2022-04-03 23:34:02 -07:00
Martin Michelsen 88f0c90aba skip room unlock events in switch assist 2022-04-03 23:32:31 -07:00
Martin Michelsen 1d70933c17 define switch subcommand structure 2022-04-03 17:54:46 -07:00
Martin Michelsen fe9eceed5c bring subcommand abstraction in line with main command abstraction 2022-04-03 11:00:14 -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 345820145e implement switch assist 2022-04-01 10:08:06 -07:00
Martin Michelsen 8a9e1a2049 use safe packed string types 2022-03-31 23:23:02 -07:00
Martin Michelsen 7dce8b6c2c centralize command formats; fix a few range bugs 2022-03-31 01:03:13 -07:00
Martin Michelsen f3a3e18455 add some more game subcommands 2022-03-29 17:45:51 -07:00
Martin Michelsen 5c388c4052 make all file/network-related structs packed 2022-03-29 00:12:16 -07:00
Martin Michelsen 040cccf785 fix a few subcommand comments 2022-03-27 00:29:39 -07:00
Martin Michelsen e7ecec6161 fix infinite tp flag check 2022-03-27 00:29:24 -07:00
Martin Michelsen 3aeb121b00 rewrite subcommand list, add some comments 2022-03-26 23:59:58 -07:00
clint-david 99ae834cf2 add subcommands, identified process trade command
add subcommands for drop meseta, trade proposal, place trap, trigger trap

identified command ID for process trade on gamecube (0xD0)
2022-03-26 23:11:33 -07:00
Martin Michelsen fa07ce457b make enum style consistent 2022-03-26 19:26:26 -07:00
clint-david bd8aadb09f add subcommand for level-up and revive 2022-03-25 11:13:33 -07:00
Martin Michelsen ece71153d9 add a few more subcommands 2022-03-23 17:38:29 -07:00
Martin Michelsen 819027145c in proxy mode, log subcommands not implemented in the server 2022-03-18 18:51:00 -07:00
Martin Michelsen 20e4b64571 add some more subcommands 2022-03-09 00:28:54 -08:00