Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-05-08 | NEVERHOOD: More work on Scene1002 | johndoe123 | |
- Implement NavigationMouse and NavigationLists - Some renaming | |||
2013-05-08 | NEVERHOOD: Add NavigationLists in create_neverhood | johndoe123 | |
2013-05-08 | NEVERHOOD: Implement color replace in AnimatedSprite | johndoe123 | |
(used to disable a color in sprite drawing) | |||
2013-05-08 | NEVERHOOD: Fix crash/corruption in clipped sprite drawing | johndoe123 | |
2013-05-08 | NEVERHOOD: More work on Scene1002, Klayman and the rest | johndoe123 | |
- Add "heavy debug" output to Entity (display which update/message handler is called) - Also add more debug output - Error out when a StaticData resource could not be found | |||
2013-05-08 | NEVERHOOD: Change addHitRect to use an explicit count | johndoe123 | |
- This is since the alignment stuff didn't work and it's not worth it to investigate - Add possibility to write out hardcoded message lists instead of reading from the exe for special lists | |||
2013-05-08 | NEVERHOOD: More work on Scene1002 | johndoe123 | |
2013-05-08 | NEVERHOOD: Start with Scene1002 (a lot incomplete) | johndoe123 | |
2013-05-08 | NEVERHOOD: Updated tables.h with data from Scene1002 | johndoe123 | |
2013-05-08 | NEVERHOOD: Implement Mouse435 | johndoe123 | |
2013-05-08 | NEVERHOOD: Implement MouseCursorResource and Mouse433 mouse cursor | johndoe123 | |
2013-05-08 | NEVERHOOD: More work on Scene1001/Klayman | johndoe123 | |
- Looking through the open window now works (mostly). | |||
2013-05-08 | NEVERHOOD: Implement game vars | johndoe123 | |
2013-05-08 | NEVERHOOD: More work on Scene1001/Klayman | johndoe123 | |
- The button can now be used, but looking at the open window doesn't work yet since game variables aren't implemented yet. | |||
2013-05-08 | NEVERHOOD: More work on Scene1001 and Klayman | johndoe123 | |
- Fix a bug in Klayman's walking - The lever can now be used - Other stuff is still missing - Remove entity.cpp since it's not needed | |||
2013-05-08 | NEVERHOOD: More work on Klayman (still eye cancerous code) | johndoe123 | |
- Start to implement KmScene1001 - Implement queryPositionSprite and queryPositionRectList - Implement message list related code (setting and running them) - Access to message params now with accessors (so compatible types can be converted) | |||
2013-05-08 | NEVERHOOD: Commit of create_neverhood and neverhood.dat | johndoe123 | |
2013-05-08 | NEVERHOOD: More work on Klayman | johndoe123 | |
- Rename Scene::_playerSprite to _klayman - Send mouse clicks to the scene object (has not effect yet) | |||
2013-05-08 | NEVERHOOD: Implement Klayman::update | johndoe123 | |
2013-05-08 | NEVERHOOD: Start with the Klayman class (this is quite some horrible code, ↵ | johndoe123 | |
also, it doesn't work yet and isn't used yet) | |||
2013-05-08 | NEVERHOOD: More work on Scene1001, also give sprites classes and vars some ↵ | johndoe123 | |
better names | |||
2013-05-08 | NEVERHOOD: Add transparency and x flipping to sprite drawing (flip y still ↵ | johndoe123 | |
TODO but rarely used) - Add Class511 (the lever) to Module1000 | |||
2013-05-08 | NEVERHOOD: More work on Scene1001, implement Class509 (yes, will be renamed ↵ | johndoe123 | |
later) and AnimResource related stuff | |||
2013-05-08 | NEVERHOOD: Module1000 and Scene1001 skeletons | johndoe123 | |
- Implement BaseSurface::drawSpriteResourceEx - Use CollisionMan in Scene - Some cleanup | |||
2013-05-08 | NEVERHOOD: Start with the CollisionMan class | johndoe123 | |
2013-05-08 | NEVERHOOD: Add StaticData class | johndoe123 | |
2013-05-08 | NEVERHOOD: Add skeleton for Module1000 | johndoe123 | |
- Add dummies for game variable access | |||
2013-05-08 | NEVERHOOD: Implement SmackerScene, SmackerPlayer and related stuff | johndoe123 | |
- The intro video after the logo screens is now played (still needs better sync) | |||
2013-05-08 | NEVERHOOD: Start with the Palette2 class (which needs a better name later) | johndoe123 | |
- Implement Screen::drawSurface2 (needs color key support) - The first intro now show up, complete with fade-in and fade-out | |||
2013-05-08 | NEVERHOOD: Start with the Background and DirtyBackground classes | johndoe123 | |
- Also make related changes in other code - Call the game module's draw method in the main loop - Add some more debug output in resource load functions | |||
2013-05-08 | NEVERHOOD: Start with the Screen class, also | johndoe123 | |
- Move common headers used in modules to module.h so they don't have to be explicitly #included in each module header - Clean up #includes | |||
2013-05-08 | NEVERHOOD: More work on Module1500 | johndoe123 | |
- Implement Scene1501 (with yet unimpelemented stuff commented out) - Add preliminary main loop to test stuff/updates - Add dummy SoundResource - And fix a mean bug/typo in some initializer lists... (The intro now "runs" but doesn't show anything yet since the actual display code and other classes are not yet implemented yet.) | |||
2013-05-08 | NEVERHOOD: Start with AnimatedSprite and AnimResource | johndoe123 | |
2013-05-08 | NEVERHOOD: Add default parameters to StaticSprite constructors | johndoe123 | |
2013-05-08 | NEVERHOOD: Start with Scene and Sprite classes | johndoe123 | |
2013-05-08 | NEVERHOOD: Add skeleton for Module1500 (the intro module) | johndoe123 | |
2013-05-08 | NEVERHOOD: Start with Module and GameModule classes | johndoe123 | |
2013-05-08 | NEVERHOOD: More work on the Palette class | johndoe123 | |
2013-05-08 | NEVERHOOD: Add more | johndoe123 | |
- SpriteResource and PaletteResource resource classes - Extend BaseSurface to be able to draw SpriteResources onto it - Implement Entity base class (this may need some work concerning the update/message callbacks later since I'm not sure if the way it's done now is portable) | |||
2013-05-08 | NEVERHOOD: Start with the BaseSurface class (doesn't do much yet) | johndoe123 | |
2013-05-08 | NEVERHOOD: Start with graphics code (bitmap parsing and rle decompression) | johndoe123 | |
2013-05-08 | NEVERHOOD: Start with the resource manager | johndoe123 | |
2013-05-08 | NEVERHOOD: Start with the blb archive class | johndoe123 | |
2013-05-08 | NEVERHOOD: First code with basic detection, nothing else so far | johndoe123 | |
2011-06-22 | Merge pull request #46 from tramboi/master | Eugene Sandulenko | |
DREAMWEB: Reversing and reimplementing natively frameoutv | |||
2011-06-22 | I18N: Regenerate translations data file | Thierry Crozat | |
2011-06-22 | I18N: Update Hungarian translation from patch #3323744 | Thierry Crozat | |
2011-06-22 | COMMON: Improve loading of translations data file | Thierry Crozat | |
Now if the header of the file is not correct it continues to look for a valid file, while before if the first file found was obsolete or corrupted translation was disabled even if a valid file was present in the search path. | |||
2011-06-22 | DREAMWEB: frameoutv becomes a native function | Bertrand Augereau | |
2011-06-22 | TSAGE: Fix bug in sound fading in scene 20. | Strangerke | |
This was blocking progress under linux... |