My favorites | Sign in
Logo
       
Details: Show all Hide all

Last 30 days

  • Nov 24, 2009
    r102 (Global palette areas are now computed only once.) committed by sronsse   -   Global palette areas are now computed only once.
    Global palette areas are now computed only once.
  • Nov 24, 2009
    r101 (Palette cycles can now be defined per object, costume, and i...) committed by sronsse   -   Palette cycles can now be defined per object, costume, and image.
    Palette cycles can now be defined per object, costume, and image.
  • Nov 23, 2009
    r100 (Separated the Cycle class into its own files.) committed by sronsse   -   Separated the Cycle class into its own files.
    Separated the Cycle class into its own files.
  • Nov 22, 2009
    r99 (Palettes are now auto-optimized and palette cycles are now d...) committed by sronsse   -   Palettes are now auto-optimized and palette cycles are now defined per image.
    Palettes are now auto-optimized and palette cycles are now defined per image.
  • Nov 21, 2009
    r98 (Fixed a small bug concerning saving hotspots.) committed by sronsse   -   Fixed a small bug concerning saving hotspots.
    Fixed a small bug concerning saving hotspots.
  • Nov 21, 2009
    r97 (Generated XML files now use tabs insteads of spaces.) committed by sronsse   -   Generated XML files now use tabs insteads of spaces.
    Generated XML files now use tabs insteads of spaces.
  • Nov 18, 2009
    r96 (Refactored if/else and try/catch/finally statements generati...) committed by sronsse   -   Refactored if/else and try/catch/finally statements generation code.
    Refactored if/else and try/catch/finally statements generation code.
  • Nov 18, 2009
    r95 (Added cutscene and try/catch/finally statements.) committed by sronsse   -   Added cutscene and try/catch/finally statements.
    Added cutscene and try/catch/finally statements.

