Age | Commit message (Expand) | Author |
2016-05-04 | PARALLACTION: Use Common::strlcpy instead of strncpy as suggested by LordHoto | Eugene Sandulenko |
2016-05-04 | PARALLACTION: Use strncpy | Eugene Sandulenko |
2014-02-18 | PARALLACTION: Make GPL headers consistent in themselves. | Johannes Schickel |
2013-11-09 | PARALLACTION: Initialize class. CID 1002706 | Eugene Sandulenko |
2013-05-02 | COMMON: Change kPlatformPC to kPlatformDOS | Matthew Hoops |
2012-09-27 | PARALLACTION: Clean up global variables a bit. | Alyssa Milburn |
2011-11-03 | PARALLACTION: Fix memset size parameter. | Johannes Schickel |
2011-11-03 | PARALLACTION: Fix warnings. Fix nasty out-of-scope bug in parallaction_br.cpp | Eugene Sandulenko |
2011-05-12 | GIT: Clean up: Suppress SVN tags, now useless | strangerke |
2011-04-28 | JANITORIAL: Reduce header dependencies in shared code | Ori Avtalion |
2011-03-25 | PARALLACTION: Move MidiDriver creation into MidiPlayer(_MSC) constructors | Max Horn |
2011-01-13 | PARALLACTION: Close Memory Leak in Big Red Adventure Subtitles. | David Turner |
2011-01-13 | PARALLACTION: Close Memory Leak in Big Red Adventure When Changing Location. | David Turner |
2010-10-22 | Update BRA demo startup code to use the part/location handling code from r500... | Nicola Mettifogo |
2010-06-25 | AUDIO: get rid of MDT_PREFER_MIDI since it should be sufficient to either sel... | Florian Kagerer |
2010-06-21 | Patch #1956501: "GUI/LAUNCHER: Midi device selection" | Max Horn |
2010-06-19 | Cleanup. | Nicola Mettifogo |
2010-06-19 | Cleanup some more state when switching part in BRA. | Nicola Mettifogo |
2010-06-19 | Implemented PART command for BRA, largely based on patch #3005434 by fuzzie. | Nicola Mettifogo |
2010-05-22 | Apply patch 3004991 by fuzzie: don't try and run dialogues for SPEAK zones wi... | Nicola Mettifogo |
2010-04-27 | Fix bug 2969257 (labels) and hopefully plug all the leaks. | Nicola Mettifogo |
2010-04-02 | Fix whitespace | Willem Jan Palenstijn |
2009-12-09 | Changed MidiDriver::createMidi to take a MidiDriverType instead of an int | Max Horn |
2009-09-30 | Fix code formatting (esp. 'if(' -> 'if (' etc., but also indention and other ... | Max Horn |
2009-09-30 | * Added secondary inventories for BRA. | Nicola Mettifogo |
2009-05-21 | Made BRA demos start again by partially reverting commit 39773. Multiple inve... | Nicola Mettifogo |
2009-04-28 | Added in-game menu for BRA. Load/save is not supported yet. | Nicola Mettifogo |
2009-04-06 | Removed useless references to the global _vm. | Nicola Mettifogo |
2009-04-06 | Cleanup of Balloon and Dialogue code: | Nicola Mettifogo |
2009-04-03 | Moved background and character loading code from LocationParser_br to the eng... | Nicola Mettifogo |
2009-03-31 | Added basic multiple inventory support. This will be used for the GIVE and SW... | Nicola Mettifogo |
2009-03-29 | (Re)link bounding animations after location has been completely parsed. This ... | Nicola Mettifogo |
2009-03-29 | Ensure zone and animation flags are restored when a location is reloaded. Thi... | Nicola Mettifogo |
2009-03-28 | Added initialization for _index and _locationIndex in Zone objects. | Nicola Mettifogo |
2009-03-28 | Save zone and animation flags when a location is closed. This fixes bug #2718... | Nicola Mettifogo |
2009-03-23 | Pushed down dependencies from parser.h | Nicola Mettifogo |
2009-03-23 | Fully implemented scrolling. | Nicola Mettifogo |
2009-03-15 | Fix loading objects in the Amiga version of BRA. | Travis Howell |
2009-03-15 | Enable music in Amiga version of BRA too. | Travis Howell |
2009-03-14 | Added midi support to BRA. So far music starts, but related script commands h... | Nicola Mettifogo |
2009-03-14 | * Added a generic sound manager that hides engine-specific managers and allow... | Nicola Mettifogo |
2009-03-02 | Initialize and save zones flags and follower position when a location switch ... | Nicola Mettifogo |
2009-03-02 | Fixed overflow in flag table. | Nicola Mettifogo |
2009-02-26 | Added filter to preserve needed Animation across location switch. | Nicola Mettifogo |
2009-02-26 | changeLocation now uses the internal variable _newLocationName instead of an ... | Nicola Mettifogo |
2009-02-26 | Removed null*Ptr dummy objects, using SharedPtr's reset method to null pointe... | Nicola Mettifogo |
2009-02-26 | Fixed crashes and leaks when quitting BRA from menu and splash screen. | Nicola Mettifogo |
2009-02-26 | Cleanup of CommandExec and ProgramExec, and pushed down dependencies from exe... | Nicola Mettifogo |
2009-02-25 | * Rebased Parallaction_br to inherit from Parallaction instead of Parallactio... | Nicola Mettifogo |
2009-02-25 | Updated all for(;;) loops to use prefix increment on iterators. | Nicola Mettifogo |