DarkflameServer/dScripts/02_server/Map/AM
David Markowitz 4fe335cc66
Refactor: Amf3 implementation (#998)
* Update AMFDeserializeTests.cpp

Redo Amf3 functionality

Overhaul the whole thing due to it being outdated and clunky to use

Sometimes you want to keep the value

Update AMFDeserializeTests.cpp

* Fix enum and constructors

Correct enum to a class and simplify names.
Add a proper default constructor

* Update MasterServer.cpp

* Fix bugs and add more tests

* Refactor: AMF with templates in mind

- Remove hard coded bodge
- Use templates and generics to allow for much looser typing and strengthened implementation
- Move code into header only implementation for portability

Refactor: Convert AMF implementation to templates

- Rip out previous implementation
- Remove all extraneous terminology
- Add proper overloads for all types of inserts
- Fix up tests and codebase

* Fix compiler errors

* Check for null first

* Add specialization for const char*

* Update tests for new template specialization

* Switch BitStream to use references

* Rename files

* Check enum bounds on deserialize

I did this on a phone
2023-05-13 17:22:00 -05:00
..
AmBlueX.cpp Breakout rest of the enums from dCommonVars and clean it up (#1061) 2023-05-02 17:39:21 -05:00
AmBlueX.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
AmBridge.cpp Breakout rest of the enums from dCommonVars and clean it up (#1061) 2023-05-02 17:39:21 -05:00
AmBridge.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
AmConsoleTeleportServer.cpp Refactor: Amf3 implementation (#998) 2023-05-13 17:22:00 -05:00
AmConsoleTeleportServer.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
AmDrawBridge.cpp Breakout rest of the enums from dCommonVars and clean it up (#1061) 2023-05-02 17:39:21 -05:00
AmDrawBridge.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
AmDropshipComputer.cpp Breakout rest of the enums from dCommonVars and clean it up (#1061) 2023-05-02 17:39:21 -05:00
AmDropshipComputer.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
AmScrollReaderServer.cpp Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
AmScrollReaderServer.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
AmShieldGenerator.cpp dGame Precompiled header improvements (#876) 2023-01-06 23:17:05 -06:00
AmShieldGenerator.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
AmShieldGeneratorQuickbuild.cpp Breakout rest of the enums from dCommonVars and clean it up (#1061) 2023-05-02 17:39:21 -05:00
AmShieldGeneratorQuickbuild.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
AmSkullkinDrill.cpp Breakout rest of the enums from dCommonVars and clean it up (#1061) 2023-05-02 17:39:21 -05:00
AmSkullkinDrill.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
AmSkullkinDrillStand.cpp Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
AmSkullkinDrillStand.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
AmSkullkinTower.cpp dGame Precompiled header improvements (#876) 2023-01-06 23:17:05 -06:00
AmSkullkinTower.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
AmTeapotServer.cpp Breakout rest of the enums from dCommonVars and clean it up (#1061) 2023-05-02 17:39:21 -05:00
AmTeapotServer.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
AmTemplateSkillVolume.cpp Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
AmTemplateSkillVolume.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
CMakeLists.txt Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
RandomSpawnerFin.cpp Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
RandomSpawnerFin.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
RandomSpawnerPit.cpp Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
RandomSpawnerPit.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
RandomSpawnerStr.cpp Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
RandomSpawnerStr.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
RandomSpawnerZip.cpp Organize dScripts (#814) 2022-11-03 12:57:54 -05:00
RandomSpawnerZip.h Organize dScripts (#814) 2022-11-03 12:57:54 -05:00