37 Commits

Author SHA1 Message Date
Filippos Karapetis
ede8abfd5d TRECISION: Rename _lim to _area 2022-01-25 10:36:08 +02:00
Eugene Sandulenko
abea37c9bb
ALL: Update ScummVM project license to GPLv3+ 2021-12-26 18:48:43 +01:00
Filippos Karapetis
dc97c350d2 TRECISION: Simplify the code handling animation subareas 2021-07-03 13:23:49 +03:00
SupSuper
b84814cd34 TRECISION: Clean up warnings 2021-06-30 09:36:17 +01:00
Filippos Karapetis
6ce7d3a985 TRECISION: Remove mask color params and simplify the blinking char code
The mask or shadow color was always MASKCOL, so we don't need to
specify it as a parameter
2021-06-09 00:38:47 +03:00
Filippos Karapetis
d069086332 TRECISION: Rename _textCol -> _textColor 2021-06-09 00:19:04 +03:00
Strangerke
ef01a6ad29 TRECISION: Turn _drawTextLines into an array of Common::String 2021-06-08 08:44:38 +01:00
Strangerke
f3dd3de43f TRECISION: Fix some Coverity issues 2021-06-05 23:51:57 +01:00
SupSuper
2ffcd00393 TRECISION: BM files are always little-endian 2021-05-31 21:37:37 +01:00
SupSuper
229d9415a0 TRECISION: Amiga files are big-endian 2021-05-31 06:40:04 +01:00
Strangerke
d46aecd81e TRECISION: Rename STexture::init() in order to be coherent with other functions 2021-05-29 21:25:10 +01:00
Strangerke
70a08aa780 TRECISION: Small refactoring in STexture 2021-05-29 21:25:10 +01:00
Strangerke
bd3e22ef61 TRECISION: Move some code from struct.h to struct.cpp 2021-05-29 21:25:09 +01:00
SupSuper
d16fb074e7 TRECISION: Move MessageQueues into Scheduler 2021-05-29 21:25:09 +01:00
Strangerke
d20b12b608 TRECISION: Remove an unused include 2021-05-29 21:25:09 +01:00
Strangerke
81b0efd905 TRECISION: set SInvObject._flag private, add accessors 2021-05-29 21:25:09 +01:00
Strangerke
55462465f7 TRECISION: Fix regression in 113ce2a 2021-05-29 21:25:08 +01:00
Strangerke
c11cd96849 TRECISION: Kill SScript 2021-05-29 21:25:08 +01:00
Strangerke
f840836b3e TRECISION: Set SObject._mode private, add accessors 2021-05-29 21:25:08 +01:00
Strangerke
d22c218897 TRECISION: Set SObject._flg private, add accessors 2021-05-29 21:25:07 +01:00
Strangerke
744de60f3e TRECISION: Move implementation ofloadRoom and syncGameStream to a new cpp file 2021-05-29 21:25:06 +01:00
Strangerke
bc3b343eb7 TRECISION: Make SRoom._flag private, add accessors,add sync and loading functions 2021-05-29 21:25:05 +01:00
Strangerke
33173bdb67 TRECISION: Move StackText to text.h, rename tcol and scol to improve readability 2021-05-29 21:25:04 +01:00
Strangerke
2ec411c0e5 TRECISION: Move ElevatorAction definition to Trecision.h, make elevatorAction static 2021-05-29 21:25:04 +01:00
Strangerke
9674e4892b TRECISION: Some refactoring related to SDObj 2021-05-29 21:25:02 +01:00
Strangerke
0f1640eb92 TRECISION: Fix some uninitialized values 2021-05-29 21:24:47 +01:00
Filippos Karapetis
56f9939c68 TRECISION: Simplify entry searching in FastFile, fix Codacy issues 2021-05-29 21:24:45 +01:00
Filippos Karapetis
5b077727e5 TRECISION: Move font drawing inside GraphicsManager 2021-05-29 21:24:43 +01:00
SupSuper
c34edf6419 TRECISION: Get rid of last global 2021-05-29 21:24:42 +01:00
Strangerke
f9099ab2e2 TRECISION: Move some structure definitions in order to remove the dependency on trecision.h in actor.h 2021-05-29 21:24:38 +01:00
Strangerke
e5f8bdaec5 TRECISION: Rework dialog.h to remove the include of trecision.h 2021-05-29 21:24:37 +01:00
Strangerke
857b9f5751 TRECISION: Move save/load code from trecision.cpp to saveload.cpp, some renaming 2021-05-29 21:24:36 +01:00
Strangerke
f08932fe36 TRECISION: More renaming in SDText, move _drawTextLines to SDText 2021-05-29 21:24:35 +01:00
Strangerke
c78799d63d TRECISION: Some renaming, make waitKey return a Common::KeyCode and getKey a uint16 2021-05-29 21:24:35 +01:00
Strangerke
362a8aa2d6 TRECISION: Kill llinc and llscreen, some renaming 2021-05-29 21:24:32 +01:00
SupSuper
4d2d97a450 TRECISION: Reduce string copying 2021-05-29 21:24:32 +01:00
Strangerke
50c0ea4317 TRECISION: Move some more methods, kill llmouse.cpp, proto.h and schedule.cpp 2021-05-29 21:24:31 +01:00