Commit graph

2144 commits

Author SHA1 Message Date
Strangerke
1a60e151e8 MISC: This is year 2012 2012-01-13 22:22:15 +01:00
Thierry Crozat
97a71658e0 I18N: Spanish translation update from patch #3446300 2011-12-01 20:54:40 +00:00
Thierry Crozat
dca32d00bf I18N: Update Swedish translation from patch #3443449 2011-11-27 21:27:38 +00:00
Johannes Schickel
58c4b4870e GUI: Change scrollbar repeat handling from a timer proc to handleTickle.
This should be less heavy on timer usage and makes sure no race conditions
will occur.
(cherry picked from commit 7f2b2e99f8)
2011-10-28 12:16:34 +02:00
Thierry Crozat
4c718b792a I18N: Regenerate translations data file 2011-10-24 20:53:36 +01:00
Thierry Crozat
0f4ebc5e4a I18N: Regenerate translations data file 2011-10-23 15:35:57 +01:00
Eugene Sandulenko
2dea24a835 I18N: Regenerate translations.dat 2011-10-19 13:48:02 +01:00
Eugene Sandulenko
ed2cb9a6b3 GUI: Added debug ouput for determining loaded theme 2011-10-19 13:48:01 +01:00
Chris Warren-Smith
ed07b99b22 BADA: Misc changes merged from appstore release 2011-10-18 23:22:25 +10:00
Thierry Crozat
90598bd4e2 I18N: Regenerate translations data file 2011-10-17 00:07:03 +01:00
Thierry Crozat
9ca17c4e95 I18N: Regenerate translations data file 2011-10-16 14:11:08 +01:00
Thierry Crozat
f525ff7d01 I18N: Update Hungarian translation from patch #3419482 2011-10-08 22:42:07 +01:00
Tarek Soliman
790b10bc2b CREDITS: Sort some sections by last name 2011-10-08 12:38:04 -05:00
Thierry Crozat
153e66318e I18N: Update Czech translation from patch #3419076 2011-10-05 19:56:37 +01:00
Jordi Vilalta Prat
22db5dda42 I18N: Update the catalan and spanish translations. 2011-10-05 11:36:56 +02:00
Jordi Vilalta Prat
9b03f26045 I18N: Update the translation template. 2011-10-05 11:36:56 +02:00
Tarek Soliman
26d4e4bdb6 CREDITS: properly retire fanoush and add myself 2011-09-28 15:13:59 -05:00
Filippos Karapetis
d01d228ee8 AGI/COMMON: Fixed bug #3407308 - "AGI: SQ2: Saving allowed in autosave slot 0 from scummvmmenu"
The save/load dialog code was not polling for meta info for empty slots
2011-09-25 15:03:02 +03:00
Strangerke
3542dc2c44 CGE: Add credits 2011-09-22 18:55:06 +02:00
Torbjörn Andersson
642e0baacb GUI: Silence GCC warning
Rename local variable 'buffer' to keep it from clashing with the
buffer() method.
2011-09-19 20:10:46 +02:00
Littleboy
9796890cce GUI: Replace ConsoleDialog use of vsnprintf by Common::String::vformat() 2011-09-19 09:23:00 -04:00
Thierry Crozat
aad960f095 I18N: Regenerate translation.dat file 2011-08-23 21:42:42 +01:00
Thierry Crozat
8935c7cd64 I18N: Regenerate translations.dat file 2011-08-22 22:40:46 +01:00
Chris Warren-Smith
6d47a6d935 BADA: Updated credit.pl to include BADA port information 2011-08-21 16:37:41 +10:00
Eugene Sandulenko
8022c87060 I18N: Regenerated .pot, .po and translations.dat 2011-08-20 15:13:23 +01:00
Eugene Sandulenko
51fbc7200c CREDITS: Reflect new team structure 2011-08-20 13:12:18 +01:00
Eugene Sandulenko
4a7616c366 I18N: Regenerate translations.dat 2011-08-20 12:52:27 +01:00
Jordi Vilalta Prat
f92b21b377 I18N: Update the catalan and spanish translations. 2011-08-18 11:59:53 +02:00
Christoph Mallon
23a0f5318c JANITORIAL: Remove trailing empty lines. 2011-08-07 13:53:33 +02:00
Eugene Sandulenko
1e45c32558 I18N: Regenerate translations.dat 2011-08-06 11:31:10 +01:00
Eugene Sandulenko
ae02860784 GUI: Removed redundant button label 2011-08-06 11:31:01 +01:00
Eugene Sandulenko
9e0c1a38e1 GUI: Consistent behavior of ButtonWidget::setLabel() 2011-08-06 11:30:58 +01:00
Eugene Sandulenko
78f1ea7690 OSYSTEM: extended installTimerProc() with timer ID parameter 2011-08-06 11:28:35 +01:00
Matthew Hoops
03d9b63bcc CREDITS: Mark waltervn as retired
As requested by him
2011-07-03 17:17:39 -04:00
Johannes Schickel
7e4224e52a COMMON: Fix compilation when USE_HASHMAP_MEMORY_POOL is not defined. 2011-07-03 00:16:07 +02:00
Johannes Schickel
09501be85b ENGINES: Clean up SaveStateDescriptor.
Now SaveStateDescriptor no longer subclasses HashMap. Instead all possible
saved meta data is included directly into SaveStateDescriptor.

