Filippos Karapetis
|
c5f5fbc208
|
LAB: Refactor the music code
|
2015-12-27 21:16:43 +02:00 |
|
Filippos Karapetis
|
29342b1331
|
LAB: Document usage of some opcodes and mark some unused ones
|
2015-12-27 21:13:09 +02:00 |
|
Strangerke
|
d393674100
|
LAB: Allow to skip more efficiently the intro while the 2nd screen is displayed
|
2015-12-27 15:23:51 +01:00 |
|
Johannes Schickel
|
08cff7942f
|
Merge pull request #641 from vanfanel/gles_fix
SDL/GL Enabled OpenGL(ES) on the Raspberry Pi in the configure script.
|
2015-12-27 14:57:46 +01:00 |
|
Willem Jan Palenstijn
|
a49ffcd87b
|
LAB: Remove some unnecessary casts
|
2015-12-27 13:52:34 +01:00 |
|
Filippos Karapetis
|
662649319b
|
LAB: Simplify fillBuffer()
|
2015-12-27 14:36:02 +02:00 |
|
Filippos Karapetis
|
764d261873
|
LAB: Unify the sound flags code for music and sound effects
|
2015-12-27 14:36:01 +02:00 |
|
Filippos Karapetis
|
684830082b
|
LAB: Simplify resetMusic()
|
2015-12-27 14:36:01 +02:00 |
|
Filippos Karapetis
|
e2d019f9d1
|
LAB: Rename _lastMusicRoom to _curRoomMusic
|
2015-12-27 14:36:00 +02:00 |
|
Filippos Karapetis
|
e4745a0b20
|
LAB: Remove incorrect mouse cursor hiding at the start of every anim
This resulted in having the mouse cursor flash in scenes with animation
(e.g. the Surreal Maze)
|
2015-12-27 14:36:00 +02:00 |
|
Filippos Karapetis
|
bce260bb5f
|
LAB: Get rid of _doReset
This resulted in calling resetMusic() twice
|
2015-12-27 14:36:00 +02:00 |
|
Willem Jan Palenstijn
|
86a593af09
|
LAB: Simplify check order
|
2015-12-27 13:34:50 +01:00 |
|
Strangerke
|
e06252cda5
|
LAB: Init the mouse in the center of the screen
|
2015-12-27 11:30:56 +01:00 |
|
Strangerke
|
c0e64a091a
|
LAB: Review the variable types used in Special, reduce the scope of some variables
|
2015-12-27 11:20:54 +01:00 |
|
Strangerke
|
9bc8d25b02
|
LAB: Remove a useless assignment
|
2015-12-27 11:00:05 +01:00 |
|
Strangerke
|
bc368c6967
|
LAB: Remove useless pragma
|
2015-12-27 01:30:00 +01:00 |
|
Strangerke
|
2bad773046
|
LAB: Use an enum for special room ids
|
2015-12-27 01:05:43 +01:00 |
|
Strangerke
|
3712befbd7
|
LAB: Remove unused defines
|
2015-12-27 00:46:41 +01:00 |
|
Filippos Karapetis
|
3215d14e82
|
LAB: Rename TilePuzzle to SpecialLocks, to better reflect its purpose
This class handles two different special locks, the tile puzzle and
the combination door
|
2015-12-27 01:42:45 +02:00 |
|
Willem Jan Palenstijn
|
428f9acdcf
|
LAB: Revert functional change of cleanup commit
(7f2b69b75c8e352ea06c9571992a00d5ffe7308f)
|
2015-12-27 00:29:05 +01:00 |
|
Filippos Karapetis
|
56c5919c3d
|
LAB: Fix crash in the the door number puzzle
|
2015-12-27 01:14:55 +02:00 |
|
Filippos Karapetis
|
1d3a3a24fa
|
LAB: Fix regression in the tab handling code
|
2015-12-27 00:47:21 +02:00 |
|
Strangerke
|
55f236f6ff
|
LAB: Fix glitch when skipping intro
|
2015-12-26 23:11:04 +01:00 |
|
Willem Jan Palenstijn
|
90ac7a2bcb
|
LAB: Clean up Image._imageData memory handling
|
2015-12-26 21:59:10 +01:00 |
|
Willem Jan Palenstijn
|
e4027040a8
|
LAB: Remove useless virtual keywords
|
2015-12-26 21:30:55 +01:00 |
|
Strangerke
|
3cc42273c5
|
LAB: Remove an unused function in EventManager
|
2015-12-26 20:41:30 +01:00 |
|
Strangerke
|
ce81ddbb4e
|
LAB: Rename 'im' to 'img' for naming consistency
|
2015-12-26 20:32:29 +01:00 |
|
Willem Jan Palenstijn
|
f23dcd64b0
|
LAB: Make breadcrumb key checks more consistent
This platform check was lost in
60d4f0a0695f8eaf5aced2df7dfe3c191e37ae25.
|
2015-12-26 18:55:31 +01:00 |
|
Thierry Crozat
|
edb93f6e90
|
I18N: Update translations data file
|
2015-12-26 16:53:05 +00:00 |
|
Thierry Crozat
|
9ca349bcb9
|
I18N: Update French translation
|
2015-12-26 16:53:05 +00:00 |
|
Zbyněk Schwarz
|
524e28a89b
|
I18N: Czech localization update
|
2015-12-26 16:53:05 +00:00 |
|
Strangerke
|
dd78b9208b
|
LAB: Add hardcoded data for cumbs images
|
2015-12-26 17:11:39 +01:00 |
|
Willem Jan Palenstijn
|
e4fbcabbc9
|
LAB: Fix map
Regression from be1fd471be362eff1d6e05bef8b8469655174b16.
|
2015-12-26 17:07:28 +01:00 |
|
Strangerke
|
286cd81643
|
LAB: Rewrite while statements in blitBitmap
|
2015-12-26 16:14:25 +01:00 |
|
Strangerke
|
f41267311d
|
LAB: Some renaming in blitBitmap and readScreenImage
|
2015-12-26 15:24:32 +01:00 |
|
Willem Jan Palenstijn
|
33ed5af212
|
LAB: Remove type ConstDataPtr, add consts
|
2015-12-26 15:14:37 +01:00 |
|
Strangerke
|
a8d7a9bb7c
|
LAB: Remove unused function in EventManager
|
2015-12-26 14:58:02 +01:00 |
|
Strangerke
|
2560fdb191
|
LAB: Make private some DispMan functions and variables, some renaming
|
2015-12-26 14:27:53 +01:00 |
|
Willem Jan Palenstijn
|
ae519716a2
|
Merge branch 'master' of github.com:scummvm/scummvm
|
2015-12-26 14:20:15 +01:00 |
|
Willem Jan Palenstijn
|
01d99d213d
|
LAB: Reduce passing around of pointers to the near-global _closeDataPtr
|
2015-12-26 14:18:44 +01:00 |
|
Willem Jan Palenstijn
|
f72de724e9
|
LAB: Reduce passing around of pointers to the near-global _closeDataPtr
|
2015-12-26 14:07:46 +01:00 |
|
Willem Jan Palenstijn
|
e3ce65cce8
|
LAB: Reduce passing around of pointers to the near-global _closeDataPtr
|
2015-12-26 14:04:39 +01:00 |
|
Willem Jan Palenstijn
|
6daf92cbf4
|
LAB: Reduce passing around of pointers to the near-global _closeDataPtr
|
2015-12-26 13:58:07 +01:00 |
|
Strangerke
|
07b554b847
|
LAB: Add an access function to make _headerData a private member of Anim
|
2015-12-26 13:53:11 +01:00 |
|
Filippos Karapetis
|
6910a3b269
|
LAB: Implement changeVolume()
|
2015-12-26 13:03:26 +02:00 |
|
Filippos Karapetis
|
dc08713249
|
LAB: The 'z' key is unused
|
2015-12-26 13:03:01 +02:00 |
|
Filippos Karapetis
|
d1b5d41005
|
LAB: Clean up sound effect looping, starting and stopping code
|
2015-12-26 12:45:48 +02:00 |
|
Filippos Karapetis
|
e231c6753b
|
LAB: Update music after drawing the map rooms
|
2015-12-26 12:43:18 +02:00 |
|
Filippos Karapetis
|
0b9126f774
|
LAB: Remove superfluous sound effect stopping code
|
2015-12-26 12:42:45 +02:00 |
|
Filippos Karapetis
|
d3369808f5
|
LAB: Document where some scene transitions are used
|
2015-12-26 12:39:18 +02:00 |
|