Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+
2021-12-26 18:48:43 +01:00
Paul Gilbert
10dfe6cdcc
AGS: Janitorial for lib/std/ folder
2021-07-27 22:03:34 -07:00
Paul Gilbert
701396361c
AGS: Import of fresh codebase
2021-06-13 21:08:44 -07:00
Eugene Sandulenko
5e7fe2dc57
JANITORIAL: Replace spaces in indentation with tabs
2021-04-15 21:20:36 +02:00
Cameron Cawley
29cd6a0476
AGS: Fix variable shadowing warning
2021-02-07 18:00:00 +00:00
Paul Gilbert
515d592a48
AGS: Fix std::unordered_map insert to ignore duplicates
2021-02-06 16:37:31 -08:00
Paul Gilbert
a11cab9a50
AGS: Added AGSSpriteFont plugin
2021-02-06 16:37:31 -08:00
Paul Gilbert
27775a43d1
AGS: Reimplement std::map from scratch
...
Previously it was an alias for Common::HashMap, but map needs
to have an array of key/value items ordered by the key.
As such, I changed it to internally use a Common::Array
2021-02-06 16:37:31 -08:00
Paul Gilbert
1f78ef4eb7
AGS: Add tests as an optional sub-engine
2021-02-06 16:37:31 -08:00
Paul Gilbert
69b6cfab29
AGS: Move std/ folder into lib/
2021-02-06 16:37:31 -08:00