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
Taezen
475f560982
Eorzean time fix
2021-08-30 09:56:37 +02:00
コレット
23b7b052a1
PublicContent support. ( #720 )
...
* PublicContent support.
* update code
2021-08-16 18:18:29 +10:00
NotAdam
537abfcf16
add migration functionality to dbm
2019-06-16 00:14:05 +10:00
NotAdam
fff6847e98
clean up unnecessary namespace specialisation, flatten namespaces a bit
2019-06-07 18:12:54 +10:00
NotAdam
bee58c445f
fix msvc build
2019-06-02 21:39:37 +10:00
NotAdam
90d1fbc3ea
refactor Util -> Common::Util & Action to World::Action
2019-06-02 00:35:00 +10:00
NotAdam
3e4483053e
fix stacktrace on windows
2019-04-29 19:36:57 +10:00
NotAdam
db8330e1c6
actually fix builds this time
2019-03-27 18:29:38 +11:00
NotAdam
3ce398ff9e
fix msvc build maybe
2019-03-27 18:23:51 +11:00
NotAdam
482eea8fd1
override StackWalker OnOutput to write to output using our logger util
2019-03-27 18:19:54 +11:00
NotAdam
0a6593bdd5
add CrashHandler to lobby/api/world and cleanup test code in tools
2019-03-26 23:17:57 +11:00
NotAdam
0272ff1232
add StackWalker dep to handle stacktrace generation on windows
2019-03-26 23:13:36 +11:00
NotAdam
296cd133ef
add posix stack dump on crash
2019-03-26 23:09:09 +11:00
Mordred
4eee04156d
Plenty more cleanup and code quality adjustments.
2019-03-11 22:48:33 +01:00
NotAdam
93e8c5359a
Increase cell size and spawn distance, fix player despawn issue
2019-01-28 20:30:22 +11:00
NotAdam
fcd934034d
minor bnpc cleanup, correctly set lastticktime on bnpc entities
2019-01-28 13:40:03 +11:00
Maru
98f2720fa2
RNGManager PoC, fix overuse of static cast
2019-01-19 21:20:23 -02:00
Mordred
b571be8b6f
General cleanup work
2018-12-02 02:01:41 +01:00
Mordred
f7a8f29b16
No more namespace Core, renamed to Sapphire
2018-11-29 16:55:48 +01:00
Mordred
13dc04ebb5
Refactoring and modernizing
2018-10-28 21:53:21 +01:00
Mordred
07ed074cf7
Fixed charlist, logging in works again
2018-10-27 00:05:10 +02:00
mordred
929955013d
sapphire_zone is now boost-free
2018-10-26 09:40:47 +02:00
mordred
58da892596
boost::hash_combine removed
2018-10-26 09:29:57 +02:00
mordred
d140acf613
57 occurances of boost to go
2018-10-26 08:25:20 +02:00
mordred
c5f4bb0659
Yet more boost gone
2018-10-25 23:50:18 +02:00
mordred
2c0778a9a7
Util-Function to replace boost::format for simple hex strings
2018-10-25 15:46:13 +02:00
mordred
b153c81e2e
Added inih and repalced property_tree usage in ConfigMgr
2018-10-24 23:02:30 +02:00
mordred
0d4d204297
More boost removed from common
2018-10-24 17:58:57 +02:00
root
d1efbe6307
Various small cleanups
2018-09-26 08:47:22 -04:00
Mordred
e745bd0329
Code style adjusted for 2 spaces and various other small things, checkout CodeStyle.xml for details
2018-08-29 21:40:59 +02:00
Maru
59a9a44db8
Const correct
2018-03-07 07:49:20 -03:00
Mordred Admin
c2165e5f33
Cleanup of cmake files
2018-03-06 22:22:19 +01:00
Adam
9a0041e093
set weatheroverride debug command and assert fix in spawnindexallocator
2018-03-02 15:29:48 +11:00
Adam
facba12fed
fix stupid return type mistake
2018-03-02 11:39:52 +11:00
Adam
416269dc63
move eobj/player spawnindex generation to common manager
2018-03-02 02:55:02 +11:00
Mordred
575a3f61a9
Changed timestamp(seconds) getter to use std::time internally, should get rid of the DC problem
2018-02-01 00:16:47 +01:00
Mordred Admin
764b73b11c
Moved and renamed Server_Common, now just src/common
2017-12-18 12:36:52 +01:00