Earlier this year

  • Nov 13, 2009
    CurrentStatus (ScummGEN's current status) Wiki page edited by sronsse   -   Revision r94 Updated the CurrentStatus page.
    Revision r94 Updated the CurrentStatus page.
  • Nov 13, 2009
    r93 (Added a SCUMM wrapper library for use in game scripts.) committed by sronsse   -   Added a SCUMM wrapper library for use in game scripts.
    Added a SCUMM wrapper library for use in game scripts.
  • Nov 13, 2009
    r92 (Added do while statements to the compiler.) committed by sronsse   -   Added do while statements to the compiler.
    Added do while statements to the compiler.
  • Nov 07, 2009
    r91 (Objects now support strictly one hotspot - hotspots now have...) committed by sronsse   -   Objects now support strictly one hotspot - hotspots now have absolute coordinates.
    Objects now support strictly one hotspot - hotspots now have absolute coordinates.
  • Oct 31, 2009
    r90 (Added enums declarations to the compiler.) committed by sronsse   -   Added enums declarations to the compiler.
    Added enums declarations to the compiler.
  • Oct 31, 2009
    r89 (Added object classes declarations to the compiler.) committed by sronsse   -   Added object classes declarations to the compiler.
    Added object classes declarations to the compiler.
  • Oct 17, 2009
    r88 (Verb statements don't need case keywords anymore.) committed by sronsse   -   Verb statements don't need case keywords anymore.
    Verb statements don't need case keywords anymore.
  • Oct 16, 2009
    r87 (Actors and verbs are now automatically generated constants.) committed by sronsse   -   Actors and verbs are now automatically generated constants.
    Actors and verbs are now automatically generated constants.
  • Oct 05, 2009
    r86 (Local objects now have global declarations.) committed by sronsse   -   Local objects now have global declarations.
    Local objects now have global declarations.
  • Sep 15, 2009
    r85 (Renamed two opcodes.) committed by sronsse   -   Renamed two opcodes.
    Renamed two opcodes.
  • Sep 11, 2009
    r84 (Palette generation can now be optimized and costumes can be ...) committed by sronsse   -   Palette generation can now be optimized and costumes can be opaque if needed.
    Palette generation can now be optimized and costumes can be opaque if needed.
  • Sep 07, 2009
    r83 (Fixed a buffer overflow when producing IMxx and ZPxx blocks.) committed by sronsse   -   Fixed a buffer overflow when producing IMxx and ZPxx blocks.
    Fixed a buffer overflow when producing IMxx and ZPxx blocks.
  • Sep 05, 2009
    r82 (Fixed a typo in one of the comments.) committed by sronsse   -   Fixed a typo in one of the comments.
    Fixed a typo in one of the comments.
  • Sep 03, 2009
    r81 (Fixed an issue which caused anims to have their loop propert...) committed by sronsse   -   Fixed an issue which caused anims to have their loop property inversed in-game.
    Fixed an issue which caused anims to have their loop property inversed in-game.
  • Sep 03, 2009
    r80 (Decided to remove descriptions from XML files.) committed by sronsse   -   Decided to remove descriptions from XML files.
    Decided to remove descriptions from XML files.
  • Sep 01, 2009
    r79 (Global costume and object palettes are now copied to every r...) committed by sronsse   -   Global costume and object palettes are now copied to every room palette.
    Global costume and object palettes are now copied to every room palette.
  • Sep 01, 2009
    r78 (Object images now have a transparent property.) committed by sronsse   -   Object images now have a transparent property.
    Object images now have a transparent property.
  • Aug 30, 2009
    r77 (Added support for hexadecimal escape characters in strings f...) committed by sronsse   -   Added support for hexadecimal escape characters in strings for writing direct raw values.
    Added support for hexadecimal escape characters in strings for writing direct raw values.
  • Aug 24, 2009
    r74 (Fixed a nasty bug which prevented constants from being defin...) committed by sronsse   -   Fixed a nasty bug which prevented constants from being defined within inlined functions.
    Fixed a nasty bug which prevented constants from being defined within inlined functions.
  • Aug 23, 2009
    r73 (Removed a rule in the lexer.) committed by sronsse   -   Removed a rule in the lexer.
    Removed a rule in the lexer.
  • Aug 23, 2009
    r72 (Inline functions can now access global variables.) committed by sronsse   -   Inline functions can now access global variables.
    Inline functions can now access global variables.
  • Aug 16, 2009
    r71 (Fixed a nasty bug which prevented strings from being display...) committed by sronsse   -   Fixed a nasty bug which prevented strings from being displayed at certain locations on the screen.
    Fixed a nasty bug which prevented strings from being displayed at certain locations on the screen.
  • Apr 11, 2009
    r70 (The whole Game class can now be saved entirely to disk. Voic...) committed by sronsse   -   The whole Game class can now be saved entirely to disk. Voices can now be played via script strings.
    The whole Game class can now be saved entirely to disk. Voices can now be played via script strings.
  • Mar 29, 2009
    r69 (Added a save method to XMLFile.) committed by sronsse   -   Added a save method to XMLFile.
    Added a save method to XMLFile.
  • Mar 24, 2009
    r68 (Changed the build system to allow for future use of editors.) committed by sronsse   -   Changed the build system to allow for future use of editors.
    Changed the build system to allow for future use of editors.
  • Mar 23, 2009
    CurrentStatus (ScummGEN's current status) Wiki page edited by sronsse
  • Mar 15, 2009
    r66 (List entry expressions can now use increment and decrement o...) committed by sronsse   -   List entry expressions can now use increment and decrement operators.
    List entry expressions can now use increment and decrement operators.
  • Mar 15, 2009
    r65 (Added default colors to palettes.) committed by sronsse   -   Added default colors to palettes.
    Added default colors to palettes.
  • Mar 14, 2009
    r64 (Palettes are now properly generated again.) committed by sronsse   -   Palettes are now properly generated again.
    Palettes are now properly generated again.
  • Feb 28, 2009
    r63 (Committing the whole trunk instead of the types subfolder on...) committed by sronsse   -   Committing the whole trunk instead of the types subfolder only...
    Committing the whole trunk instead of the types subfolder only...
  • Feb 28, 2009
    r62 (Modified the input folder architecture again, and differenti...) committed by sronsse   -   Modified the input folder architecture again, and differentiated types instanciation from loading (will be useful for editors).
    Modified the input folder architecture again, and differentiated types instanciation from loading (will be useful for editors).
  • Jan 25, 2009
    r61 (Fixed a bug in IO::writeBits which saved CHAR blocks imprope...) committed by sronsse   -   Fixed a bug in IO::writeBits which saved CHAR blocks improperly.
    Fixed a bug in IO::writeBits which saved CHAR blocks improperly.
  • Jan 19, 2009
    r60 (Inlined functions symbols are now separate from others.) committed by sronsse   -   Inlined functions symbols are now separate from others.
    Inlined functions symbols are now separate from others.
  • Jan 19, 2009
    r59 (Fixed a bug related to lists used as parameters to inlined f...) committed by sronsse   -   Fixed a bug related to lists used as parameters to inlined functions.
    Fixed a bug related to lists used as parameters to inlined functions.
  • Jan 19, 2009
    r58 (Objects now have display names and normal names that can be ...) committed by sronsse   -   Objects now have display names and normal names that can be used in scripts.
    Objects now have display names and normal names that can be used in scripts.
  • Jan 19, 2009
    r57 (Added verb statements to the compiler.) committed by sronsse   -   Added verb statements to the compiler.
    Added verb statements to the compiler.
  • Jan 12, 2009
    r56 (The compiler now supports lists, and strings are also handle...) committed by sronsse   -   The compiler now supports lists, and strings are also handled correctly.
    The compiler now supports lists, and strings are also handled correctly.
  • Jan 07, 2009
    r55 (Fixed a few object related problems, and improved the script...) committed by sronsse   -   Fixed a few object related problems, and improved the scripts generation a bit.
    Fixed a few object related problems, and improved the scripts generation a bit.
  • Jan 04, 2009
    r54 (SCAL blocks now always contain 4 slots, objects now have sep...) committed by sronsse   -   SCAL blocks now always contain 4 slots, objects now have separate parent and owner members, and strings are now displayed correctly in the output log.
    SCAL blocks now always contain 4 slots, objects now have separate parent and owner members, and strings are now displayed correctly in the output log.
  • Jan 01, 2009
    r53 (Added RLE for costumes.) committed by sronsse   -   Added RLE for costumes.
    Added RLE for costumes.

Older

  • Dec 30, 2008
    CurrentStatus (ScummGEN's current status) Wiki page edited by sronsse
  • Dec 30, 2008
    r51 (Fixed a few typos in the code.) committed by sronsse   -   Fixed a few typos in the code.
    Fixed a few typos in the code.
 
Hosted by Google Code