Eugene Sandulenko
7f1353f39e
Add dhewg to the team
...
svn-id: r32548
2008-06-04 20:33:45 +00:00
Johannes Schickel
73da6ab51e
- Removed -Wconversion from compiler options for g++ 4.3, it's behavior has fundamently changed in g++ 4.3
...
- Added -Wno-empty-body and -Wno-parentheses as compiler flags for g++ 4.3 for *now* (we should think of removing -Wparentheses though)
- Fixed some warnings for g++ 4.3 (only for the engines I'm using)
svn-id: r32540
2008-06-04 17:20:25 +00:00
Jordi Vilalta Prat
2862a30dac
Fixed some code formatting thanks to LordHoto
...
svn-id: r32275
2008-05-26 00:28:48 +00:00
Johannes Schickel
cc08a4953d
Cleaned up engine debug level code.
...
svn-id: r32195
2008-05-20 16:37:32 +00:00
Max Horn
51835dac6a
Include all required header files in launcher.h (should fix compilation problems in WinCE backend)
...
svn-id: r32141
2008-05-16 09:45:38 +00:00
Max Horn
2bb39e591f
Moved the engine plugin code to engines/metaengine.h; added/clarified/corrected various Doxygen comments for the plugin system
...
svn-id: r32083
2008-05-13 10:41:32 +00:00
Jordi Vilalta Prat
fe58f0ee4b
- Added operator-> to Plugin subclasses so they don't have to reimplement the PluginObject subclass interfaces (thanks to Fingolfin for suggesting it)
...
- Added the PluginSubclass template to help creating Plugin subclasses
svn-id: r32082
2008-05-13 09:30:23 +00:00
Jordi Vilalta Prat
2c9968fe80
- Added an engine plugin manager and moved engine specific functionality into it
...
- base/plugins.* reorganization
svn-id: r32045
2008-05-12 00:26:29 +00:00
Jordi Vilalta Prat
420d376a90
Added the option to specify the custom path for loading plugins
...
svn-id: r31960
2008-05-09 01:58:12 +00:00
Johannes Schickel
600ab40bca
Changed all delete [] usages to delete[].
...
svn-id: r31927
2008-05-07 14:31:45 +00:00
Max Horn
aff41a48b8
minor tweak to the GUI double click handling code
...
svn-id: r31922
2008-05-07 12:12:18 +00:00
Johannes Schickel
f173041811
- moved kyra functor code to common/func.h
...
- adapted debugger code to use functor code from common/func.h
- adapted kyra engine to use functor code from common/func.h
svn-id: r31614
2008-04-20 15:47:11 +00:00
Filippos Karapetis
38319954d1
Credits update for the M4 and MADE engines (3/3)
...
svn-id: r31613
2008-04-20 15:40:17 +00:00
Eugene Sandulenko
950e9e6d44
Don't mention EPOC as deonted in bug #1939634 : "Web site should not mention EPOC"
...
svn-id: r31470
2008-04-10 19:08:27 +00:00
Max Horn
85f8d617b0
Let mass detector add all hits, instead of only the first one
...
svn-id: r31307
2008-03-29 23:20:53 +00:00
Max Horn
9287ea8376
Patch #1926787 : small memory leak and cleanup
...
svn-id: r31261
2008-03-27 11:06:29 +00:00
Eugene Sandulenko
3c760ce662
Add Raziel as AmigaOS4 porter
...
svn-id: r31000
2008-02-29 14:44:02 +00:00
Max Horn
accae802d1
Added Max Lingua to the credits as PS2 porter, and mentioned the revived PS2 port in the NEWS; moved Nicolas Bacca & Won Star to the list of retired team members
...
svn-id: r30973
2008-02-26 19:00:45 +00:00
Eugene Sandulenko
1b4e06e02c
...and there is no reason to keep Florian in ordinary contributors list.
...
svn-id: r30862
2008-02-14 12:19:52 +00:00
Eugene Sandulenko
f3572802a5
Add Florian to the team
...
svn-id: r30859
2008-02-14 12:05:54 +00:00
Eugene Sandulenko
337164edee
Add Begasusu as an official BeOS builder
...
svn-id: r30717
2008-01-31 12:59:44 +00:00
Eugene Sandulenko
5c6597562a
Add ListWidget version with immediate parameters.
...
svn-id: r30709
2008-01-30 22:51:21 +00:00
Kostas Nakos
afc474c8eb
adding Sean Murray (lightcast) to the credits [1]
...
svn-id: r30698
2008-01-29 15:30:44 +00:00
Jordi Vilalta Prat
d6c34bdc4b
Fixed the spaces before tabs.
...
svn-id: r30667
2008-01-28 00:14:17 +00:00
Jordi Vilalta Prat
66e9d4f5e8
Removed trailing spaces.
...
svn-id: r30664
2008-01-27 19:47:41 +00:00
Eugene Sandulenko
b45fb2e01d
Add fanoush to credits
...
svn-id: r30448
2008-01-12 17:53:03 +00:00
Torbjörn Andersson
1cb4578d2f
Cleanup.
...
svn-id: r30357
2008-01-09 21:15:34 +00:00
Eugene Sandulenko
aedd732cef
Add Buddha and david_corrales to credits.
...
svn-id: r30330
2008-01-07 22:42:58 +00:00
Torbjörn Andersson
2147f59e36
Converted some spaces to tabs.
...
svn-id: r30225
2008-01-05 08:17:39 +00:00
Oystein Eftevaag
cab99bf1a4
iPhone credits
...
svn-id: r30003
2007-12-26 12:44:41 +00:00
Johannes Schickel
68eb28a6f6
Fix for bug #1670082 "GUI: Modern theme gfx glitch in launcher".
...
svn-id: r29971
2007-12-24 03:01:21 +00:00
Johannes Schickel
2f062ff616
Fixed memory leaking of TabWidget. (thanks to jvprat for pointing out)
...
svn-id: r29475
2007-11-11 11:08:58 +00:00
Johannes Schickel
0ec41a2d80
- made Widget::_flags private
...
- reworked state (enabled/disabled/highlighted) handling of widgets
- cleanup in ModernTheme.cpp
svn-id: r29403
2007-11-04 03:38:30 +00:00
Sven Hesse
5fb95212fe
Typos :P
...
svn-id: r29398
2007-11-04 01:49:42 +00:00
Johannes Schickel
034eb920d2
- cleanup
...
- consistency fix in modern.ini
- increased THEME_VERSION
svn-id: r29396
2007-11-04 01:07:47 +00:00
Johannes Schickel
75a5c41ab4
- starting to document the theme renderer
...
- Theme::closeDialog -> Theme::closeAllDialogs, since it would remove every dialog currently
svn-id: r29394
2007-11-04 00:30:53 +00:00
Gregory Montoir
f1f08ce008
warning, minor simplification
...
svn-id: r29366
2007-11-01 18:21:15 +00:00
Gregory Montoir
e6e144d494
use mod operator directly
...
svn-id: r29363
2007-11-01 18:15:25 +00:00
Eugene Sandulenko
3b005ab88f
Fix potential MSVC warning
...
svn-id: r29292
2007-10-28 16:10:05 +00:00
Johannes Schickel
fefc228cd2
Cleanup.
...
svn-id: r29287
2007-10-28 13:34:57 +00:00
Eugene Sandulenko
61c96353cf
Patch v5.2 from #1752243 : "backends lib patches"
...
svn-id: r29283
2007-10-28 12:04:38 +00:00
Eugene Sandulenko
4073e7f8f8
Proper implementation of ".enabled" theme widget property.
...
svn-id: r29282
2007-10-28 12:02:09 +00:00
Max Horn
1e32d188f9
Updated credits file (hint: use 'make credits' in a full checkout of ScummVM)
...
svn-id: r29260
2007-10-26 13:11:01 +00:00
Matthew Hoops
78cd63c491
adding myself to the credits for AGI
...
svn-id: r28989
2007-09-20 21:21:32 +00:00
Nicola Mettifogo
258901bab9
Merged common/stdafx.h into common/scummsys.h. All referencing files have been updated.
...
svn-id: r28966
2007-09-19 08:40:12 +00:00
Max Horn
3abc11611e
Code formatting fixes
...
svn-id: r28945
2007-09-18 20:16:33 +00:00
Max Horn
c3d3aebe87
Patch #1768757 : Merge fsnode-gsoc into trunk (MAJOR change, will break compilation on some ports)
...
svn-id: r28944
2007-09-18 20:02:04 +00:00
Max Horn
4cc9d17c34
Adding various FIXME comments to bogus (non-self-explanatory) existing FIXME comments; and some other related cleanup
...
svn-id: r28890
2007-09-11 09:20:39 +00:00
David Corrales
6856535010
Merged fsnode with trunk: r27971:28460
...
svn-id: r28462
2007-08-05 19:34:20 +00:00
Travis Howell
7c2857ce81
Revert last change to credits.
...
svn-id: r28355
2007-07-31 11:58:59 +00:00