Commit Graph
21 Commits
Author SHA1 Message Date
Eugene Sandulenko 5eac0c0324 PEGASUS: Get rid of g_engine type cast 2022-09-28 11:30:00 +02:00
Eugene Sandulenko abea37c9bb ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Orgad Shaneh 3bc29bd60f PEGASUS: Use nullptr
Using clang-tidy modernize-use-nullptr
2021-11-14 15:51:59 +02:00
Eugene Sandulenko fab199d37e JANITORIAL: Make GPL headers uniform 2016-09-03 12:46:38 +02:00
Matthew Hoops 9a40cdc40d PEGASUS: Fix lid sequences missing a frame 2013-01-29 22:25:24 -05:00
Johannes Schickel a6c6c74350 PEGASUS: Remove trailing whitespaces.
Powered by: git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2012-09-26 04:11:09 +02:00
Matthew Hoops a600dcb56a PEGASUS: Some space/misc cleanup 2011-12-20 18:26:25 -05:00
Matthew Hoops 12efb47b53 PEGASUS: Remove t prefix from typedefs
Some other minor cleanup too
2011-12-16 14:17:50 -05:00
Matthew Hoops 5c2a89dc4a PEGASUS: Fix drop box highlight color 2011-10-17 00:56:27 -04:00
Matthew Hoops b54a6275cf PEGASUS: Fix sprites being drawn incorrectly 2011-09-29 16:40:11 -04:00
Matthew Hoops 878601b2a3 PEGASUS: Fix a typo in the SoundLevel code 2011-09-29 11:37:02 -04:00
Matthew Hoops 34fd248f8a PEGASUS: Add the SoundLevel class 2011-09-29 01:29:42 -04:00
Matthew Hoops 6440d4d5f6 PEGASUS: Implement the ScreenDimmer class 2011-09-29 01:15:54 -04:00
Matthew Hoops 1659c82c37 PEGASUS: Fix frame sequences 2011-09-28 18:24:15 -04:00
Matthew Hoops dc463816af PEGASUS: Remove unused EnergyBar class 2011-09-22 15:28:01 -04:00
Matthew Hoops 0fd4a55492 PEGASUS: Fix DropHighlight 2011-09-21 21:18:46 -04:00
Matthew Hoops d4a731c0f3 PEGASUS: Fix updating elements when the bounds change 2011-09-21 19:21:08 -04:00
Matthew Hoops 6ed2679cf1 PEGASUS: Add the Surface classes
Renamed from GWorld; I'm trying to distance us from QuickDraw as much as possible :P
2011-09-19 19:07:11 -04:00
Matthew Hoops dc0254c1ce PEGASUS: Implement very basic screen updating (new API) 2011-09-15 20:50:21 -04:00
Matthew Hoops 1ac6abaeff PEGASUS: Stub off the base timebase code
This is not tested, and hopefully just works without anymore changes. I hate QuickTime :P
2011-09-15 20:39:37 -04:00
Matthew Hoops d3fde69770 PEGASUS: Implement two of the primitive-based DisplayElements 2011-09-10 10:41:36 -04:00