Commit Graph
34 Commits
Author SHA1 Message Date
Cameron Cawley 4002c7bdde COMMON: Add a version of Common::Array::resize with a fill value 2022-12-19 14:33:07 +02:00
Cameron Cawley a55361b65d COMMON: Add Common::Array::swap() 2022-12-18 23:36:09 +02:00
Cameron Cawley fb758e084e ULTIMA: Replace Std::map with Common::HashMap 2022-08-22 20:55:26 +03:00
Cameron Cawley b75284c6b9 ULTIMA: Remove Std::map::insert() 2022-08-22 20:55:26 +03:00
Cameron Cawley d8993ffea6 ULTIMA: Move Std::PointerHash into the ultima4 subengine 2022-08-22 20:55:26 +03:00
Cameron Cawley 5a069277f9 COMMON: Add a range-based version of Common::Array::erase() 2022-08-22 20:28:53 +03:00
Cameron Cawley e61bba9e23 ULTIMA: Replace Std::pair with Common::Pair 2022-08-12 00:27:15 +03:00
Cameron Cawley 3b3be12dcb ULTIMA: Replace Std::stack with Common::Stack 2022-08-07 22:57:05 +03:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Eugene Sandulenko 5e7fe2dc57 JANITORIAL: Replace spaces in indentation with tabs 2021-04-15 21:20:36 +02:00
D G Turner 551a2deee9 ULTIMA: Fix GCC Compiler Warnings
The test for index being non-negative are redundant since the index
variable is unsigned integer.
2021-04-02 10:12:52 +01:00
Matthew Duggan 0e685282df ULTIMA: Remove unused Std::queue 2021-01-17 12:43:56 +09:00
Cameron Cawley 94b382e69a ULTIMA: Remove wrappers around stdlib functions 2021-01-15 22:40:36 -08:00
Matthew Duggan 5e4bdbb0b8 ULTIMA8: Small pathfinding optimizations
This doesn't make much difference to the average case, but for the "failure"
case it brings down the run time, making the game smoother on slower hardware
or in debugging mode.
2021-01-01 15:07:37 +09:00
Paul Gilbert b705a5e90e NUVIE: Fix crash whilst resting 2020-08-02 11:57:18 -07:00
Paul Gilbert d352578887 ULTIMA4: Cleanup of CombatController moveCreatures 2020-05-01 17:23:58 -07:00
Paul Gilbert e2b0e99539 ULTIMA4: Fix indexing of deque [] operator 2020-04-09 18:00:54 -07:00
Paul Gilbert 9a37b504f5 NUVIE: Move XMLTree and XMLNode into a new shared/conf/ folder 2020-04-09 18:00:54 -07:00
Paul Gilbert eead5589ee ULTIMA4: Further implementation of std replacement classes 2020-04-09 18:00:54 -07:00
Paul Gilbert 844a26e34b ULTIMA8: Fix compilation of DEBUG code 2020-02-22 11:42:21 -08:00
Paul Gilbert 16379e7856 ULTIMA8: Fixing compiler warnings 2020-02-17 21:30:36 -08:00
Paul Gilbert e70a114929 ULTIMA: Shared std & map comilation fixes 2020-02-01 20:10:52 -08:00
Paul Gilbert 3717b672d1 ULTIMA: Further compilation fixes 2020-02-01 17:48:37 -08:00
Paul Gilbert e8eb67f82e ULTIMA: Fix crashes in String::erase 2020-02-01 13:13:51 -08:00
Paul Gilbert a178952464 ULTIMA: Moving many string methods from Std::String to Common::String 2020-02-01 13:13:51 -08:00
Paul Gilbert a2f15755f5 ULTIMA: Change std namespace to Std 2020-02-01 13:13:51 -08:00
Paul Gilbert 8671e8d14c ULTIMA6: Fix NPC conversations 2020-02-01 13:13:51 -08:00
Paul Gilbert 5bccca3056 ULTIMA6: Further warning fixes 2020-02-01 13:13:51 -08:00
Paul Gilbert d2dd3a20c1 ULTIMA6: Added actors/ folder 2020-02-01 13:13:51 -08:00
Paul Gilbert 53826858a1 ULTIMA6: GUI minor changes 2020-02-01 13:13:51 -08:00
Paul Gilbert 1b1c1e6b59 ULTIMA6: Added files/ folder 2020-02-01 13:13:51 -08:00
Paul Gilbert 40b35da05c ULTIMA6: Added misc/ folder 2020-02-01 13:13:51 -08:00
Paul Gilbert d720efdfe5 ULTIMA6: Added conf/ folder 2020-02-01 13:13:51 -08:00
Paul Gilbert c236d83295 ULTIMA8: Move std/ folder into shared/std/ 2020-02-01 13:13:51 -08:00