aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-11HOPKINS: Some renaming and refactoring in ComputerManager and FontManagerStrangerke
2013-02-11HOPKINS: Move _bob to ObjectsManagerStrangerke
2013-02-10HOPKINS: Remove obsolete TODOsStrangerke
2013-02-10HOPKINS: Hide cursor during cutscenesTorbjörn Andersson
This hopefully fixes the regression that was recently introduced where the cursor would be visible, but black, during cutscenes. This was presumably because the color black in a mouse cursor no longer necessarily means that it's transparent.
2013-02-10HOPKINS: Fix cursor endian issue (I think)Torbjörn Andersson
I had assumed that PAL_PIXELS contained the colors encoded in native byte order, but looking again it appears that it's always encoded as little-endian.
2013-02-10HOPKINS: Fix cursor tranparencyTorbjörn Andersson
Before, cursor images were converted to 16 bpp, and anything that was the same as the first color in PAL_PIXELS[] was made transparent. Now, cursors images are drawn as 8 bpp with a cursor palette created from PAL_PIXELS[]. This preserves all the black parts of the cursor that weren't actually color index 0. It would be nice if we only regenerated the cursor/palette when they have actually changed, but that's for later.
2013-02-10HOPKINS: (mostly) fix the priority bug in the city map. Still rare visible ↵Strangerke
glitches on the chimney, but the birds are ok!.
2013-02-10HOPKINS: Some more renaming in TalkManagerStrangerke
2013-02-09HOPKINS: Some more renaming and refactoring in TalkManagerStrangerke
2013-02-09NEWS: Mention FluidSynth settings dialog.Torbjörn Andersson
2013-02-08HOPKINS: Some refactoring. Remove a variable from TalkManagerStrangerke
2013-02-08HOPKINS: Improve private/public scope in TalkManagerStrangerke
2013-02-08HOPKINS: Improve private/public scope in SoundManager and ScriptManagerStrangerke
2013-02-08HOPKINS: Improve private/public scope in ObjectsManagerStrangerke
2013-02-07I18N: Update translations from source codeThierry Crozat
This adds the translation strings from the pegasus engine.
2013-02-07I18N: Update Czech translation from patch #3603683Thierry Crozat
2013-02-07HOPKINS:Move some variables from globals to ObjectManagerStrangerke
2013-02-07HOPKINS: Improve private/public scope in Globals. Remove some useless ↵Strangerke
variables, move some variables to FontManager
2013-02-07HOPKINS: Improve private/public scope in EventsManagerStrangerke
2013-02-07HOPKINS: Improve private/public scope in DialogsManagerStrangerke
2013-02-07HOPKINS: Improve private/public scope in FontMAnagerStrangerke
2013-02-07Merge pull request #304 from lordhoto/configure-no-release-defaultJohannes Schickel
CONFIGURE: Never enable release_build by default.
2013-02-07HOPKINS: Misc refactoring and renaming, remove some dead codeStrangerke
2013-02-07HOPKINS: Remove GOTOs in cityMapCarRouteStrangerke
2013-02-07HOPKINS: Remove several GOTOs in PARCOURS2Strangerke
2013-02-06HOPKINS: Start refactoring GENIAL. Remove three labels and the associated GOTOsStrangerke
2013-02-06HOPKINS: Get rid if the last GOTO in DialogManagerStrangerke
2013-02-06HOPKINS: Remove the last GOTO from TalkManagerStrangerke
2013-02-06HOPKINS: Renaming in ScriptManager and DialogManagerStrangerke
2013-02-06HOPKINS: Remove two labels and their associated GOTOs from EventsManagerStrangerke
2013-02-06WINTERMUTE: Use case-insensitive path-lookup when opening DiskFiles.Einar Johan Trøan Sømåen
2013-02-06WINTERMUTE: Get rid of BaseImage.h inclusion in BaseGame.Einar Johan Trøan Sømåen
2013-02-06WINTERMUTE: Privatize a few more members in BaseGame.Einar Johan Trøan Sømåen
2013-02-06HOPKINS: Fix regression in #fddc6497bf316e6e44b258b1c7fd9adc0749bd72 : ↵Strangerke
"Menu: after the fading, a button is moved by 1 or 2 pixels"
2013-02-06HOPKINS: Remove a useless variable in LinesManager, some renamingStrangerke
2013-02-06HOPKINS: Remove 2 labels and associated GOTOs from ObjectManagerStrangerke
2013-02-05HOPKINS: Some renaming in ObjectsManagerStrangerke
2013-02-05HOPKINS: More refactoring and renaming in ObjectsManagerStrangerke
2013-02-04PEGASUS: Make the demo menu music start before the splash screenMatthew Hoops
2013-02-05HOPKINS: Some refactoring in ObjectsManagerStrangerke
2013-02-04HOPKINS: Fix spacing in DebuggerStrangerke
2013-02-04HOPKINS: Refactoring in ComputerManagerStrangerke
2013-02-04MT32: Also attempt to load roms named CM32L_CONTROL.ROM / CM32L_PCM.ROMFilippos Karapetis
This was accidentally removed in commit 5711d23
2013-02-04MT32: Sync with the latest changes in muntFilippos Karapetis
This syncs our code with munt commit ee380de
2013-02-04PEGASUS: Fix minor energy bar glitch while calibratingMatthew Hoops
Need to set the energy level before showing it
2013-02-04HOPKINS: Improve imageStr allocation, replace remaining useless reads by skipsStrangerke
2013-02-04TRANSLATION: Mark pegasus.cpp as translatableMatthew Hoops
2013-02-04PEGASUS: Limit the accepted characters in save file namesMatthew Hoops
2013-02-04PEGASUS: Sort save file names alphabeticallyMatthew Hoops
2013-02-04I18N: Update Hungarian translation from patch #3603156Thierry Crozat