2011-08-20 |
nemo |
-gh (heaptrace) appears to be the reason for crashing in DrawCircle on my system. I wonder if it has other bad behaviour as well.
|
changeset |
files
|
2011-08-19 |
Xeli |
Introduced a Touch_Finger type to replace the arrays with coords, makes cleaner code
hedgeroid
|
changeset |
files
|
2011-08-20 |
nemo |
Attempt to recreate all textures if using Windows or OSX which lose textures on context recreation.
|
changeset |
files
|
2011-08-19 |
Xeli |
Added several graphics
hedgeroid
|
changeset |
files
|
2011-08-20 |
nemo |
Special case small radius gears to try and prevent repeated collisions.
|
changeset |
files
|
2011-08-19 |
Xeli |
Added a hook to uGame which now allows uTouch to take action outside of SDL_Finger* events
hedgeroid
|
changeset |
files
|
2011-08-20 |
nemo |
teach AI about sticky mines
|
changeset |
files
|
2011-08-19 |
Xeli |
Fixed crash which occured when entering the teamselection menu for the second time
hedgeroid
|
changeset |
files
|
2011-08-19 |
unc0rr |
- Update russian translation
|
changeset |
files
|
2011-08-18 |
Xeli |
merge
hedgeroid
|
changeset |
files
|
2011-08-19 |
unc0rr |
Remove PosInStack function, as bots behave better (they search more positions) without it
|
changeset |
files
|
2011-08-18 |
Xeli |
aiming fixed, inverted cursor on ammo menu, added equal and isZero function to uFloat, changed the way ammo menu opens, you must now click on the hog rather than anywhere on the screen
hedgeroid
|
changeset |
files
|
2011-08-19 |
mikade |
- Updates to Tumbler gameplay mode [may still need a lil work]
|
changeset |
files
|
2011-08-18 |
Xeli |
Volume keys now work
hedgeroid
|
changeset |
files
|
2011-08-19 |
nemo |
oops
|
changeset |
files
|
2011-08-17 |
Xeli |
open ammo when clicking the current hog
hedgeroid
|
changeset |
files
|
2011-08-17 |
sheepluva |
portal: combating the space-detection issue.
|
changeset |
files
|
2011-08-17 |
Xeli |
merge
hedgeroid
|
changeset |
files
|
2011-08-17 |
unc0rr |
Free messages queue on engine shutdown
|
changeset |
files
|
2011-08-17 |
Xeli |
merge
hedgeroid
|
changeset |
files
|
2011-08-17 |
nemo |
...
|
changeset |
files
|
2011-08-17 |
Xeli |
Now able to select a weapon
hedgeroid
|
changeset |
files
|
2011-08-17 |
nemo |
*sigh*
|
changeset |
files
|
2011-08-17 |
Xeli |
merge
hedgeroid
|
changeset |
files
|
2011-08-17 |
nemo |
Add square check to shotgun. This a minor optimisation that might sidestep a bug on iOS/Android. Still need to find out why the bug is happening though
|
changeset |
files
|
2011-08-17 |
nemo |
Break visual gears list up into 4, to avoid iterating over entire list to draw a single layer. Also fix error in tag zoom.
|
changeset |
files
|
2011-08-17 |
nemo |
Make it a lot harder to cheat with typical random crates. This also means that crates will vary even if map has the same seed (hog positions of course will be unchanged).
|
changeset |
files
|
2011-08-17 |
nemo |
At mikade's request, expose screenheight/screenwidth and allow setting tag zoom level
|
changeset |
files
|
2011-08-16 |
unc0rr |
Properly implement slot, connect signal from the object which actually sends it to the slot
|
changeset |
files
|
2011-08-15 |
nemo |
Check for dX too
|
changeset |
files
|
2011-08-15 |
nemo |
I'll learn to build first eventually...
|
changeset |
files
|
2011-08-17 |
Xeli |
uTouch, has cursor move, zoom and click or tap to open the ammo menu
hedgeroid
|
changeset |
files
|
2011-08-15 |
nemo |
oops
|
changeset |
files
|
2011-08-15 |
Xeli |
merge
hedgeroid
|
changeset |
files
|
2011-08-15 |
nemo |
Move HealthTag dY init into AddGear
|
changeset |
files
|
2011-08-15 |
mikade |
merge
|
changeset |
files
|
2011-08-15 |
nemo |
Use Frame instead of State for the health flag
|
changeset |
files
|
2011-08-15 |
unc0rr |
Don't allow to join other protocol room using FOLLOW command (not tested)
|
changeset |
files
|
2011-08-15 |
unc0rr |
Why so suspicious?
|
changeset |
files
|
2011-08-15 |
mikade |
Allow user to drop bombs off rope, parachute, and flying saucer.
|
changeset |
files
|
2011-08-15 |
nemo |
forgot scale
|
changeset |
files
|
2011-08-15 |
nemo |
suggestion of mikade's - delete old mines if the collision array shows signs of filling up. This is kind of an edge case, esp now that array is up to 1024, but should prevent (easiest) way to crash by collision array overflow (endless mines/minestrikes).
|
changeset |
files
|
2011-08-15 |
nemo |
bump up max collision to 1024 entries
|
changeset |
files
|
2011-08-15 |
nemo |
Tiny bit of progress on download page - hooked it up to "Info" button for now.
|
changeset |
files
|
2011-08-15 |
nemo |
draw health tag relative to screen if State <> 0
|
changeset |
files
|
2011-08-14 |
koda |
smaller code cleanup
|
changeset |
files
|
2011-08-14 |
nemo |
For mikade's sake, use old dx/dy/frametick as default, so health crosses move the same
|
changeset |
files
|
2011-08-14 |
nemo |
Use same visual gear for health tags and hearts.
|
changeset |
files
|
2011-08-14 |
nemo |
Seduction animation. New visual gear type.
|
changeset |
files
|
2011-08-14 |
nemo |
Shrink number of circle points to 60, reenable seduction circle (no longer crashes)
|
changeset |
files
|
2011-08-14 |
nemo |
Change to "aura" due to odd crasher in DrawCircle, at least on my machine/driver. Less precise, but perhaps more attractive.
|
changeset |
files
|
2011-08-14 |
unc0rr |
Use local scope global var instead
|
changeset |
files
|
2011-08-13 |
Henek |
new SD flakes from mikade and a flash when sudden death starts
|
changeset |
files
|
2011-08-13 |
koda |
small fix for the ios project file
|
changeset |
files
|
2011-08-13 |
unc0rr |
Some screwing around GearsNear code
|
changeset |
files
|
2011-08-13 |
unc0rr |
Don't switch to gsConfirm state (which is pretty same as gsGame) when not in gsGame or gsChat state. Prevents crashes and other possible kinds of wierd behaviour.
|
changeset |
files
|
2011-08-12 |
nemo |
Revert ParseCommandOverride change since it appears to be badly screwing up scripting. Need to find out why. This backs out 7f57d0c7816a and the recent workaround.
|
changeset |
files
|
2011-08-12 |
nemo |
extend the workaround. FIXME still applies
|
changeset |
files
|
2011-08-12 |
nemo |
oops. accidentaly committed test move of voice line (the FIXME still applies though)
|
changeset |
files
|
2011-08-12 |
nemo |
use ansistring instead
|
changeset |
files
|