Reyli
ed156c4286
Removing C style casts round 1
...
Was told that though removing warnings was good for build, to avoid C
style casts.
2024-06-22 18:17:58 -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
Mordred
abb295d4fe
parse Event and PopRange into entries too
2023-02-05 07:18:31 +09:00
Mordred
3b139571eb
Fixed types in lgb.h and lgbtypes.h
2023-02-05 07:18:31 +09:00
Mordred
ba1b8aadfb
Added layerset parsing
2023-02-05 07:18:30 +09:00
Mordred
a56eec5d32
Fallback to entranceRect if no entrance circle is found in instance
2023-02-05 07:18:30 +09:00
Mordred
a84d0f4154
Map previously unmapped eobj and enpc
...
# Conflicts:
# src/world/Manager/EventMgr.cpp
2023-02-05 07:18:30 +09:00
Taezen
7f983bbf67
exd parser optimizations
2021-09-13 16:30:32 +02:00
liam
99279db982
include vector
2021-07-30 20:05:06 -04:00
NotAdam
5f18c43dd6
loads of datreader cleanup/consistency fixes
2020-02-10 14:05:04 +11:00
NotAdam
7ccc29a6ce
fix a strange issue where some stl implementations would produce an invalid path where 2 or more / are present sequentially in a path
2020-02-10 13:39:31 +11:00
NotAdam
abcba7aebd
Merge branch 'feature/vs2019' into develop
2020-02-08 09:58:30 +11:00
NotAdam
39aa49f092
bit of cleanup and sqpack fix
2020-02-02 17:14:59 +11:00
Mordred
79764da844
Fixed popranges not being found
2019-10-22 22:34:34 +02:00
Mordred
b17af41e67
Major rewrite of zonelines, aetherytes and discoveries
2019-10-21 23:24:26 +02:00
NotAdam
db37d9ea3c
vs2019 support & dropping std::experimental::filesystem
2019-10-14 18:41:28 +11:00
NotAdam
caf8297633
correctly load all lgb entries even if there's no struct for them
2019-04-11 22:18:18 +10:00
NotAdam
a84a034ac2
move data struct defs to datreader lib
2019-04-11 19:28:51 +10:00
NotAdam
eb0f0f06dd
fix fs::path::preferred_separator not working with string concat on msvc
2019-01-26 23:17:51 +11:00
NotAdam
695b6ee484
fix expansion data loading on linux
2019-01-26 22:33:00 +11:00
Mordred
589205d41e
Moved cmake logic to root cmakelists
2018-12-31 13:54:31 +01:00
Mordred
28abe4c6f9
Variant2 exds are now readable
2018-11-24 01:35:25 +01:00
mordred
ee7cef96cc
Added variant identification to exds and fixed exd_struct_gen with adam
2018-11-23 15:02:42 +01:00
mordred
e228e4a699
Make sure we have zlib
2018-10-26 15:00:22 +02:00
mordred
a4f2a1e4a8
Disabled cotire for a test
2018-10-26 13:40:39 +02:00
Mordred
00adaaa6ce
Make windows happy... sort of
2018-10-25 17:34:58 +02:00
mordred
8a4fdbacef
Missed a print
2018-10-25 12:19:35 +02:00
mordred
882b88885e
Fixed datreader
2018-10-25 12:17:40 +02:00
NotAdam
bfa6dd1b30
remove sapphirelibs, move to deps folder
2018-10-24 23:31:26 +11:00