Reyli
6111461aef
Removing C style casts round 2
...
Replacing the stuff I did for warning removal during build from C style
casts to static_cast.
2024-06-24 00:39:45 -05:00
Reyli
9435e6e66a
General warning cleanup 1
...
* A lot of hit has to do with size_t being unsigned long long in 64 bit.
- Just explicitly casting for a lot of cases removes the warning
* Good bit are also the differences in struct definitions to match packets and function definitions
- Also just cast to fix
* Used a lot of #pragma warning( disable : 4244/4267 ) for template warnings
* InviteHandlers.cpp line 118 was definitely a typo bug. Needed assignment "=" instead of "=="
2024-06-21 03:01:16 -05:00
Liam
1a20febd8a
update for tcp oodle
2023-05-03 00:13:19 -04:00
Maple
6389597004
Update Loby encryption key
2023-01-26 03:32:22 -03:00
collett
3e5b1ae5e9
gameVer changed to 5400
2021-02-16 23:56:31 +09:00
NotAdam
f10d7938d7
fix lobby gameconnection
2020-03-01 11:58:26 +11:00
NotAdam
ca102697f4
move to new service locator
2020-03-01 11:58:26 +11:00
NotAdam
3a2272594e
start of new service locator impl
2020-03-01 11:58:25 +11:00
NotAdam
3fb6657d7d
fix lobby error message reading from packet incorrectly
2020-01-18 12:32:17 +11:00
NotAdam
3c028e5f00
fix player levels not showing in lobby correctly
2019-07-16 14:40:35 +10:00
NotAdam
29b86879c1
enable viera/hrothgar character creation
2019-07-09 23:07:31 +10:00
NotAdam
40a743c6af
fix lobby encryption key
2019-06-28 17:40:53 +10:00
NotAdam
e5d5f8ae6b
missed a few namespaces that could be cleaned up
2019-06-07 18:15:22 +10:00
NotAdam
fff6847e98
clean up unnecessary namespace specialisation, flatten namespaces a bit
2019-06-07 18:12:54 +10:00
NotAdam
5dc4b94f10
some cleanup, move lobby to Sapphire::Lobby
2019-06-03 00:21:58 +10:00
NotAdam
eb5431a80e
move lobby to Sapphire::Lobby, move common lib to Sapphire::Common
2019-06-02 23:28:19 +10:00
NotAdam
90d1fbc3ea
refactor Util -> Common::Util & Action to World::Action
2019-06-02 00:35:00 +10:00
NotAdam
0a6593bdd5
add CrashHandler to lobby/api/world and cleanup test code in tools
2019-03-26 23:17:57 +11:00
NotAdam
19201682bd
remove debug code accidentally left in lobby
2019-03-26 18:20:02 +11:00
NotAdam
c4f443fa8d
fix sessionid being read incorrectly from version packet, fix lobby key
2019-03-26 18:15:23 +11:00
NotAdam
aac14164b8
add malformed packet check back in and handle lobby connections better
2019-03-26 17:33:00 +11:00
mordred
c59b1df53b
General cleanup and improvements of quest_parser
2019-03-18 15:51:04 +01:00
mordred
df8a5aacae
Renamed GamePacketNew... finally
2019-03-08 15:34:38 +01:00
mordred
e66869b07a
More refactoring for code consistency
2019-03-08 11:05:32 +01:00
mordred
3e4964e65c
Refactor -> this has been bothering me for a while...
2019-03-08 09:43:56 +01:00
NotAdam
91abe63598
add customisable log level to config
2019-01-25 19:00:21 +11:00
Mordred
51242ce5dc
Fixed remaining g_log appearances and fmt usage
2019-01-13 13:19:15 +01:00
NotAdam
35def4d4f2
refactor parameters to general, fix build error
2019-01-07 23:26:34 +11:00
NotAdam
03df0b242c
lobby works again with new config stuff
2019-01-07 23:00:09 +11:00
NotAdam
092b343114
move all the old config calls to the new config object
2019-01-07 00:03:48 +11:00
NotAdam
2a205cc2db
convert more log calls to format string
2019-01-04 22:37:01 +11:00
mordred
3ffcf4e1fa
Further cmake cleanup
2019-01-02 11:23:39 +01:00
Mordred
a25cfcd9d1
Merge remote-tracking branch 'origin/housing' into develop
2019-01-01 15:06:42 +01:00
Mordred
959c2d4319
Simplified some cmake logic
2018-12-31 17:30:45 +01:00
Mordred
589205d41e
Moved cmake logic to root cmakelists
2018-12-31 13:54:31 +01:00
NotAdam
d21b0018dc
standardise log names and potentially fix log folder issue on windows
2018-12-30 22:36:44 +11:00
NotAdam
7a135768d1
fix house building, update slot struct for house exteriors
2018-12-29 16:47:26 +11:00
Mordred
f52588cdb2
Progress...
2018-12-23 03:53:08 +01:00
NotAdam
c4dd4b6b6b
show better errors for exd/config related issues
2018-12-18 21:40:49 +11:00
Mordred
d6deff3d2e
Fixed binary build path for binaries under windows, changed the way entriesd in the framework are created to hopefully get better errorhandling in world
2018-12-16 14:26:38 +01:00
mordred
ea64b65331
Restructured project slightly
2018-12-13 12:40:42 +01:00