This website requires JavaScript.
Explore
Help
Register
Sign In
libretro
/
scummvm
Watch
1
Star
0
Fork
0
You've already forked scummvm
mirror of
https://github.com/libretro/scummvm.git
synced
2025-02-03 09:23:37 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
scummvm
/
engines
/
draci
History
Denis Kasak
02cd93421d
Fixed evaluation of GPL mathematical expressions. The evaluator now checks that, at the end of the evaluation, the stack only contains one value (i.e. the result of the expression).
...
svn-id: r41477
2009-06-12 11:32:44 +00:00
..
barchive.cpp
Added an additional debuglevel "archiver" to facilitate displaying debug info from the BAR archiver. Also adjusted numeric debug levels.
2009-06-10 18:18:09 +00:00
barchive.h
Properly documented everything (including the new DraciFont class). Reshuffled some old comments.
2009-06-12 09:45:12 +00:00
detection.cpp
Added support for the new GUI options.
2009-06-11 01:50:10 +00:00
draci.cpp
Made DraciFont::drawString() return early if the string is too long to fit on the screen.
2009-06-12 10:37:46 +00:00
draci.h
Added an additional debuglevel "archiver" to facilitate displaying debug info from the BAR archiver. Also adjusted numeric debug levels.
2009-06-10 18:18:09 +00:00
font.cpp
Made DraciFont::drawString() return early if the string is too long to fit on the screen.
2009-06-12 10:37:46 +00:00
font.h
Made DraciFont::drawString() take a String reference instead of a copy.
2009-06-12 10:25:05 +00:00
gpldisasm.cpp
Fixed evaluation of GPL mathematical expressions. The evaluator now checks that, at the end of the evaluation, the stack only contains one value (i.e. the result of the expression).
2009-06-12 11:32:44 +00:00
gpldisasm.h
Replaced a magic number with a proper constant.
2009-06-12 10:39:33 +00:00
module.mk
Implemented font handling via the DraciFont class. Reprogrammed the test animation to use the original game fonts. Removed the old drawString() hack.
2009-06-11 20:31:36 +00:00