Age | Commit message (Collapse) | Author | |
---|---|---|---|
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: 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 | 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... | |||
2011-06-22 | TSAGE: Don't crash if -x option points to an non-existing savegame. | eriktorbjorn | |
Instead, just pretend there is no spoon^H^H^H^H^H-x option. | |||
2011-06-22 | LASTEXPRESS: Make some static data const respectively static. | Johannes Schickel | |
2011-06-22 | SCI: Mark sq6 as a CD game | Max Horn | |
2011-06-22 | TSAGE: Remove out of date TODO comments where applicable | Paul Gilbert | |
2011-06-22 | TSAGE: Fix sounds not getting registered in Globals::_sounds | Paul Gilbert | |
This fixes a problem in Scene 20 where the scene wasn't ending after a sound fade | |||
2011-06-22 | TSAGE: Clarified Globals::_sceneListeners as Globals::_sounds | Paul Gilbert | |
2011-06-22 | TSAGE: Bugfix for sound assert in scene 20 | Paul Gilbert | |
2011-06-22 | LASTEXPRESS: Named several soundEntry structure members | Eugene Sandulenko | |
2011-06-22 | LASTEXPRESS: Implement sound filters. Still not hooked in. | Eugene Sandulenko | |
2011-06-22 | DREAMWEB: Fix bug in tasmrecover causing load/save mixup | Willem Jan Palenstijn | |
This is a regression from c1b9adb6912 and (my commit) 287c23f1263c. It is not safe to remove opcodes from proc.stmts since labels are sometimes referenced by their offset in the list. So, instead they are now replaced by op._nop. This fixes kLoadingorsave not being set in doload(), which was visible when going to the load game menu from the startup menu. | |||
2011-06-21 | COMMON: Move HerculesDimensions enum to SCUMM. | Johannes Schickel | |
The enum is only used inside the SCUMM engine so it is rather pointless to keep it in common/util.h right now. Also if we really want it in some common place it should probably be better in graphics/ too. | |||
2011-06-21 | TSAGE: Bugfix for properly stopping playing sounds | Paul Gilbert | |
2011-06-21 | TSAGE: Fix updating the volume when changed in the Options dialog | Paul Gilbert | |
2011-06-21 | TSAGE: Disable SFX and speech volume sliders for all games | Paul Gilbert | |