rubidium
|
2a0754b678
|
(svn r23814) -Codechange: write the random-debug output directly to a file
|
2012-01-15 21:15:38 +00:00 |
|
alberth
|
06597e684c
|
(svn r23704) -Doc: Doxygen comment fixes and additions.
|
2012-01-01 17:22:32 +00:00 |
|
alberth
|
4af8c2d5e1
|
(svn r23704) -Doc: Doxygen comment fixes and additions.
|
2012-01-01 17:22:32 +00:00 |
|
truebrain
|
aa1a0053b0
|
(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC)
|
2011-12-20 17:57:56 +00:00 |
|
truebrain
|
1c9bec1999
|
(svn r23640) -Fix: stop using FORCEINLINE (1/3rd of the instances were, the others were still regular inline), but make sure inline is always a 'forced' inline (I am looking at you MSVC)
|
2011-12-20 17:57:56 +00:00 |
|
truebrain
|
f1f0776efd
|
(svn r23634) -Add: support language files for GameScript (Rubidium)
|
2011-12-19 21:05:46 +00:00 |
|
truebrain
|
2ae87e7213
|
(svn r23634) -Add: support language files for GameScript (Rubidium)
|
2011-12-19 21:05:46 +00:00 |
|
rubidium
|
330ea6f277
|
(svn r23466) -Fix [FS#4871, FS#4874]: assertion triggered when resizing a window during ReInit by an amount that's not a multiple of the resize interval
|
2011-12-09 22:07:00 +00:00 |
|
rubidium
|
6153dc57f5
|
(svn r23466) -Fix [FS#4871, FS#4874]: assertion triggered when resizing a window during ReInit by an amount that's not a multiple of the resize interval
|
2011-12-09 22:07:00 +00:00 |
|
michi_cc
|
fc8633e1ac
|
(svn r23415) -Feature: Infrastructure maintenance costs.
|
2011-12-03 23:40:46 +00:00 |
|
michi_cc
|
d3b7b89493
|
(svn r23415) -Feature: Infrastructure maintenance costs.
|
2011-12-03 23:40:46 +00:00 |
|
glx
|
d4fc5bf88d
|
(svn r22898) -Codechange: use MSVC compiler intrinsics for byte swapping
|
2011-09-06 00:10:20 +00:00 |
|
glx
|
2c20738067
|
(svn r22898) -Codechange: use MSVC compiler intrinsics for byte swapping
|
2011-09-06 00:10:20 +00:00 |
|
frosch
|
398ed7ebb8
|
(svn r22881) -Fix (r22875): GCC warnings on 64bit systems.
|
2011-09-03 12:45:45 +00:00 |
|
frosch
|
5ccd091fd1
|
(svn r22881) -Fix (r22875): GCC warnings on 64bit systems.
|
2011-09-03 12:45:45 +00:00 |
|
michi_cc
|
dcef62040f
|
(svn r22875) -Codechange: Add some asserts and checks to better prevent overflow of the argument to malloc. (monoid)
|
2011-09-02 20:54:51 +00:00 |
|
michi_cc
|
f227e90c24
|
(svn r22875) -Codechange: Add some asserts and checks to better prevent overflow of the argument to malloc. (monoid)
|
2011-09-02 20:54:51 +00:00 |
|
rubidium
|
9fc2798baf
|
(svn r22411) -Document: another bunch of bits
|
2011-05-02 17:42:12 +00:00 |
|
rubidium
|
fb5ecb9499
|
(svn r22411) -Document: another bunch of bits
|
2011-05-02 17:42:12 +00:00 |
|
rubidium
|
8a08de2f44
|
(svn r22177) -Fix: make sure the right endianness is chosen with cross-compiling, and strndup is available in the binary for more exotic platforms
|
2011-03-03 21:43:24 +00:00 |
|
rubidium
|
59e42ea178
|
(svn r22177) -Fix: make sure the right endianness is chosen with cross-compiling, and strndup is available in the binary for more exotic platforms
|
2011-03-03 21:43:24 +00:00 |
|
planetmaker
|
4f3066cd73
|
(svn r22136) -Fix (r22112): Silence compiler warning about non-virtual destructor
|
2011-02-24 06:57:55 +00:00 |
|
planetmaker
|
ac0700c564
|
(svn r22136) -Fix (r22112): Silence compiler warning about non-virtual destructor
|
2011-02-24 06:57:55 +00:00 |
|
smatz
|
c85e1c3089
|
(svn r22116) -Codechange: use PoolBase::Clean() at more places
|
2011-02-19 23:05:47 +00:00 |
|
smatz
|
756cc6cf65
|
(svn r22116) -Codechange: use PoolBase::Clean() at more places
|
2011-02-19 23:05:47 +00:00 |
|
smatz
|
9c40059641
|
(svn r22115) -Fix (r22114): some comments and code ordering were wrong
|
2011-02-19 18:55:10 +00:00 |
|
smatz
|
642fb19d4f
|
(svn r22115) -Fix (r22114): some comments and code ordering were wrong
|
2011-02-19 18:55:10 +00:00 |
|
smatz
|
0e12107ccd
|
(svn r22112) -Codechange: register all pools in a pool vector
|
2011-02-19 18:23:45 +00:00 |
|
smatz
|
5fd13843f7
|
(svn r22112) -Codechange: register all pools in a pool vector
|
2011-02-19 18:23:45 +00:00 |
|
smatz
|
817392c9b0
|
(svn r22041) -Codechange: add a check that we called PoolItem::CanAllocateItem() before actually allocating it
|
2011-02-09 18:55:51 +00:00 |
|
smatz
|
fbfb0ffbf2
|
(svn r22041) -Codechange: add a check that we called PoolItem::CanAllocateItem() before actually allocating it
|
2011-02-09 18:55:51 +00:00 |
|
rubidium
|
05199a641a
|
(svn r21890) -Cleanup: remove some unneeded includes
|
2011-01-22 14:52:20 +00:00 |
|
rubidium
|
7eba2bf4d3
|
(svn r21890) -Cleanup: remove some unneeded includes
|
2011-01-22 14:52:20 +00:00 |
|
rubidium
|
43c8073551
|
(svn r21886) -Codechange: move documentation towards the code to make it more likely to be updated [n].
|
2011-01-22 09:53:15 +00:00 |
|
rubidium
|
eb299736c1
|
(svn r21886) -Codechange: move documentation towards the code to make it more likely to be updated [n].
|
2011-01-22 09:53:15 +00:00 |
|
alberth
|
624ab9cfbb
|
(svn r21645) -Doc: Document SmallPair and SmallMap template parameters.
|
2010-12-26 17:47:00 +00:00 |
|
alberth
|
8282b66b70
|
(svn r21645) -Doc: Document SmallPair and SmallMap template parameters.
|
2010-12-26 17:47:00 +00:00 |
|
rubidium
|
0765e4c9ab
|
(svn r21336) -Fix (r21030) [FS#4274]: compile failure when desync debugging is enabled (fonsinchen)
|
2010-11-27 12:55:43 +00:00 |
|
rubidium
|
ff015ac62c
|
(svn r21336) -Fix (r21030) [FS#4274]: compile failure when desync debugging is enabled (fonsinchen)
|
2010-11-27 12:55:43 +00:00 |
|
frosch
|
cb2b666229
|
(svn r20951) -Codechange: Add SmallMap::Contains() and use it.
|
2010-10-16 20:34:43 +00:00 |
|
frosch
|
98250ad8da
|
(svn r20951) -Codechange: Add SmallMap::Contains() and use it.
|
2010-10-16 20:34:43 +00:00 |
|
alberth
|
5a18e4820a
|
(svn r20838) -Fix [FS#4136]: Cast '1' in bitmath functions to width of result before shifting.
|
2010-09-22 20:59:24 +00:00 |
|
alberth
|
b3270caaf1
|
(svn r20838) -Fix [FS#4136]: Cast '1' in bitmath functions to width of result before shifting.
|
2010-09-22 20:59:24 +00:00 |
|
yexo
|
ddd16c592b
|
(svn r20731) -Fix (r20739): SmallVector did not have an assignment operator, causing invalid memory reads / double free
|
2010-09-03 23:04:02 +00:00 |
|
yexo
|
0decc3e094
|
(svn r20731) -Fix (r20739): SmallVector did not have an assignment operator, causing invalid memory reads / double free
|
2010-09-03 23:04:02 +00:00 |
|
yexo
|
0d040f03e6
|
(svn r20729) -Fix [FS#4107]: assert when overbuilding object
|
2010-09-03 21:50:51 +00:00 |
|
yexo
|
a45b598bfc
|
(svn r20729) -Fix [FS#4107]: assert when overbuilding object
|
2010-09-03 21:50:51 +00:00 |
|
frosch
|
c18839704b
|
(svn r20286) -Codechange: Unify end of doxygen comments.
|
2010-08-01 19:44:49 +00:00 |
|
frosch
|
4bd32799f1
|
(svn r20286) -Codechange: Unify end of doxygen comments.
|
2010-08-01 19:44:49 +00:00 |
|
frosch
|
5b86c79fce
|
(svn r20283) -Codechange: Unify start of doygen comments.
|
2010-08-01 19:22:34 +00:00 |
|