2011-08-28 |
koda |
move the ios background music under resources
|
changeset |
files
|
2011-08-28 |
koda |
the return of SDL.patch D:
|
changeset |
files
|
2011-08-28 |
koda |
ios: fix a couple of bad memory management (unrelated to the crash at the end of each game)
|
changeset |
files
|
2011-08-27 |
nemo |
Prevent flakes from drawing if they spawn in land
|
changeset |
files
|
2011-08-27 |
nemo |
I like the overall accumulation with a flat bottomed flake better. AA top w/o weird layers in middle
|
changeset |
files
|
2011-08-27 |
nemo |
Avoid unsightly gaps in landbacktex
|
changeset |
files
|
2011-08-27 |
nemo |
implement proper blending
|
changeset |
files
|
2011-08-27 |
nemo |
Try reenabling landbacktex to see how it behaves with current pixel rules
|
changeset |
files
|
2011-08-27 |
nemo |
Allow vgtSmoke to scale. Scale it down 50% for mines, so smoke doesn't seem so oversized
|
changeset |
files
|
2011-08-27 |
nemo |
Fix rounding error in sky colour causing visible lines
|
changeset |
files
|
2011-08-27 |
nemo |
Correctly check for failure to look up ammo, check for damaged mines
|
changeset |
files
|
2011-08-27 |
nemo |
Die speckles, round N. Check that alpha is not basically empty while blending, try to match the damaged land type.
|
changeset |
files
|
2011-08-26 |
nemo |
Use frontend value for fullscreening.
|
changeset |
files
|
2011-08-25 |
inu |
pt update
|
changeset |
files
|
2011-08-25 |
sheepluva |
* partial rollback of changes to camera
|
changeset |
files
|
2011-08-25 |
sheepluva |
reduce effect of the look-ahead behaviour that I tried to implement
|
changeset |
files
|
2011-08-25 |
sheepluva |
some camera adjustments (should also fix cam flickering on lowerst res)
|
changeset |
files
|
2011-08-25 |
sheepluva |
don't poison invul hogs
|
changeset |
files
|
2011-08-25 |
nemo |
another silly mistake
|
changeset |
files
|
2011-08-24 |
nemo |
accidentally reverted this when reverting the rest of the override changes.
|
changeset |
files
|
2011-08-24 |
nemo |
oops
|
changeset |
files
|
2011-08-24 |
sheepluva |
THUNKphewbzzweeEEeee
|
changeset |
files
|
2011-08-24 |
nemo |
Scripting changes. Add override of mapgen, templatefilter. Expose waterline, add "GetAmmoCount". Default to amNothing in uAmmos if entry is not found.
|
changeset |
files
|
2011-08-24 |
nemo |
add for mine strike too. as cheezemonkey points out, mine bounce is height dependent.
|
changeset |
files
|
2011-08-23 |
nemo |
Set more generous minimums. Flicker seems to have nothing to do with minimum size. I get it even for fairly large dimensions after scaling down from a much larger size. Similar to issues with zoom from about a month ago, before unc0rr fixed them.
|
changeset |
files
|
2011-08-23 |
nemo |
restore screwed up test
|
changeset |
files
|
2011-08-23 |
nemo |
don't override user defined size when resizing
|
changeset |
files
|
2011-09-01 |
Xeli |
Check if we need to download and prevent user from reaching the startgame menu because it needs images from the download
hedgeroid
|
changeset |
files
|
2011-08-23 |
koda |
enable window resizing (tested only on linux) - fix issue 103
|
changeset |
files
|
2011-09-01 |
Xeli |
increment version number/name
hedgeroid
|
changeset |
files
|
2011-08-23 |
koda |
ooops
|
changeset |
files
|
2011-08-28 |
Xeli |
sabotage of the iphone port failed..
hedgeroid
|
changeset |
files
|
2011-08-23 |
koda |
this should fix the double free that happens when closing the sdl window on ios (untested)
|
changeset |
files
|
2011-08-28 |
Xeli |
fixed = operator in uFloat
hedgeroid
|
changeset |
files
|
2011-08-23 |
koda |
ok this makes no sense now, remove 'enhanced' option from ios
|
changeset |
files
|
2011-08-26 |
Xeli |
Made getDownloadPath compatible with < Froyo devices
hedgeroid
|
changeset |
files
|
2011-08-23 |
koda |
FREE AT LAST!!! SDL came around a (mostly) sane way for implementing rotation events, so we can scrap all the workaround code that has been added to workaround it!! Also this allows us to use proper (internal) multitasking handling and can simplify optional settings and other yet unexplored features. Yay!
|
changeset |
files
|
2011-08-26 |
Xeli |
Fixed AddFileLog, there's now a log created in /sdcard/Android/data/org.hedgewars.mobile/cache/Data/
hedgeroid
|
changeset |
files
|
2011-08-22 |
koda |
set gl attributes before creating the window, or some of them might be ignored (like vsync on osx); also don't skip some reloads when switching to fullscreen and back; finally did a little code re-organisation
|
changeset |
files
|
2011-08-26 |
Xeli |
version name and api changed for Market version
hedgeroid
|
changeset |
files
|
2011-08-22 |
koda |
apparently sdl doesn't work anymore on ios < 3.2 so it is worth to take the leap and upgrade the minimum os to 4.0, so that we can use new apis (like imageio from sdl_image)
|
changeset |
files
|
2011-08-26 |
Xeli |
removed some @override lines which cause compiler errors on openjdk-6
hedgeroid
|
changeset |
files
|
2011-08-23 |
nemo |
Disable flakes in Blox theme
|
changeset |
files
|
2011-08-24 |
= Xeli |
merg with the latest rev of 22nd (end of GSoC)
hedgeroid
|
changeset |
files
|
2011-08-22 |
nemo |
Free land texture, reset sky colour.
|
changeset |
files
|
2011-08-22 |
nemo |
Put it in the add as well
|
changeset |
files
|
2011-08-22 |
nemo |
Add check for no sound
|
changeset |
files
|
2011-08-22 |
koda |
allow accessing the snapshot folder from the about page in the frontend (button could use a nicer icon)
|
changeset |
files
|
2011-08-22 |
unc0rr |
Fix translation (it was smth like "they have normal bounced")
|
changeset |
files
|
2011-08-22 |
unc0rr |
merge
|
changeset |
files
|
2011-08-22 |
koda |
add Zorg to credits
|
changeset |
files
|
2011-08-22 |
Xeli |
tiny tweak in how lua is moved + added two reverts
hedgeroid
|
changeset |
files
|
2011-08-22 |
koda |
enable a tip on osx, remove trailing whitespaces
|
changeset |
files
|
2011-08-22 |
unc0rr |
Implement TestHammer which makes sense
|
changeset |
files
|
2011-08-21 |
Xeli |
merge
hedgeroid
|
changeset |
files
|
2011-08-22 |
tsleon |
russian translation update
|
changeset |
files
|
2011-08-22 |
unc0rr |
Make AI aware of damage modifiers
|
changeset |
files
|
2011-08-21 |
Xeli |
removed the enabling of sensors
hedgeroid
|
changeset |
files
|
2011-08-22 |
nemo |
make it easier to do portal shoppa, ensure structure doesn't show up by accident in a weaponset
|
changeset |
files
|
2011-08-21 |
Xeli |
Removed chinese font
hedgeroid
|
changeset |
files
|