index
:
wormux
master
tube
tube+menu
tube-squashed
tube-squashed-rebased
Unnamed repository; edit this file 'description' to name the repository.
Guillaume Desmottes
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-09-14
Fix previous commit.
HEAD
master
kurosu
1
-4/+4
2010-09-14
Move some functions to the header.
kurosu
2
-50/+18
2010-09-14
Avoid forcing redrawing. This was supposed to fix something, but I can't see ...
kurosu
1
-1/+1
2010-09-14
Try saving a Pack() call.
kurosu
1
-9/+2
2010-09-14
Use TorusCache in ComboBox: code factorization, memory and speed gains.
kurosu
3
-59/+37
2010-09-14
Add a TorusCache class that: helps loading resource only once (saves on loadi...
kurosu
5
-61/+195
2010-09-13
Increment Android build version.
kurosu
1
-1/+1
2010-09-13
Remove the now unneeded offset in the click detection.
kurosu
1
-2/+2
2010-09-13
Cosmetics.
kurosu
1
-0/+1
2010-09-13
Test for the proper center value.
kurosu
1
-2/+2
2010-09-13
Cache partial taurus being drawn. Probably useless.
kurosu
2
-20/+35
2010-09-13
Mark Propagate as inline. Should have been obvious as it's only used once and...
kurosu
1
-1/+1
2010-09-13
Save 2 "not" instructions.
kurosu
1
-2/+2
2010-09-13
Define an optimized Intersect method for PhysicalObject, which saves computat...
kurosu
2
-7/+35
2010-09-13
Precompute radius and angle with the anchor. May break things.
kurosu
2
-13/+52
2010-09-13
Store comparison result (which is constant).
kurosu
1
-18/+14
2010-09-13
Cosmetics.
kurosu
1
-113/+110
2010-09-13
Use a simpler (not using 64bits) fixedpoint int for speed.
kurosu
2
-12/+15
2010-09-13
Do more inlining by moving functions to the header.
kurosu
2
-63/+24
2010-09-13
Change an ASSERT into an assert.
kurosu
1
-1/+2
2010-09-13
Using DEBUG, a tester may set maximum fps to very high values
fuzxxl
1
-1/+5
2010-09-13
Fix compilation.
kurosu
1
-6/+6
2010-09-13
Return a reference rather than a copy.
kurosu
1
-1/+1
2010-09-13
[bug #16674] Introduce a function to restrict an angle to [0;TWO_PI[ range an...
kurosu
7
-53/+29
2010-09-13
Remove lots of stray pixels with non-opaque alpha.
kurosu
1
-0/+0
2010-09-13
Use Rectanglei references rather than copies.
kurosu
3
-6/+6
2010-09-13
Use references instead of copies for some STL objects in somewhat critical co...
kurosu
4
-29/+25
2010-09-13
Instead of dividing by TWO, multiply by ONE_HALF
kurosu
4
-19/+19
2010-09-13
Don't perform some computations if the movement has angle 0, which is most of...
kurosu
1
-8/+10
2010-09-13
Code to track the max value.
kurosu
1
-1/+10
2010-09-13
Use references rather than copies of the vector.
kurosu
1
-5/+5
2010-09-13
Don't make mini interface clickable, it's disturbing.
kurosu
1
-2/+0
2010-09-10
Fix part of commit using ONE_HALF
kurosu
1
-1/+1
2010-09-10
Reduce number of iterations for sqrt to a value that yields exact value for t...
kurosu
1
-2/+12
2010-09-09
Make use of the approximate value of sqrt.
kurosu
1
-1/+1
2010-09-09
Add a sqrt_approx for small values (530 is exact).
kurosu
3
-6/+29
2010-09-09
Avoid a Double::sqrt in some rare occasions.
kurosu
1
-1/+2
2010-09-09
Delay shifts to the last step.
kurosu
1
-9/+9
2010-09-09
Update build number.
kurosu
1
-1/+1
2010-09-09
Fix function pointer declaration.
kurosu
1
-2/+2
2010-09-09
One more useless file.
kurosu
1
-86/+0
2010-09-09
Remove files and folders unneeded for Android build.
kurosu
55
-4019/+0
2010-09-09
Remove flac support from our included sdl_mixer.
kurosu
2
-699/+0
2010-09-09
Cosmetics.
kurosu
2
-32/+18
2010-09-09
Minor optimization.
kurosu
1
-2/+2
2010-09-09
Merge 2 loops.
kurosu
1
-11/+8
2010-09-09
Revert r8422.
kurosu
1
-2/+8
2010-09-09
Use local vars to perform dereferencing only once.
kurosu
1
-27/+29
2010-09-09
Define new methods storing once and for all the comparisons of type and name ...
kurosu
3
-48/+54
2010-09-09
Use PhysicalObj::GetTestRect instead of rewriting the same code.
kurosu
1
-8/+2
[next]