This is slightly less flexible, but we never needed that flexibility so far.
On the other hand it should reduce the memory usage. At least on my system
(Linux/amd64) the old SaveStateDescriptor had a size of 928 and the new
SaveStateDescriptor has a size of 200.
2011-07-02 21:07:55 +02:00
Johannes Schickel
fa5f8dc703 GRAPHICS: Rename NewFont to BdfFont. 2011-07-01 21:53:01 +02:00
Johannes Schickel
8201df7bb6 GRAPHICS: Move NewFont code to a separate file. 2011-07-01 21:10:25 +02:00
Ori Avtalion
aa0f307e06 ALL: Require DECLARE_SINGLETON to be used in the Common namepsace
Silences the clang warning:

  static data member specialization of '_singleton' must
  originally be declared in namespace 'Common'; accepted as a C++0x
  extension [-Wc++0x-extensions]

Wrapping "namespace Common {}" around the macro assignment causes clang
to complain about a spurious semicolon, and removing the semicolon at
the end of the macro causes some editors to misbehave.

Changing the requirement of using the macro in one namespace (the
global) to another (Common) seems a small price to pay to
silence a warning.
2011-06-30 22:41:41 +03:00
unknown
dde4cb1ff8 CREDITS: Update my status to active again. 2011-06-30 00:29:22 +10:00
Thierry Crozat
2e81e05a12 I18N: Regenerate translations data file 2011-06-28 19:54:30 +01:00
Eugene Sandulenko
bfdf12ad2f I18N: Update Russian translation 2011-06-26 01:53:43 +03:00
Eugene Sandulenko
c4a5fa8506 CREDITS: Add real name of serga per his request 2011-06-23 11:40:19 +03:00
Thierry Crozat
59d3b938d4 I18N: Regenerate translations data file 2011-06-22 22:48:09 +01:00
Eugene Sandulenko
33ce6e60fd Merge pull request #26 from Littleboy/taskbar
Taskbar integration
2011-06-22 13:35:37 -07:00
Max Horn
c2d31c4ca5 CREDITS: Mark myself as retired 2011-06-22 11:52:58 +02:00
Thierry Crozat
53dfd3a3f5 I18N: Regenerate translations data file 2011-06-20 23:16:58 +01:00
Max Horn
88913c0139 ALL: Remove trailing whitespaces
This tries to make our code a bit more compliant with our code formatting
conventions. For future use, this is the command I used:
  git ls-files "*.cpp" "*.h" | xargs sed -i -e 's/[ \t]*$//'
2011-06-20 00:59:48 +02:00
Thierry Crozat
3853e76202 I18N: Regenerate translations data file 2011-06-19 23:28:22 +01:00
athrxx
825c889e33 GUI: fix uninitialized var
(caused rendering glitches when compiling with MSVC)
2011-06-17 20:33:40 +02:00