zaela-Server/world
2017-09-17 05:34:44 -05:00
..
adventure.cpp Working zone and world communication yay 2017-01-03 22:23:03 -08:00
adventure.h Rename debug.h to global_define.h, update cmakelists and such 2015-01-19 04:12:09 -06:00
adventure_manager.cpp Working zone and world communication yay 2017-01-03 22:23:03 -08:00
adventure_manager.h Rename debug.h to global_define.h, update cmakelists and such 2015-01-19 04:12:09 -06:00
adventure_template.h Rename debug.h to global_define.h, update cmakelists and such 2015-01-19 04:12:09 -06:00
client.cpp Fix issue with clients logging in locally on the same subnet 2017-07-21 00:46:12 -05:00
client.h Streams work on all of the servers now 2016-09-29 22:21:39 -07:00
cliententry.cpp Merge of a monster 2017-04-02 20:03:51 -07:00
cliententry.h Make world messages about logging in and logging out more detailed. 2017-07-15 09:36:43 -04:00
clientlist.cpp Console initial implementation 2017-04-09 20:17:48 -07:00
clientlist.h Console initial implementation 2017-04-09 20:17:48 -07:00
CMakeLists.txt Console initial implementation 2017-04-09 20:17:48 -07:00
console.cpp Error in console 2017-04-11 22:00:47 -07:00
console.h Console initial implementation 2017-04-09 20:17:48 -07:00
console.old.cpp Console wip, change how we send acks back to some old behavior 2017-04-04 23:21:32 -07:00
eql_config.cpp [Performance] Reworked how all log calls are made in the source, see changelog.txt for more details 2017-04-01 03:51:46 -05:00
eql_config.h More renames, world should be done 2014-08-21 23:30:09 -07:00
eqw.cpp [Performance] Reworked how all log calls are made in the source, see changelog.txt for more details 2017-04-01 03:51:46 -05:00
eqw.h World <-> Login connection reworked 2016-10-28 19:02:03 -07:00
eqw_http_handler.cpp [Performance] Reworked how all log calls are made in the source, see changelog.txt for more details 2017-04-01 03:51:46 -05:00
eqw_parser.cpp [Performance] Reworked how all log calls are made in the source, see changelog.txt for more details 2017-04-01 03:51:46 -05:00
http_request.cpp Rename debug.h to global_define.h, update cmakelists and such 2015-01-19 04:12:09 -06:00
http_request.h More renames, world should be done 2014-08-21 23:30:09 -07:00
launcher_link.cpp Merge of a monster 2017-04-02 20:03:51 -07:00
launcher_link.h Launcher support added. Still missing UCS but thinking about maybe rewriting it completely 2017-01-05 22:25:01 -08:00
launcher_list.cpp Merge of a monster 2017-04-02 20:03:51 -07:00
launcher_list.h Launcher support added. Still missing UCS but thinking about maybe rewriting it completely 2017-01-05 22:25:01 -08:00
lfplist.cpp Working zone and world communication yay 2017-01-03 22:23:03 -08:00
lfplist.h Change space indentation to tabs 2013-05-09 11:37:51 -04:00
login_server.cpp Merge of a monster 2017-04-02 20:03:51 -07:00
login_server.h Legacy connection wip 2016-11-07 21:03:06 -08:00
login_server_list.cpp Merge of a monster 2017-04-02 20:03:51 -07:00
login_server_list.h Will be redoing the event interface for subscriptions, some work for the wi and crash fixes 2017-01-30 23:22:52 -08:00
net.cpp [Windows] World process window title now updates with server name and amount of clients connected 2017-09-17 05:34:44 -05:00
net.h [Windows] World process window title now updates with server name and amount of clients connected 2017-09-17 05:34:44 -05:00
queryserv.cpp Merge of a monster 2017-04-02 20:03:51 -07:00
queryserv.h Working on world <-> zone communication needs a ton of work really need to rewrite how world works with zones. 2017-01-02 22:38:47 -08:00
sof_char_create_data.h More renames, world should be done 2014-08-21 23:30:09 -07:00
ucs.cpp Fix merge issue with Marquee check 2017-04-12 16:26:16 -05:00
ucs.h UCS support decided to not rewrite it for now. Maybe later now that it's easier to work with 2017-01-06 00:21:59 -08:00
web_interface.cpp Will be redoing the event interface for subscriptions, some work for the wi and crash fixes 2017-01-30 23:22:52 -08:00
web_interface.h Basic work on subscriptions 2017-01-13 21:52:08 -08:00
web_interface_eqw.cpp Will be redoing the event interface for subscriptions, some work for the wi and crash fixes 2017-01-30 23:22:52 -08:00
web_interface_eqw.h TCP cleanup, added basis of web interface 2017-01-08 19:00:39 -08:00
wguild_mgr.cpp [Performance] Reworked how all log calls are made in the source, see changelog.txt for more details 2017-04-01 03:51:46 -05:00
wguild_mgr.h Remove trailing whitespace 2013-05-09 11:13:16 -04:00
world_config.cpp Rename debug.h to global_define.h, update cmakelists and such 2015-01-19 04:12:09 -06:00
world_config.h More renames, world should be done 2014-08-21 23:30:09 -07:00
world_console_connection.cpp Console initial implementation 2017-04-09 20:17:48 -07:00
world_console_connection.h Console initial implementation 2017-04-09 20:17:48 -07:00
world_tcp_connection.h More renames, world should be done 2014-08-21 23:30:09 -07:00
worlddb.cpp [Performance] Reworked how all log calls are made in the source, see changelog.txt for more details 2017-04-01 03:51:46 -05:00
worlddb.h Implemented per-client character creation limits 2015-02-17 13:58:27 -05:00
zonelist.cpp Merge of a monster 2017-04-02 20:03:51 -07:00
zonelist.h Basic work on subscriptions 2017-01-13 21:52:08 -08:00
zoneserver.cpp Merge branch 'luamod' 2017-06-19 14:45:08 -07:00
zoneserver.h Fix acceptmessages, added exp hooks to luamods 2017-06-10 15:12:31 -07:00