Rubidium
|
d68b5c9162
|
Codechange: replace buffer + strecpy with std::string for getting clipboard contents
|
2023-06-03 20:14:33 +02:00 |
Rubidium
|
324c43eeb2
|
Codechange: let FiosGetDiskFreeSpace only return disk space and split FiosGetCurrentPath off
|
2023-05-31 10:56:33 +02:00 |
Rubidium
|
f2e704b9a7
|
Codechange: use std::string for FiosIsRoot
|
2023-05-31 10:56:33 +02:00 |
Rubidium
|
13789d1703
|
Codechange: use std::string for FiosIsValidFile
|
2023-05-31 10:56:33 +02:00 |
PeterN
|
d086f288cd
|
Codechange: Remove duplicated includes. (#10888)
These are now included by stdafx.h so don't need to be included again.
|
2023-05-29 14:29:00 +01:00 |
Rubidium
|
3a822fcd01
|
Codechange: Make FiosItem's name and title std::string
|
2023-04-29 13:23:34 +02:00 |
Rubidium
|
f5f6306af3
|
Codechange: use string/fmt instead of printf for ShowInfo(F)
|
2023-04-24 17:51:54 +02:00 |
Rubidium
|
9e89eb5726
|
Codechange: move main function(s) to separate files
|
2023-04-16 18:58:21 +02:00 |
rubidium42
|
55a11710a6
|
Codechange: convert printf DEBUG statements to fmt Debug statements
|
2021-06-13 12:45:45 +02:00 |
Patric Stout
|
ca9a7df752
|
Codechange: rename str_validate to StrMakeValid(InPlace) (#9304)
This to be more explicit the function changes the value, and not
returns yes/no.
|
2021-05-29 11:21:38 +02:00 |
Niels Martin Hansen
|
e0561dbded
|
Fix #8713: Change OTTD2FS and FS2OTTD to return string objects instead of static buffers
|
2021-04-07 09:31:47 +02:00 |
TechGeekNZ
|
716c883737
|
Fix: Globally apply preprocessor directive coding style
Global; except for the 32-bit SSE blitter, which has some #DEFINEs
in not-very-nice places.
|
2020-07-03 09:08:46 +02:00 |
S. D. Cloudt
|
13cc8a0cee
|
Cleanup: Removed SVN headers
|
2019-11-10 17:59:20 +00:00 |
Henry Wilson
|
7c8e7c6b6e
|
Codechange: Use null pointer literal instead of the NULL macro
|
2019-04-10 23:22:20 +02:00 |
Michael Lutz
|
967b27a2c1
|
Codechange: C++11 STL has a function for getting the number of CPU cores.
|
2019-04-06 11:27:39 +02:00 |
Michael Lutz
|
ae748166d0
|
Codechange: Use platform independent C++11 function for sleeping on a thread.
|
2019-04-06 11:27:39 +02:00 |
Michael Lutz
|
05bc2ed7cb
|
Codechange: Replace custom thread code with C++11 thread objects.
We assume a conforming C++11 compiler environment that has a valid <thread>-header.
Failure to run a real thread is handled gracefully.
|
2019-04-06 11:27:39 +02:00 |
alberth
|
95bb103a23
|
(svn r27643) -Codechange: FiosGetDrives function also takes a destination file list.
|
2016-09-04 12:54:30 +00:00 |
rubidium
|
10466746b4
|
(svn r27290) -Fix: sanitize the command line arguments before doing anything complex with them
|
2015-05-20 18:18:26 +00:00 |
frosch
|
396dde1636
|
(svn r27092) -Fix/Add [FS#6186]: Compilation on OS/2 (smedles)
|
2014-12-24 17:17:18 +00:00 |
frosch
|
ef4c2ce031
|
(svn r26485) -Codechange: Replace ttd_strlcpy and ttd_strlcat with strecpy and strecat.
|
2014-04-23 20:44:42 +00:00 |
rubidium
|
0463dbdc9e
|
(svn r26482) -Codechange: add an include that allows us to undefine/redefine "unsafe" functions to prevent them from being used, and thus having to care about certain aspects of their return values
|
2014-04-23 20:13:33 +00:00 |
rubidium
|
5b2a5ac790
|
(svn r25506) -Document: a function, and name it slightly better
|
2013-06-28 21:11:35 +00:00 |
michi_cc
|
a0f3649c1a
|
(svn r23481) -Add: Function to get the CPU core count.
|
2011-12-10 16:54:41 +00:00 |
rubidium
|
1d0d7635e0
|
(svn r22021) -Fix (r22019): ofcourse make doesn't notice files are gone, so it doesn't recompile everything that needs to be recompiled...
|
2011-02-07 22:49:38 +00:00 |
rubidium
|
b8487afe54
|
(svn r20192) -Cleanup: bye bye variables.h, bye bye VARDEF... you won't be missed :)
|
2010-07-19 17:28:27 +00:00 |
michi_cc
|
049d62b35c
|
(svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X.
|
2009-10-04 21:08:38 +00:00 |
rubidium
|
bc8e66c202
|
(svn r17336) -Codechange: move some os specific files into src/os/
|
2009-08-31 22:38:37 +00:00 |