2
3
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-16 18:35:40 +00:00
Commit Graph

10 Commits

Author SHA1 Message Date
870f6352b5 More fixes to plResManager::FindPage() - it appears invalid pages can exist on
the fAllPages list.

Validate each one when the list(set) is walked before operating on it.
2020-08-19 15:45:00 -06:00
7385171b8a Fix wrong version when enabling fLangCodes for VS2010/VS2003
Added one more #ifdef for fLangCodes around fLangCodes declaration
2020-08-13 11:49:20 -06:00
eead82f0fc VS2003: fix #if condition precedence 2020-08-12 19:42:48 -06:00
023850de47 VS2003: Add missed fix to eliminate plLocalization::GetLocalizationCodes() on VS2003 2020-08-12 17:36:41 -06:00
4b3f16a912 First effort to port HUru MKV/WEBM Movie Player to Minkata
Type restructuring for C++98 and build configuration updates.
This version compiles successfully, but without webm libraries yet linked in.
2020-08-07 10:04:58 -06:00
3feb3aa3c1 Fix optimization in FindPage() that might attempt to use a plPageInfo class
before checking it is valid.
2020-07-26 09:06:15 -06:00
f30b909909 Fix a bug related to trashed keys. (cherry picked from H'uru e2b5786988)
It appears that the hsTArray memory management really sucks for smart
pointers like plKey. The crash mentioned at
http://forum.guildofwriters.org/viewtopic.php?f=117&t=6291 went away
immediately after switching plKeyCollector to an std::set.
2020-07-19 10:01:48 -06:00
49e4283807 Fix the "Crash on Exit" bug (cherry picked from commit b4f6ccaa88)
We were throwing away the Dispatcher before all the keys (namely, leaked
keys) were unloaded. See the comment in plResManager for more details.
2020-06-30 10:06:51 -06:00
16a6b8a28e Open source re-licensing 2011-10-20 15:20:01 -07:00
a20a222fc2 Initial Commit of CyanWorlds.com Engine Open Source Client/Plugin 2011-03-12 12:34:52 -05:00