Johannes Schickel
fc5ef58fff
WINTERMUTE: Make GPL headers consistent in themselves.
2014-02-18 02:39:40 +01:00
Einar Johan Trøan Sømåen
237d3d86ec
WINTERMUTE: Transfer Char* explicitly when saving/loading.
2013-11-05 13:54:25 +01:00
Einar Johan Trøan Sømåen
d07409def7
WINTERMUTE: Transfer Sint32s explicitly when saving/loading.
2013-11-05 13:48:11 +01:00
Einar Johan Trøan Sømåen
7892188bcf
WINTERMUTE: Transfer Uint32s explicitly when saving/loading.
2013-11-05 13:31:13 +01:00
Einar Johan Trøan Sømåen
6b4adab654
WINTERMUTE: Transfer booleans explicitly when saving/loading.
2013-10-28 19:19:12 +01:00
Einar Johan Trøan Sømåen
889c3c9801
WINTERMUTE: Deconstify UIObject::getHeight() to fix a shadowed overload.
2013-10-28 18:37:20 +01:00
Einar Johan Trøan Sømåen
12e7cb401f
WINTERMUTE: Formatting with Astyle (UIButton, UIEdit, UIObject, UIWindow, TransparentSurface)
2013-09-30 11:18:54 +02:00
Einar Johan Trøan Sømåen
15d98724d8
WINTERMUTE: Formatting (Clean up extra whitespace in UIObject).
2013-09-30 11:13:29 +02:00
Einar Johan Trøan Sømåen
5afb297e39
WINTERMUTE: Constify some getters in TransparentSurface, UIObject and UIWindow
2013-09-30 11:12:25 +02:00
Tobia Tesan
1023ac4b33
WINTERMUTE: const'ify getters
2013-09-21 23:22:48 +02:00
Tobia Tesan
5b8a6885c6
WINTERMUTE: s/put/set/ in setters
2013-09-21 23:22:46 +02:00
Tobia Tesan
1361fcde7c
WINTERMUTE: Avoid feeding setWidth negative values
2013-09-21 23:22:27 +02:00
Tobia Tesan
aafe8c1f0d
WINTERMUTE: Add getListener()
2013-09-21 23:22:19 +02:00
Tobia Tesan
2e457d96e8
WINTERMUTE: Make some members of UIObject private
2013-09-21 23:22:16 +02:00
Johannes Schickel
1ce54c217a
WINTERMUTE: Fix end of namespace comments.
2013-08-04 00:51:09 +02:00
Einar Johan Trøan Sømåen
72d0affe01
WINTERMUTE: Rename transfer(void *) to transferPtr(void *) to avoid overload-misses.
2013-04-19 17:17:53 +02:00
Einar Johan Trøan Sømåen
980dc4a456
WINTERMUTE: Replace all NULLs with nullptr.
2013-01-26 18:07:07 +01:00
Einar Johan Trøan Sømåen
afc21941e3
WINTERMUTE: Make scGetProperty use Common::String& instead of const char*
2012-09-29 00:47:12 +02:00
Einar Johan Trøan Sømåen
2a6e551695
WINTERMUTE: Only include base_renderer.h where needed
2012-09-11 02:51:33 +02:00
Willem Jan Palenstijn
b4090ead4d
WINTERMUTE: Convert CRLF to LF
2012-09-04 22:17:23 +02:00
Einar Johan Trøan Sømåen
2fd38f47e0
WINTERMUTE: Replace col_templ's getSize with Common::Array::size()
2012-08-31 19:23:41 +02:00
Einar Johan Trøan Sømåen
fed19cb66a
WINTERMUTE: WinterMute -> Wintermute
2012-08-13 03:42:30 +02:00
Einar Johan Trøan Sømåen
8ed71a99f6
WINTERMUTE: Constructor(args): SuperClass(args) -> Constructor(args) : SuperClass(args)
2012-07-27 19:37:14 +02:00
Einar Johan Trøan Sømåen
f6ac34ab9a
WINTERMUTE: Get rid of almost all LLVM GCC 4.2 warnings.
2012-07-27 18:13:42 +02:00
Einar Johan Trøan Sømåen
4eda234611
WINTERMUTE: Replace BaseArray with a templated subclass of Common::Array.
...
This needs additional cleanup, but compiles and runs at this point.
2012-07-26 19:41:18 +02:00
Einar Johan Trøan Sømåen
ef11f9d0c5
WINTERMUTE: Run Astyle with add-braces to break one-line statements into easier-to-read-code.
2012-07-26 15:59:26 +02:00
Einar Johan Trøan Sømåen
fa96c9ea18
WINTERMUTE: "delete []" -> "delete[]"
2012-07-25 21:05:03 +02:00
Einar Johan Trøan Sømåen
8c378f794e
WINTERMUTE: Wrap _name in base_named_object in getters/setters.
2012-07-22 23:17:32 +02:00
Einar Johan Trøan Sømåen
f6a5a2a0d5
WINTERMUTE: Wrap away base_script_holder's _filename field in getters/setters, avoiding direct writes.
2012-07-22 22:55:54 +02:00
Einar Johan Trøan Sømåen
b5a07fef8e
WINTERMUTE: Get rid of the C-prefix for class-definitions.
2012-07-21 21:01:47 +02:00
Einar Johan Trøan Sømåen
5683f07633
WINTERMUTE: Rename CamelCased filenames to prefixed_under_score-filenames
...
This is mostly a lead-up to namespacing the Ad/Base folders, and then
possibly removing the prefixes from the files, it also has the added
benefit of getting rid of the odd case-typos that makes for issues
on platforms that don't ignore case.
2012-07-21 19:15:33 +02:00