Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Thanks to salty-horse for the report. The new sizes are
the ones that were replaced by sizeof in 399b59a583b.
|
|
Thanks to salty-horse for the reports.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
added modifychar stub
|
|
The GMM mouse cursor bug has now been fixed inside the GMM and CursorMan code.
|
|
(Savegames now get loaded after GMM dialogue execution. This avoids mouse cursor glitches (e.g. mouse cursors which get changed during loadGameState() being popped when the dialogue closes).
|
|
Allow GCC to use CELL BE PPU features.
|
|
Plus some minor cleanup
|
|
|
|
|
|
|
|
Thanks to salty-horse for pointing it out
|
|
|
|
|
|
|
|
|
|
|
|
(Thanks to [md5] for pointing it out.)
|
|
Taken from bug reports #3328251, #3328262 and #3328257.
Thanks to omer_mor for reporting these
|
|
|
|
|
|
|
|
|
|
|
|
|
|
WinCE's strtol can't actually do proper error handling because it is
lacking errno, so just check the bounds instead. If you really have
some need to pass LONG_MIN/LONG_MAX as command-line parameters then
it could always be #ifdeffed, but I'm assuming no-one cares.
|
|
|
|
- Move entry-related functions to separate class
- Move enumeration to shared header and rename FlagType to SoundFlag
|
|
|
|
|