skidd13
|
2f65d35ead
|
(svn r13575) -Codechange: Move small vector to core since it fits better in there
-Codechange: convert smallvector from struct to class
|
2008-06-19 10:19:02 +00:00 |
|
smatz
|
cf489a25b0
|
(svn r13552) -Codechange: use TTD_ENDIAN comparations instead of tests if TTD_[BIG/LITTLE]_ENDIAN is defined
|
2008-06-17 19:38:00 +00:00 |
|
smatz
|
9da745b381
|
(svn r13552) -Codechange: use TTD_ENDIAN comparations instead of tests if TTD_[BIG/LITTLE]_ENDIAN is defined
|
2008-06-17 19:38:00 +00:00 |
|
skidd13
|
149bf45b77
|
(svn r13517) -Add: remaining used typesafe versions of the mem* functions from <string.h>
|
2008-06-14 16:41:03 +00:00 |
|
skidd13
|
03854bf27c
|
(svn r13517) -Add: remaining used typesafe versions of the mem* functions from <string.h>
|
2008-06-14 16:41:03 +00:00 |
|
skidd13
|
a8bb6177ee
|
(svn r13516) -Codechange: Move MemCpyT to a fitting core header
-Codechange: Split the sorting code from the sortlist to an appropriate header
|
2008-06-14 16:23:08 +00:00 |
|
skidd13
|
96fc91baf3
|
(svn r13516) -Codechange: Move MemCpyT to a fitting core header
-Codechange: Split the sorting code from the sortlist to an appropriate header
|
2008-06-14 16:23:08 +00:00 |
|
smatz
|
506cde94b6
|
(svn r13456) -Codechange: use AllocaM() macro instead of alloca() at most places
|
2008-06-10 21:59:22 +00:00 |
|
smatz
|
bd5067b5a0
|
(svn r13456) -Codechange: use AllocaM() macro instead of alloca() at most places
|
2008-06-10 21:59:22 +00:00 |
|
glx
|
b3d7ca0ceb
|
(svn r13273) -Fix [FS#2042]: MSVC warnings (again)
|
2008-05-26 20:20:38 +00:00 |
|
glx
|
6e6014918e
|
(svn r13273) -Fix [FS#2042]: MSVC warnings (again)
|
2008-05-26 20:20:38 +00:00 |
|
rubidium
|
1ce0b03bf0
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
rubidium
|
d03994098b
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
rubidium
|
300c7e459a
|
(svn r12936) -Doc: a few structs in geometry_type.hpp. Patch by Alberth.
|
2008-05-04 08:38:21 +00:00 |
|
rubidium
|
72eb1f100b
|
(svn r12936) -Doc: a few structs in geometry_type.hpp. Patch by Alberth.
|
2008-05-04 08:38:21 +00:00 |
|
rubidium
|
4016d15bc7
|
(svn r12873) -Fix [FS#1946]: MSVC is whining because it doesn't understand that bytes should be cast to ints.
|
2008-04-24 17:53:45 +00:00 |
|
rubidium
|
91fa34ea11
|
(svn r12873) -Fix [FS#1946]: MSVC is whining because it doesn't understand that bytes should be cast to ints.
|
2008-04-24 17:53:45 +00:00 |
|
smatz
|
6813a17d15
|
(svn r12778) -Codechange: add the NORETURN attribute to *allocError() functions
|
2008-04-18 21:38:36 +00:00 |
|
smatz
|
14dc60c8a1
|
(svn r12778) -Codechange: add the NORETURN attribute to *allocError() functions
|
2008-04-18 21:38:36 +00:00 |
|
rubidium
|
ca1f8fbe2e
|
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
|
2008-04-18 04:37:06 +00:00 |
|
rubidium
|
9d8fa486af
|
(svn r12761) -Codechange: lots of minor whitespace coding style fixes around operators.
|
2008-04-18 04:37:06 +00:00 |
|
rubidium
|
2752568d61
|
(svn r12749) -Codechange: store the viewport information in the windows that have a viewport instead of one global array with a viewport for each window, even when they do not use the viewport.
|
2008-04-17 09:42:44 +00:00 |
|
rubidium
|
c31287206d
|
(svn r12749) -Codechange: store the viewport information in the windows that have a viewport instead of one global array with a viewport for each window, even when they do not use the viewport.
|
2008-04-17 09:42:44 +00:00 |
|
rubidium
|
8ab49198b9
|
(svn r12695) -Codechange: only allocate window structs when needed. Based on a patch by Alberth.
|
2008-04-13 19:25:14 +00:00 |
|
rubidium
|
9a73b698d4
|
(svn r12695) -Codechange: only allocate window structs when needed. Based on a patch by Alberth.
|
2008-04-13 19:25:14 +00:00 |
|
smatz
|
c3399b6848
|
(svn r12573) -Codechange: use defined constants instead of numbers in math_func.hpp
|
2008-04-04 20:34:09 +00:00 |
|
smatz
|
fb379b522d
|
(svn r12573) -Codechange: use defined constants instead of numbers in math_func.hpp
|
2008-04-04 20:34:09 +00:00 |
|
smatz
|
6a501c85fc
|
(svn r12572) -Fix (r12192): min() has 32bit arguments, clamping of 64bit values didn't work
|
2008-04-04 20:03:49 +00:00 |
|
smatz
|
a7d885e4c6
|
(svn r12572) -Fix (r12192): min() has 32bit arguments, clamping of 64bit values didn't work
|
2008-04-04 20:03:49 +00:00 |
|
rubidium
|
571ba97f56
|
(svn r12536) -Codechange: some stack allocations were too large for NDS, so use the SmallStackSafeStackAlloc wrapper. Allocate on the stack by default and on the heap for NDS (or other devices that have a very small stack).
|
2008-04-01 21:12:51 +00:00 |
|
rubidium
|
8e83627991
|
(svn r12536) -Codechange: some stack allocations were too large for NDS, so use the SmallStackSafeStackAlloc wrapper. Allocate on the stack by default and on the heap for NDS (or other devices that have a very small stack).
|
2008-04-01 21:12:51 +00:00 |
|
skidd13
|
b93a612dfd
|
(svn r12516) -Revert r2583: Removed mersenne PRNG cause it is not used and won't be used in the future
|
2008-03-31 16:07:50 +00:00 |
|
skidd13
|
9d914a803c
|
(svn r12516) -Revert r2583: Removed mersenne PRNG cause it is not used and won't be used in the future
|
2008-03-31 16:07:50 +00:00 |
|
rubidium
|
1c1a721d63
|
(svn r12438) -Fix-ish: typo spotted by Biblo.
|
2008-03-27 13:59:35 +00:00 |
|
rubidium
|
67c1e00aea
|
(svn r12438) -Fix-ish: typo spotted by Biblo.
|
2008-03-27 13:59:35 +00:00 |
|
smatz
|
e0b0ecc5a7
|
(svn r12204) -Fix (r12192): using UINT16_MAX broke compilation on many targets
|
2008-02-20 19:42:06 +00:00 |
|
smatz
|
db9d5a909f
|
(svn r12204) -Fix (r12192): using UINT16_MAX broke compilation on many targets
|
2008-02-20 19:42:06 +00:00 |
|
smatz
|
44a8293364
|
(svn r12192) -Fix: clamp various town variables to 16bit prior to returning the value
|
2008-02-20 14:30:53 +00:00 |
|
smatz
|
ca46154068
|
(svn r12192) -Fix: clamp various town variables to 16bit prior to returning the value
|
2008-02-20 14:30:53 +00:00 |
|
smatz
|
7d45415b3d
|
(svn r12156) -Fix (r11454): Chance16I was now biased towards zero - round to nearest now
|
2008-02-16 00:46:38 +00:00 |
|
smatz
|
b4f58ebae4
|
(svn r12156) -Fix (r11454): Chance16I was now biased towards zero - round to nearest now
|
2008-02-16 00:46:38 +00:00 |
|
smatz
|
05169f53be
|
(svn r12115) -Codechange: move malloc/realloc error messages to separate file to spare 4-8kB of binary size
|
2008-02-11 20:23:38 +00:00 |
|
smatz
|
f19eca0905
|
(svn r12115) -Codechange: move malloc/realloc error messages to separate file to spare 4-8kB of binary size
|
2008-02-11 20:23:38 +00:00 |
|
rubidium
|
4a4f4b7459
|
(svn r12050) -Fix: random_func broke for desync debug.
|
2008-02-03 16:21:19 +00:00 |
|
rubidium
|
20e9abed47
|
(svn r12050) -Fix: random_func broke for desync debug.
|
2008-02-03 16:21:19 +00:00 |
|
rubidium
|
1b7051768c
|
(svn r12004) -Codechange: refactor the random functions to reduce code duplication.
|
2008-01-29 00:27:25 +00:00 |
|
rubidium
|
3b2145aafe
|
(svn r12004) -Codechange: refactor the random functions to reduce code duplication.
|
2008-01-29 00:27:25 +00:00 |
|
rubidium
|
38d690acc8
|
(svn r11943) -Codechange: add and use a simple structure to support small stacks by allocating it on the heap or pushing a few kB of data onto the stack when there is a large stack.
|
2008-01-22 12:09:12 +00:00 |
|
rubidium
|
59ec5e62ce
|
(svn r11943) -Codechange: add and use a simple structure to support small stacks by allocating it on the heap or pushing a few kB of data onto the stack when there is a large stack.
|
2008-01-22 12:09:12 +00:00 |
|
glx
|
bba1a62db1
|
(svn r11914) -Documentation: fix some @file statement
|
2008-01-18 03:48:29 +00:00 |
|