log

age author description
2011-04-02 Emmanuel Gil Peyrot Remove “duplicate” functions as they can be remplaced by a nearly-identical existing function. default tip
2011-04-02 Emmanuel Gil Peyrot Remove useless duplicated main of scn2kdump.
2011-04-02 Emmanuel Gil Peyrot Register all (?) commands, to help finding non-implemented ones in game.
2011-04-01 Emmanuel Gil Peyrot Fix objScale with 2D zoom; implement objWidth and objHeight.
2011-04-01 Emmanuel Gil Peyrot Add all Air, Clannad and Kanon function names in scn2kdump, based on rldev’s names.
2011-04-01 Emmanuel Gil Peyrot Convert the last non-Unicode japanese comments.
2011-02-23 Thibaut Girka Fix index_series implementation (still incomplete)
2011-02-23 Emmanuel Gil Peyrot Add configure option to build scn2kdump.
2010-12-11 Thibaut Girka Fix a bug with savegames introduced with changeset c7bcc0ec2267.
2010-11-26 Thibaut Girka Convert EUC-JP files to UTF8
2010-02-07 Thibaut GIRKA Remove --displaysize, as it was not used.
2010-02-06 Thibaut GIRKA Refactor Load/LoadSys
2010-02-06 Thibaut GIRKA fix pointers used to get strchr result
2009-12-18 Thibaut GIRKA Revert an old change that disabled cursors...
2009-12-18 Thibaut GIRKA Replaced SATURATE -> ADD, implemented objComposite, corrected minor things
2009-12-18 Thibaut GIRKA Implemented sin opcode
2009-12-18 Thibaut GIRKA Moved all opcodes from scn2k_text.cc to scn2k_textimpl.cc
2009-11-14 Thibaut GIRKA * Move some opcodes
2009-04-30 thib * replaced Grp and Text classes by the TextImpl and GrpImpl ones
2009-04-22 thib * started the same changes on scn2k_text.cc
2009-04-20 thib * scn2k_grp.cc now handles commands in a cleanier way \o/
2009-04-19 thib * MuSys, AyuSysConfig, FileSearcher (former FILESEARCHER) and KeyHolder (former KEYHOLDER) are now singletons
2009-04-18 thib * Known bugs added to the README
2009-04-17 thib * oops... finishing what was started and not said with the other patch: fixing memory leaks
2009-04-17 thib * Added va_end where there is a va_start
2009-04-17 thib * Correct --disable-x11
2009-04-15 thib * use correct format (%p) for pointers
2009-04-15 thib * get rid of the "deprecated conversion from string constant to ‘char*’" warnings