aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/neighborhood/neighborhood.h
AgeCommit message (Collapse)Author
2016-09-03JANITORIAL: Make GPL headers uniformEugene Sandulenko
2014-04-27PEGASUS: Set volume in more placesKeith Kaisershot
2012-09-26PEGASUS: Remove trailing whitespaces.Johannes Schickel
Powered by: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2012-09-21PEGASUS: Replace FunctionPtr by our Functor code in Common.Johannes Schickel
This "fixes" a segmentation fault in our buildbot's toolchain for DC. The segmentation fault occured while compiling engines/pegasus/ai/ai_condition.cpp. Thanks to clone2727 for looking over this and testing it.
2012-04-06PEGASUS: Silence an MSVC warningMatthew Hoops
2011-12-16PEGASUS: Cleanup some constantsMatthew Hoops
Added missing static qualifiers, get rid of some short/long
2011-12-16PEGASUS: Remove t prefix from typedefsMatthew Hoops
Some other minor cleanup too
2011-11-02PEGASUS: Switch spot sounds to using SoundTimeBaseMatthew Hoops
Spot sound requests no longer freeze the game in some way
2011-10-15PEGASUS: Fix the Mars robot timer not stoppingMatthew Hoops
2011-10-02PEGASUS: Add the basic Caldoria neighborhoodMatthew Hoops
Does not include the end-of-game timers and sequence yet. It's currently hooked up to the full game, but does not go beyond the first frame of the wake-up sequence right now.
2011-09-29PEGASUS: Fix energy monitor not showing upMatthew Hoops
2011-09-27PEGASUS: Push the sound spots file name to subclassesMatthew Hoops
2011-09-27PEGASUS: Add the Prehistoric neighborhoodMatthew Hoops
Yes, the first neighborhood is here! And all the world rejoiced, yet it was still not used in the code so the rejoicing was kept to a low murmur. It's the smallest neighborhood and will be used as a testbed for the code while the other neighborhoods are coded.
2011-09-27PEGASUS: Import the remainder of the Neighborhood codeMatthew Hoops
2011-09-26PEGASUS: Add the GameInteraction classMatthew Hoops
2011-09-26PEGASUS: Import a bunch more neighborhood codeMatthew Hoops
2011-09-26PEGASUS: Begin populating the Neighborhood class with more useful functionsMatthew Hoops
2011-09-24PEGASUS: Add retscan/shield biochipsMatthew Hoops
2011-09-24PEGASUS: Add remaining specialized inventory itemsMatthew Hoops
2011-09-24PEGASUS: Import AI code and relevant itemsMatthew Hoops
2011-09-08PEGASUS: Add and hookup the InputHandler classMatthew Hoops
2011-09-05PEGASUS: Restructure remaining MMShell code into the base codeMatthew Hoops
MMTimeValue has been removed, as Common::Timestamp will just be used instead
2011-09-05PEGASUS: Cleanup and hookup the notification codeMatthew Hoops
2011-09-05PEGASUS: Stub off spot sound codeMatthew Hoops
2011-09-04PEGASUS: Implement very basic hotspot loadingMatthew Hoops
Need to get more complex regions loaded, though... will be a major problem
2011-09-01PEGASUS: Implement some more neighborhood codeMatthew Hoops
2011-09-01PEGASUS: Implement basic neighborhood resource parsingMatthew Hoops