Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
okay (or lines starting with a space and then tabs).
|
|
operators.
|
|
|
|
when it's not necessary.
|
|
logical place and remove about 50% of the includes of 'functions.h'
|
|
it is really needed.
|
|
|
|
least for now.
|
|
single file and do not include gfx.h everywhere to get a Point type.
|
|
|
|
and making it more logic where function definitions can be found.
|
|
'global' window related types, on that defined 'global' window functions and one that defines functions and types only used by *_gui.cpps.
|
|
asserts and show them in crash.log for MSVC release builds
|
|
(Re|M|C)allocT and add a check for out-of-memory situations to the *allocT functions.
|
|
-Codechange: Make the mersenne twister more readable
-Codechange: Unify the seeding process of random
|
|
style
|
|
|
|
|
|
-Fix: WinCE doesn't support console
-Fix: Set debug lvl4 when running a debug WinCE build (as you can't give parameters any easy way)
|
|
|
|
(Darkvater)
|
|
|
|
on Windows (In-)
|
|
moving { to a new line.
|
|
|
|
be more flexible.
-Codechange: add support for personal directories on Windows.
-Fix [FS#153, FS#193, FS#502, FS#816, FS#854]: fix issues related to fixed names, fixed places of files/directories and application bundles.
|
|
any full paths (again).
|
|
|
|
tabs with spaces.
|
|
|
|
|
|
finally done. Now, time to start clearing as much as possible
|
|
newgrf searching.
-Codechange: do not add duplicate files to the newgrf list.
|
|
|
|
|
|
(non-UNICODE) to winMain as a dedicated server, or different video driver will not have a win32 messageloop.
|
|
CF_UNICODETEXT) correctly converts the input to the current locale.
|
|
non-unicode build to function. Win9x binaries will be possible with mingw/nightly system.
|
|
|
|
|
|
in the load/save directory listings (stepancheg).
|
|
pasted into an input box and needs trimming. The last character was wrongly assumed to be of length 1 (tb->maxlength - 1), while a unicode character can be up to 4 long.
|
|
|
|
slashes in paths, so C:\\* will not work (but C:\Windows\\* does; go figure). Thanks glx for pointing it out and for the initial fix.
|
|
initialisation, WINCE ifdef and a vsprintf to vsnprintf change.
|