Commit Graph

328 Commits

Author SHA1 Message Date
Strangerke
72e32ab35e TONY: Fix German fonts 2012-09-28 10:58:32 +02:00
Strangerke
b1844253d4 TONY: In French version, fix 'ê' in hotspot names by replacing it by 'e', like for other accentuated characters 2012-09-26 23:19:16 +02:00
Johannes Schickel
89abab97e3 JANITORIAL: Remove trailing whitespaces.
Powered by:
git ls-files "*.cpp" "*.h" "*.m" "*.mm" | xargs sed -i -e 's/[ \t]*$//'
2012-09-26 04:17:55 +02:00
Strangerke
c61effaff9 TONY: Use debug channel for fading messages 2012-09-25 22:09:42 +02:00
Alyssa Milburn
050a02c6f8 TONY: Replace abortGame() with nicer error() calls. 2012-09-25 17:33:49 +02:00
Alyssa Milburn
0093c4d13e TONY: Don't error out on invalid ReleaseOwnership calls.
A script triggers this at the end of the scene where you give the
flowers to the bearded woman.
2012-09-25 17:32:34 +02:00
Willem Jan Palenstijn
1277a04e60 TONY: Don't mute all sound when using sound config dialog
Thanks to fuzzie for noticing this.
2012-09-24 22:05:28 +02:00
Alyssa Milburn
4a5333893d TONY: Add German/Czech detection entries. 2012-09-10 13:05:40 +02:00
Alyssa Milburn
60b101f5f6 TONY: Rename yet more variables. 2012-09-08 09:59:56 +02:00
Johannes Schickel
1f22838765 TONY: Constify static data tables in custom.cpp. 2012-09-08 01:27:11 +02:00
Strangerke
17d6d732ea TONY: More renaming, reduce some variable scopes 2012-09-08 01:02:36 +02:00
Alyssa Milburn
05fbc28767 TONY: Wait for events to pulse in 'threads'.
This fixes some missing animations, which weren't getting an
opportunity to start.
2012-09-07 20:51:20 +02:00
Strangerke
80b51481b9 TONY: Some more cleanup 2012-09-07 08:11:33 +02:00
Strangerke
ab719630ba TONY: Move const tables back to .cpp, as suggested by LordHoto 2012-09-07 07:39:58 +02:00
Strangerke
c91a72a9d5 TONY: Some more cleanup 2012-09-06 08:26:08 +02:00
Strangerke
25f4a3fb08 TONY: Misc cleanup 2012-09-06 00:23:59 +02:00
Paul Gilbert
220e945d67 TONY: Bugfix for OFFSETOF macro on 64-bit systems 2012-09-05 22:32:02 +10:00
Paul Gilbert
35a7e79614 TONY: Change to hopefully fix Mingw 64 compilation errors 2012-09-05 20:47:32 +10:00
Strangerke
c737e64298 TONY: Move code from .h to .cpp files 2012-09-02 10:34:11 +02:00
Strangerke
1f41e55731 TONY: Remove adv.h 2012-09-01 02:36:54 +02:00
Strangerke
3ab8ebc4f7 TONY: Move some more code from .h to .cpp files 2012-09-01 02:27:31 +02:00
Strangerke
8c753c96a0 TONY: Move some functions from .h to .cpp files 2012-09-01 01:05:22 +02:00
Strangerke
f2df769aab TONY: More renaming 2012-09-01 00:25:35 +02:00
Strangerke
7fbfbc8e6b TONY: Rename some more variables and structures 2012-08-31 23:08:02 +02:00
Strangerke
56c5961fb4 TONY: Translate some variables in findPath, reduce some variable scopes 2012-08-30 08:06:10 +02:00
Strangerke
825e0896dc TONY: Replace C-style comments by C++-style ones.
Also translate some more Italian comments
2012-08-29 23:25:14 +02:00
Strangerke
766eadeef9 TONY: Translate some remaining Italian comments 2012-08-29 22:47:33 +02:00
Alyssa Milburn
985151fe13 TONY: Limit effect of cursor workaround.
This avoids incorrect hotspot offsets.
2012-08-29 09:13:43 +02:00
Alyssa Milburn
a6673aaf90 TONY: Remove useless/commented music code. 2012-08-29 09:12:53 +02:00
Strangerke
a29f1fb04c TONY: Remove some dead code 2012-08-29 08:14:41 +02:00
Strangerke
92a9820f33 TONY: Translate some remaining italian comments 2012-08-29 08:11:52 +02:00
Strangerke
b12ccad994 TONY: Reduce scope of some variables 2012-08-29 00:30:07 +02:00
Strangerke
d2b33ca4cc TONY: Janitorial - remove trailing spaces 2012-08-28 23:25:50 +02:00
Strangerke
56f4bc0225 TONY: Fix some for and if statements with bad coding style 2012-08-28 23:05:48 +02:00
Willem Jan Palenstijn
cdeecf1521 TONY: Replace overlapping memcpy with memmove 2012-08-28 22:50:32 +02:00
Alyssa Milburn
142ac7600f TONY: Remove most of the remaining global functions. 2012-08-28 22:28:44 +02:00
Alyssa Milburn
3c986af9ce TONY: Remove unnecessary mainloop mutex.
Also, all the related freeze functions/members.
2012-08-28 22:10:12 +02:00
Alyssa Milburn
9ebbeda949 TONY: Implement some forgotten sound/music functions. 2012-08-28 20:25:48 +02:00
Alyssa Milburn
23638a07d3 TONY: Fix crash with TA_PERORATE. 2012-08-28 17:19:00 +02:00
Alyssa Milburn
35fd91793b TONY: Get rid of RMDataStream. 2012-08-28 14:26:00 +02:00
Alyssa Milburn
18b1f6d7c6 TONY: Remove unused data dumping code. 2012-08-28 13:33:24 +02:00
Alyssa Milburn
fbf771ea55 TONY: Fix stringLen for empty strings. 2012-08-28 10:09:13 +02:00
Alyssa Milburn
e6bd426398 TONY: Rename curDialog to g_curDialog. 2012-08-28 09:47:21 +02:00
Alyssa Milburn
3570a0153d TONY: Improve Take/ReleaseOwnership.
This releases all held 'mutexes' when processes die, and keeps
track of the lock count too, just in case.
2012-08-28 09:26:04 +02:00
Alyssa Milburn
28681a32ee TONY: Remove more unused bits. 2012-08-27 23:41:23 +02:00
Willem Jan Palenstijn
6805c2cec2 TONY: Translate some minor Italian comments 2012-08-27 13:07:34 +02:00
Alyssa Milburn
7b4dd0a682 TONY: Remove various bits of unused code. 2012-08-27 12:50:33 +02:00
Alyssa Milburn
037920bf76 TONY: Fix width of flipped dirty rects. 2012-08-27 12:30:02 +02:00
Strangerke
addca5d856 TONY: _rgb buffer is no longer static 2012-08-27 06:51:29 +02:00
Strangerke
72604fa3a6 TONY: USe default fonts (Italian/English) when the language is unhandled instead of erroring out 2012-08-27 00:17:28 +02:00