Age | Commit message (Expand) | Author |
2014-03-30 | ALL: Resolve multiple clang warnings | Max Horn |
2014-02-28 | IMAGE: Move all ImageDecoders to image/ | Matthew Hoops |
2014-02-18 | ZVISION: Make GPL headers consistent in themselves. | Johannes Schickel |
2014-02-16 | ZVISION: Janitorial - Remove trailing spaces | Strangerke |
2013-12-07 | ZVISION: Add missing getDebugger() for engine API. | D G Turner |
2013-11-24 | BUILD: Remove need for engine.mk in each engine directory. | D G Turner |
2013-11-24 | BUILD: Remove need for engine-plugin.h in engines. | D G Turner |
2013-11-24 | BUILD: Split engines/plugins_table header down to a file per engine. | D G Turner |
2013-11-24 | BUILD: Split engines.mk down to a single file per engine. | D G Turner |
2013-11-24 | BUILD: Split configure.engines down to a single file per engine. | D G Turner |
2013-11-01 | ZVISION: Fix compilation | Torbjörn Andersson |
2013-11-01 | ZVISION: Move StateFlags inside ScriptManager class and fix build errors | RichieSams |
2013-11-01 | ZVISION: Update includes to use the new file structure | RichieSams |
2013-11-01 | ZVISION: Create a folder structure for ZVision source files | RichieSams |
2013-10-31 | ZVISION: Update timer logic | RichieSams |
2013-10-31 | ZVISION: Move Puzzle flags to a ScriptManager HashMap | RichieSams |
2013-10-31 | ZVISION: Error out when an unknown sound file identifier is encountered | Filippos Karapetis |
2013-10-31 | ZVISION: Silence some false positive warnings in MSVC | Filippos Karapetis |
2013-10-31 | ZVISION: Throw a warning when a WAV file can't be opened | Filippos Karapetis |
2013-10-25 | ZVISION: Actually change the cursor when ZGI mouse is pressed | RichieSams |
2013-10-25 | ZVISION: Create custom working window size for ZGI | RichieSams |
2013-10-25 | ZVISION: Change ZGI detection entry platform to Windows from DOS | RichieSams |
2013-10-18 | ZVISION: Attempt to fix compilation on AmigaOS4 | Matthew Hoops |
2013-10-17 | ZVISION: Make the line height be an int | Matthew Hoops |
2013-10-17 | ZVISION: Consistently use the type of the state map | Matthew Hoops |
2013-10-04 | ZVISION: Fix signed/unsigned mismatch | RichieSams |
2013-10-04 | ZVISION: Fix nested template formatting | RichieSams |
2013-10-04 | ZVISION: Remove Vector2 class | RichieSams |
2013-10-04 | ZVISION: Add typedefs to shorten long type names | RichieSams |
2013-10-02 | ZVISION: Fix signed/unsigned mismatch | RichieSams |
2013-10-02 | ZVISION: Standardize includes order and format | RichieSams |
2013-10-02 | ZVISION: Rename zvision.h inclusion guard to be consistent with the other files | RichieSams |
2013-10-02 | ZVISION: Fix space formatting | RichieSams |
2013-10-02 | ZVISION: Move two lookup tables inside the RawZorkStream class | RichieSams |
2013-10-02 | ZVISION: Remove unnesessary operator overload | RichieSams |
2013-10-02 | ZVISION: Update removeDuplicateEntries to preserve order | RichieSams |
2013-10-02 | ZVISION: Convert _timeLeft to a signed int | RichieSams |
2013-10-02 | ZVISION: Update warning message to correspond to the behavior | RichieSams |
2013-10-02 | ZVISION: Remove global const variable | RichieSams |
2013-10-02 | ZVISION: Fix spacing | RichieSams |
2013-10-02 | ZVISION: Convert _completeFrames to an Array | RichieSams |
2013-10-02 | ZVISION: Remove global const variables | RichieSams |
2013-10-02 | ZVISION: Convert all for-loops to use pre-increment instead of post-increment | RichieSams |
2013-10-02 | ZVISION: Replace all occurances of (*iter). with iter-> | RichieSams |
2013-10-02 | ZVISION: Add newline to end of module.mk | RichieSams |
2013-10-02 | ZVISION: Fix curly braces formatting | RichieSams |
2013-10-02 | ZVISION: Create file on the heap to prevent memory scope problems | RichieSams |
2013-10-02 | ZVISION: Move bit flag to an enum for clarity | RichieSams |
2013-10-02 | ZVISION: Add debug levels | RichieSams |
2013-10-02 | ZVISION: Clean up zvision.h | RichieSams |