Strangerke
|
d6b2ea67b0
|
DM: More polishing in MovesensMan
|
2016-09-04 23:35:58 +02:00 |
|
Strangerke
|
47741742f5
|
DM: Fix typo in the name of isObjectInPartyPossession, get rid of the GOTO
|
2016-09-04 23:18:11 +02:00 |
|
Strangerke
|
91fe53762d
|
DM: First pass of refactoring in isObjcetInPartyPossession
|
2016-09-04 23:13:30 +02:00 |
|
Strangerke
|
c95620b8db
|
DM: First pass of refactoring of getTeleporterRotatedGroupResult
|
2016-09-04 22:47:23 +02:00 |
|
Strangerke
|
e5c1888e8c
|
DM: Some more refactoring in MovesensMan, change return value of getSound()
|
2016-09-04 22:02:27 +02:00 |
|
Strangerke
|
1a9f9c54aa
|
DM: Fix original bug in isLevitating
|
2016-09-04 20:49:45 +02:00 |
|
Strangerke
|
3df32ecf20
|
DM: Refactor getMoveResult()
|
2016-09-04 20:45:38 +02:00 |
|
Strangerke
|
3b4c06e926
|
DM: Refactor sensorIsTriggeredByClickOnWall, remove all GOTOs
|
2016-09-04 19:36:41 +02:00 |
|
Strangerke
|
d663f7f788
|
DM: First pass of refactoring in sensorIsTriggeredByClickOnWall, clean pointers type in movesens
|
2016-09-04 19:18:33 +02:00 |
|
Strangerke
|
9284e4c9fd
|
DM: Remove a variant of blitToScreen, refactor drawActionDamage
|
2016-09-04 18:29:16 +02:00 |
|
Strangerke
|
e8f4b15af9
|
DM: More refactoring and renaming in MenuMan
|
2016-09-04 15:44:40 +02:00 |
|
Strangerke
|
f2fdc9c06f
|
DM: Finish the rework in isActionPerformed, remove all GOTOs
|
2016-09-04 13:03:32 +02:00 |
|
Strangerke
|
c5f45cb301
|
DM: WIP rework in isActionPerformed()
|
2016-09-04 12:07:31 +02:00 |
|
Strangerke
|
db99e8bc60
|
DM: Fix original bug in MenuMan
|
2016-09-04 11:24:22 +02:00 |
|
Strangerke
|
5bb8d33a1a
|
DM: More refactoring in MenuMan
|
2016-09-04 10:53:26 +02:00 |
|
Strangerke
|
88c8fcf302
|
DM: More rework in getChampionSpellCastResult, remove GOTOs
|
2016-09-04 10:18:36 +02:00 |
|
Strangerke
|
04c3beefd7
|
DM: First pass of renaming in getChampionSpellCastResult
|
2016-09-04 09:38:59 +02:00 |
|
Strangerke
|
e0f1285fbc
|
DM: Remove useless code in setMagicCasterAndDrawSpellArea
|
2016-09-04 08:57:13 +02:00 |
|
Strangerke
|
f81093168e
|
DM: Rework getClickOnSpellCastResult
|
2016-09-04 08:56:14 +02:00 |
|
Strangerke
|
4eeeea2c8d
|
DM: Refactoring, enforce the use of ChampionIndex
|
2016-09-04 08:47:13 +02:00 |
|
Strangerke
|
ef144e1e8b
|
DM: Polishing in LZWdecompressor
|
2016-09-04 00:13:19 +02:00 |
|
Strangerke
|
3ecc98e832
|
DM: Change savegame signature to DM21 instead of DMDM. That breaks savegames compatibility.
|
2016-09-04 00:01:16 +02:00 |
|
Strangerke
|
e4863c0c73
|
DM: Polishing in loadsave
|
2016-09-03 23:59:31 +02:00 |
|
Strangerke
|
807bfc270b
|
DM: Finish the renaming of variables in InventoryMan
|
2016-09-03 22:58:39 +02:00 |
|
Strangerke
|
8d41bf9ad7
|
DM: Some more fixes concerning pointer formatting
|
2016-09-03 21:42:58 +02:00 |
|
Bendegúz Nagy
|
3191f2605b
|
Merge branch 'dm' of https://github.com/WinterGrascph/scummvm into dm
|
2016-09-03 16:01:31 +02:00 |
|
Bendegúz Nagy
|
d0bae5b805
|
DM: Replace _vm->_system with g_system
|
2016-09-03 15:52:59 +02:00 |
|
Strangerke
|
fbe9c92ce1
|
DM: Fix the style used for some pointers and casts
|
2016-09-03 14:20:13 +02:00 |
|
Strangerke
|
9aa582e341
|
DM: Refactor string manipulation in drawPanelObject
|
2016-09-03 13:53:52 +02:00 |
|
Strangerke
|
2fec2241e4
|
DM: More renaming and refactoring in InventoryMan
|
2016-09-03 13:13:50 +02:00 |
|
Bendegúz Nagy
|
d059a1cd4b
|
DM: Use delayMillis(10) in mainLoop
|
2016-09-03 11:12:16 +02:00 |
|
Bendegúz Nagy
|
2e0fae6547
|
DM: Fix copyright issues
|
2016-09-03 10:56:30 +02:00 |
|
Bendegúz Nagy
|
cb8fca46c5
|
DM: Fix include headers
Add DM_ prefix
Add missing include guards
|
2016-09-03 10:47:16 +02:00 |
|
Bendegúz Nagy
|
cd3b485952
|
DM: Clean up includes
Swap <> to "" with scummvm files
Add dm/ prefix to dm files
Reorder includes to system files, dm files
|
2016-09-03 10:38:43 +02:00 |
|
Strangerke
|
0d7481b2a5
|
DM: More renaming in InventoryMan, some refactoring
|
2016-09-02 07:50:18 +02:00 |
|
Strangerke
|
d32f6f8388
|
DM: Fix a typo in the spelling of startWandering()
|
2016-09-01 22:01:22 +02:00 |
|
Strangerke
|
40da6882af
|
DM: Remove GOTOs in fluxCageAction
|
2016-09-01 07:48:01 +02:00 |
|
Strangerke
|
deca60efc9
|
DM: More renaming in GroupMan
|
2016-09-01 07:41:44 +02:00 |
|
Strangerke
|
c4bf70c9a8
|
DM: Rework getChampionDamage and startWanedring
|
2016-09-01 00:40:11 +02:00 |
|
Strangerke
|
643fd69f87
|
DM: More renaming and refactoring in GroupMan
|
2016-08-31 08:02:03 +02:00 |
|
Strangerke
|
ff96b8eeb6
|
DM: Refactor a couple of 'if' nightmares in getDistanceBetweenUnblockedSquares
|
2016-08-30 23:31:04 +02:00 |
|
Strangerke
|
95272838e1
|
DM: renaming and some refactoring in getDistanceBetweenUnblockedSquares
|
2016-08-30 22:45:42 +02:00 |
|
Bendegúz Nagy
|
dc40f028af
|
DM: Add message area scroller
|
2016-08-30 21:09:33 +02:00 |
|
Strangerke
|
150a16cd49
|
DM: Refactor getDistanceBetweenSquares, get rid of GOTOs
|
2016-08-29 19:52:54 +02:00 |
|
Strangerke
|
adf3931e40
|
DM: Renaming in isMovementPossible and groupGetDistanceToVisibleParty, rewrite getDistanceBetweenSquares
|
2016-08-29 07:50:41 +02:00 |
|
Strangerke
|
c54204910d
|
DM: WIP rework of processEvents29to41, some more renaming
|
2016-08-28 22:26:44 +02:00 |
|
Strangerke
|
ed248ca1e0
|
DM: Renaming in GroupMan
|
2016-08-28 10:34:41 +02:00 |
|
Strangerke
|
8c9eed7bac
|
DM: Some renaming
|
2016-08-28 00:33:32 +02:00 |
|
Strangerke
|
361722d459
|
DM: More renaming in DungeonMan, move some arrays
|
2016-08-27 23:10:13 +02:00 |
|
Strangerke
|
b4fecce3fc
|
DM: Remove a couple of GOTOs in fuseSequence()
|
2016-08-27 17:41:53 +02:00 |
|