| .. |
|
adventure.cpp
|
Fix SQL syntax in Adventure::MoveCorpsesToGraveyard()
|
2017-10-23 17:24:18 -05: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 for Titanium returning wrong value in ConvertClientVersionToExpansion##
|
2019-02-02 21:51:57 -05:00 |
|
client.h
|
Added ClientVersion request system to UCS server (needed to fix saylinks)
|
2018-02-25 21:40:45 -05: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
|
Some sorting on get_client_list
|
2019-03-10 01:44:13 -06:00 |
|
clientlist.h
|
Add call api get_client_list
|
2019-03-10 01:43:07 -06:00 |
|
CMakeLists.txt
|
Hook up world to its own api data service
|
2019-03-10 01:09:04 -06:00 |
|
console.cpp
|
Merge fix
|
2019-03-10 00:48:48 -08: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 |
|
eqemu_api_world_data_service.cpp
|
Add call api get_client_list
|
2019-03-10 01:43:07 -06:00 |
|
eqemu_api_world_data_service.h
|
Hook up world to its own api data service
|
2019-03-10 01:09:04 -06: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
|
Update fmt lib with submodule
|
2019-03-10 00:10:47 -08:00 |
|
launcher_list.cpp
|
Merge of a monster
|
2017-04-02 20:03:51 -07:00 |
|
launcher_list.h
|
Update fmt lib with submodule
|
2019-03-10 00:10:47 -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
|
Update fmt lib with submodule
|
2019-03-10 00:10:47 -08:00 |
|
login_server.h
|
Working on stuck behavior handler, fix for world crash when you can't connect to a login server.
|
2018-11-09 18:30:05 -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
|
Implement remain functionality and cleaning up some code
|
2019-04-04 17:49:37 -07: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
|
Updated UCS versioning code - update your *.conf files
|
2018-03-04 21:38:17 -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
|
added eqemu_config.json support
|
2017-07-15 20:29:55 -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
|
Extended server spellbook entries to RoF2 standard and added per-client restriction of spell id max
|
2019-01-24 03:53:41 -05:00 |
|
worlddb.h
|
Inventory possessions beta testing
|
2018-08-13 22:32:36 -04:00 |
|
zonelist.cpp
|
Refactor naming of zone server "list" to zone_server_list
|
2019-03-10 01:10:04 -06:00 |
|
zonelist.h
|
Update zonelist.h
|
2019-03-10 01:11:31 -06:00 |
|
zoneserver.cpp
|
Added command 'profanity'
|
2019-02-04 07:02:27 -05:00 |
|
zoneserver.h
|
Update fmt lib with submodule
|
2019-03-10 00:10:47 -08:00 |