rubidium
|
6d23f48bb6
|
(svn r14709) -Codechange: make a clearer distinction between 'unique' client identification ids and the indices into the clients/client info arrays.
|
2008-12-22 12:59:31 +00:00 |
|
rubidium
|
782b80eff7
|
(svn r14709) -Codechange: make a clearer distinction between 'unique' client identification ids and the indices into the clients/client info arrays.
|
2008-12-22 12:59:31 +00:00 |
|
rubidium
|
94a5f66427
|
(svn r14679) -Fix [FS#2431]: opening the OSK on the chatbox did disable map scrolling (with keyboard) until another window with editbox was opened and closed. Just "refcount" the open edit boxes instead of setting/clearing a bit when opening/closing a window.
|
2008-12-16 17:58:27 +00:00 |
|
rubidium
|
1599ade7ca
|
(svn r14679) -Fix [FS#2431]: opening the OSK on the chatbox did disable map scrolling (with keyboard) until another window with editbox was opened and closed. Just "refcount" the open edit boxes instead of setting/clearing a bit when opening/closing a window.
|
2008-12-16 17:58:27 +00:00 |
|
smatz
|
a5b33d1f3b
|
(svn r14671) -Fix: compilation was broken for some systems
|
2008-12-13 18:19:44 +00:00 |
|
smatz
|
d2a050bb29
|
(svn r14671) -Fix: compilation was broken for some systems
|
2008-12-13 18:19:44 +00:00 |
|
rubidium
|
ed649dddba
|
(svn r14588) -Fix [FS#2414]: the range for kicking/banning clients is based on the maximum number of clients, not the maximum number of companies.
|
2008-11-17 16:15:55 +00:00 |
|
rubidium
|
798fa3ec81
|
(svn r14588) -Fix [FS#2414]: the range for kicking/banning clients is based on the maximum number of clients, not the maximum number of companies.
|
2008-11-17 16:15:55 +00:00 |
|
smatz
|
f8c8405311
|
(svn r14564) -Fix (r14555): one more incorrect use of lastof()
|
2008-11-04 18:20:41 +00:00 |
|
smatz
|
f23dabb149
|
(svn r14564) -Fix (r14555): one more incorrect use of lastof()
|
2008-11-04 18:20:41 +00:00 |
|
smatz
|
1257ba3214
|
(svn r14560) -Fix [FS#2396](r14555): lengthof() can't be simply replaced by lastof() in some cases (part by Aali)
|
2008-11-03 12:03:00 +00:00 |
|
smatz
|
7dd0b0dc07
|
(svn r14560) -Fix [FS#2396](r14555): lengthof() can't be simply replaced by lastof() in some cases (part by Aali)
|
2008-11-03 12:03:00 +00:00 |
|
skidd13
|
9b282b3e51
|
(svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat and strecpy where direct conversion is possible
|
2008-11-02 11:20:15 +00:00 |
|
skidd13
|
706dd0f86c
|
(svn r14555) -Codechange: replace ttd_strlcat and ttd_strlcpy with strecat and strecpy where direct conversion is possible
|
2008-11-02 11:20:15 +00:00 |
|
rubidium
|
db1fd2e085
|
(svn r14542) -Codechange: replace some sprintf with s[en]printf to make sure they will not overflow their buffers.
|
2008-10-28 16:04:41 +00:00 |
|
rubidium
|
633b15caf3
|
(svn r14542) -Codechange: replace some sprintf with s[en]printf to make sure they will not overflow their buffers.
|
2008-10-28 16:04:41 +00:00 |
|
glx
|
48a047d73b
|
(svn r14534) -Codechange [FS#2382]: Enumify magic return values of HandleEditBox function (Zuu)
|
2008-10-25 19:59:11 +00:00 |
|
glx
|
a6bfd7f15b
|
(svn r14534) -Codechange [FS#2382]: Enumify magic return values of HandleEditBox function (Zuu)
|
2008-10-25 19:59:11 +00:00 |
|
frosch
|
ee393d5693
|
(svn r14531) -Fix (r12425): OSK accessed wrong widgets of password query window.
|
2008-10-25 15:25:52 +00:00 |
|
frosch
|
fd049f0a64
|
(svn r14531) -Fix (r12425): OSK accessed wrong widgets of password query window.
|
2008-10-25 15:25:52 +00:00 |
|
rubidium
|
040950f56e
|
(svn r14517) -Feature: arrow key scrolling in the server list (Roujin)
|
2008-10-22 20:22:18 +00:00 |
|
rubidium
|
f43dc3e758
|
(svn r14517) -Feature: arrow key scrolling in the server list (Roujin)
|
2008-10-22 20:22:18 +00:00 |
|
smatz
|
bc1d994f6c
|
(svn r14514) -Codechange: use 'size' instead of 'length' for querystring and textbuf, explicitly say it includes the terminating zero
-Fix: one couldn't rename things with too long default/automatic name
-Fix: buffer overflow in console when too long (1024 bytes) command was entered
|
2008-10-22 19:12:10 +00:00 |
|
smatz
|
c10f7db576
|
(svn r14514) -Codechange: use 'size' instead of 'length' for querystring and textbuf, explicitly say it includes the terminating zero
-Fix: one couldn't rename things with too long default/automatic name
-Fix: buffer overflow in console when too long (1024 bytes) command was entered
|
2008-10-22 19:12:10 +00:00 |
|
smatz
|
ad0a578b69
|
(svn r14486) -Fix (r13343)(r14484): compilation with desync debug was broken
|
2008-10-18 14:16:29 +00:00 |
|
smatz
|
7a031b60cd
|
(svn r14486) -Fix (r13343)(r14484): compilation with desync debug was broken
|
2008-10-18 14:16:29 +00:00 |
|
rubidium
|
e7bb5c63a4
|
(svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names in comments and add a little more doxygen documentation.
|
2008-10-14 19:27:08 +00:00 |
|
rubidium
|
a999bb3227
|
(svn r14466) -Doc: remove some obsolete parameters, fix a few parameter names in comments and add a little more doxygen documentation.
|
2008-10-14 19:27:08 +00:00 |
|
rubidium
|
96156a8ab1
|
(svn r14423) -Codechange: also do r14221 for the strings.
|
2008-09-30 21:18:28 +00:00 |
|
rubidium
|
c9a82ac3e7
|
(svn r14423) -Codechange: also do r14221 for the strings.
|
2008-09-30 21:18:28 +00:00 |
|
rubidium
|
e589c7e580
|
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
|
2008-09-30 20:51:04 +00:00 |
|
rubidium
|
b650a86e58
|
(svn r14422) -Codechange: also reflect the changes of r14421 in the filenames.
|
2008-09-30 20:51:04 +00:00 |
|
rubidium
|
f56e630e5c
|
(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
|
2008-09-30 20:39:50 +00:00 |
|
rubidium
|
3b798599b6
|
(svn r14421) -Codechange: rename all player variables/types to company *or* client so it is immediatelly clear which one you are working with.
|
2008-09-30 20:39:50 +00:00 |
|
rubidium
|
5ab74534da
|
(svn r14414) -Fix: replace instances of strncpy with strecpy as strncpy doesn't guarantee the resulting string is '\0'-terminated.
|
2008-09-29 16:27:02 +00:00 |
|
rubidium
|
e7829c1a57
|
(svn r14414) -Fix: replace instances of strncpy with strecpy as strncpy doesn't guarantee the resulting string is '\0'-terminated.
|
2008-09-29 16:27:02 +00:00 |
|
rubidium
|
f49d5057ee
|
(svn r14390) -Codechange: replace magic constants with symbolic constants.
|
2008-09-23 15:24:15 +00:00 |
|
rubidium
|
6a931d67cd
|
(svn r14390) -Codechange: replace magic constants with symbolic constants.
|
2008-09-23 15:24:15 +00:00 |
|
smatz
|
ffa39caf3d
|
(svn r14331) -Codechange: use an enum as additional parameter for ShowQueryString()
|
2008-09-15 16:29:40 +00:00 |
|
smatz
|
606f4defdc
|
(svn r14331) -Codechange: use an enum as additional parameter for ShowQueryString()
|
2008-09-15 16:29:40 +00:00 |
|
rubidium
|
efe93c527b
|
(svn r14320) -Fix [FS#2299]: glitch when chatbox window is full and the window is scrolled (yorP)
|
2008-09-14 10:39:22 +00:00 |
|
rubidium
|
811193e468
|
(svn r14320) -Fix [FS#2299]: glitch when chatbox window is full and the window is scrolled (yorP)
|
2008-09-14 10:39:22 +00:00 |
|
rubidium
|
de532c616f
|
(svn r14318) -Fix [FS#2296]: OSK of the chat box did not get updated. This as the chatbox got a higher priority than the OSK instead of the usual other way around.
|
2008-09-14 10:30:31 +00:00 |
|
rubidium
|
cbbb2eb85c
|
(svn r14318) -Fix [FS#2296]: OSK of the chat box did not get updated. This as the chatbox got a higher priority than the OSK instead of the usual other way around.
|
2008-09-14 10:30:31 +00:00 |
|
smatz
|
97b1eb2c6f
|
(svn r14228) -Fix (r14209): double click on the 'last joined' server didn't work
|
2008-09-02 17:24:46 +00:00 |
|
smatz
|
c0cdfea97d
|
(svn r14228) -Fix (r14209): double click on the 'last joined' server didn't work
|
2008-09-02 17:24:46 +00:00 |
|
smatz
|
3c5ab035d8
|
(svn r14209) -Feature(tte): doubleclick to join selected server/company
|
2008-08-31 20:54:01 +00:00 |
|
smatz
|
7fa98e33ce
|
(svn r14209) -Feature(tte): doubleclick to join selected server/company
|
2008-08-31 20:54:01 +00:00 |
|
rubidium
|
a20b833516
|
(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too.
|
2008-08-31 10:50:05 +00:00 |
|
rubidium
|
ea1f180a55
|
(svn r14199) -Codechange: split fileio.h into fileio_type.h and fileio_func.h so not everything that includes saveload.h needs to include everything else too.
|
2008-08-31 10:50:05 +00:00 |
|