2012-07-24 |
unc0rr |
No need to redefine signal
|
changeset |
files
|
2012-07-24 |
nemo |
Fix bee crasher, tweak splash values
|
changeset |
files
|
2012-07-24 |
belphegorr |
Removed some campaign variables from Mission 6.
|
changeset |
files
|
2012-07-21 |
nemo |
better?
|
changeset |
files
|
2012-07-24 |
belphegorr |
Switched Fell From Heaven to Fell From Grace on missions 5, 6.
|
changeset |
files
|
2012-07-21 |
unc0rr |
AI uses cake! Known issues: AI could damage itself for no reason, could let cake go looping in a hole with exit closed by AI hog.
|
changeset |
files
|
2012-07-24 |
belphegorr |
Fixed localization of Mission 6 and fixed a typo.
|
changeset |
files
|
2012-07-21 |
nemo |
unc0rr, let me know what you think? Values were chosen semi-arbitrarily. But I was playing through a lot of large demos.
|
changeset |
files
|
2012-07-23 |
belphegorr |
Finished mission 6: Dragon's lair
|
changeset |
files
|
2012-07-21 |
nemo |
Ok. *these* should be safe with just this one extra check...
|
changeset |
files
|
2012-08-30 |
nemo |
checkpoint merge
|
changeset |
files
|
2012-07-20 |
nemo |
:( I have no idea why this did not work
|
changeset |
files
|
2012-07-20 |
nemo |
Avoid desync playing back demos
|
changeset |
files
|
2012-07-20 |
nemo |
don't need the camera following invisible stuff (maybe this should be in the general camera routine?)
|
changeset |
files
|
2012-07-20 |
nemo |
I thirst for randomness.
|
changeset |
files
|
2012-07-20 |
nemo |
Try avoiding spamming the log by retaining the gears. untested.
|
changeset |
files
|
2012-07-20 |
unc0rr |
Replace stupid 'mod' with 'and'
|
changeset |
files
|
2012-07-20 |
koda |
ooops (and indentation)
|
changeset |
files
|
2012-07-20 |
koda |
press 8 to mute audio while ingame
|
changeset |
files
|
2012-07-20 |
unc0rr |
mod operator is so stupid in pascal
|
changeset |
files
|
2012-07-20 |
nemo |
oh yeah, these too
|
changeset |
files
|
2012-07-19 |
nemo |
Fix TARDIS, make switcher work w/ the new more stringent check.
|
changeset |
files
|
2012-07-19 |
nemo |
Update team health
|
changeset |
files
|
2012-07-18 |
unc0rr |
Start TestCake
|
changeset |
files
|
2012-07-18 |
koda |
allow FPFLAGS and GHFLAGS only in cmakes able to support them
|
changeset |
files
|
2012-07-17 |
nemo |
what the heck, let's add a few more
|
changeset |
files
|
2012-07-16 |
unc0rr |
- Check for harmful gear deletions
|
changeset |
files
|
2012-07-16 |
unc0rr |
Use gmDestroy message instead
|
changeset |
files
|
2012-07-15 |
nemo |
Fix bug in resurrector deleting graves (exists in stable too), remove some unnecessary assignments due to the fillchar 0
|
changeset |
files
|
2012-07-13 |
Stepan777 |
Correctly distinguish between game and real ticks while recording video,
|
changeset |
files
|
2012-07-15 |
nemo |
Apparently order of multiple getrandom in params is undefined. Also remove broken and pointless getrandom call.
|
changeset |
files
|
2012-07-13 |
Stepan777 |
merge
|
changeset |
files
|
2012-07-15 |
nemo |
Sorry about the slight delay in pickup. You can blame a few lame cheaters. This is to make their cheating a bit harder.
|
changeset |
files
|
2012-07-13 |
unc0rr |
Catch all exceptions in clientSendLoop. If there could something besides IOException be thrown there, that would explain ping timeouts server issue.
|
changeset |
files
|
2014-01-09 |
unc0rr |
Filter sprSDFlake too, so engine could pass initialization
gl2
|
changeset |
files
|
2012-07-10 |
Stepan777 |
Fix bug with isInLag picture displayed at end of some videos.
|
changeset |
files
|
2012-07-12 |
unc0rr |
Don't consider moving hedgehogs in place rating in after attack mode
|
changeset |
files
|
2014-01-09 |
Wolfgang Steffens |
Import temp.diff which is a try to fix glitches with textures edges
gl2
|
changeset |
files
|
2012-07-10 |
Stepan777 |
merge
|
changeset |
files
|
2012-07-12 |
unc0rr |
When removing a record, set selection on the next item in the list
|
changeset |
files
|
2014-01-09 |
unc0rr |
Wolfgang Steffens's gl2 and atlas branch
gl2
|
changeset |
files
|
2014-06-18 |
sheepluva |
closing wosteffs ancient debug commit head. default branch has been a dual-headed monster for long enough IMO
|
changeset |
files
|
2012-07-09 |
Stepan777 |
fix bug with desynced camera positions
|
changeset |
files
|
2012-07-12 |
nemo |
Reduce number of walk bonuses further, doubt even 128 are needed. Fix count reset.
|
changeset |
files
|
2012-07-10 |
Wolfgang Steffens |
Debug commit
|
changeset |
files
|
2012-07-09 |
Stepan777 |
rework saving of camera positions so there is no need to know framerate during prerecording.
|
changeset |
files
|
2012-07-12 |
nemo |
Tell AI to avoid edges, especially ones over water (this does not include checking whether a knock could drown yet). Also make flakes pick a new random dx/dy on respawn to further reduce patterns. Also disable a couple of weapons for the particularly dumb AI levels, and disable switching for the dumbest.
|
changeset |
files
|
2012-07-10 |
Wolfgang Steffens |
Merge
|
changeset |
files
|
2012-07-09 |
Stepan777 |
merge
|
changeset |
files
|
2012-07-10 |
nemo |
Spread the droplets around more so it looks less square (looked especially bad with piano). Slow down large splashes a bit for dramatic purposes, also taking low-g into account. Small splashes you can't really tell anyway.
|
changeset |
files
|
2012-07-08 |
Stepan777 |
First try to use framebuffer, instead of auxilary buffer.
|
changeset |
files
|
2012-07-08 |
unc0rr |
Introduce uGearsHandlers.pas, for now only part of cake handlers is moved there
|
changeset |
files
|
2012-07-08 |
Stepan777 |
Move SDL_GetTicks() to another place, maybe this will fix sound desync.
|
changeset |
files
|
2012-07-08 |
nemo |
A bit more convoluted, but more attractive visually
|
changeset |
files
|
2012-07-08 |
Stepan777 |
merge
|
changeset |
files
|
2012-07-08 |
nemo |
Insert at front of same Z, not end. Saves a little time on insertion and lua lookup of recent adds.
|
changeset |
files
|
2012-07-07 |
Stepan777 |
fix alpha channel in image rescaling
|
changeset |
files
|
2012-07-08 |
nemo |
Draw bombs behind plane
|
changeset |
files
|
2012-07-07 |
Stepan777 |
Fix thumbnails. On some OpenGL implementations they weren't working.
|
changeset |
files
|
2012-07-08 |
unc0rr |
Fix rare condition when hog's gear stucks in an infinite loop which adds 1 to its Y coordinate not checking for drowning
|
changeset |
files
|