2014-01-20 |
sheepluva |
drill rocket test
|
changeset |
files
|
2014-01-20 |
sheepluva |
new cmake option NOVERSIONINFOUPDATE -- to be used if source is in a git/repo that is NOT the hedgewars repo
|
changeset |
files
|
2014-01-20 |
sheepluva |
remove DroidSans font from source dir. it is unused afaik and also wrongly included in the source tarballs
|
changeset |
files
|
2014-01-19 |
sheepluva |
fix despeckle mutilating blurry land
|
changeset |
files
|
2014-01-19 |
unc0rr |
- Make Racer report achievements
|
changeset |
files
|
2014-01-19 |
sheepluva |
no idea how I ended up forgetting about the offset I need for same position in different rows (in 1d array); also remove obsolete comment
|
changeset |
files
|
2014-01-19 |
sheepluva |
small tweak/hax for blurry land to make tile borders vanish (when clamping is off)
|
changeset |
files
|
2014-01-21 |
koda |
add travis tests for the two new cmake options
|
changeset |
files
|
2014-01-19 |
sheepluva |
(experimental) merging the new procedures for different pixel representations (1D/2D arrays) into a single procedure with the algorithm and two procedures for the different mapping. - because redundant code sucks (at least twice)
|
changeset |
files
|
2014-01-21 |
koda |
fixwhitespace and dos2unix
|
changeset |
files
|
2014-01-19 |
sheepluva |
(experimental) make the mysterious borders around land/hats/etc that appear on zoom vanish
|
changeset |
files
|
2014-01-21 |
koda |
partial merge of the webgl branch
|
changeset |
files
|
2014-01-18 |
Wohlstand |
Fix checker logon process
|
changeset |
files
|
2014-01-18 |
sheepluva |
changing build files without testing the change is fun, isn't it? especially for trivial things that would take less than 10 seconds to test :p
|
changeset |
files
|
2014-01-18 |
nemo |
Make poison damage possibly variable (might as well since effects is a count). Scripts might find it handy.
|
changeset |
files
|
2014-01-17 |
nemo |
Add check for gear kind of hedgehog on invulnerability effect. This probably fixes bug #766, is similar to change in previous r2a1483d91977 and was introduced by r7d925e82e572
|
changeset |
files
|
2014-01-17 |
nemo |
well. let's fix this at least - only apply to gears that are actually hedgehogs, not just ones associated with a hedgehog (which can be pretty much any gear since damage tracking was added)
|
changeset |
files
|
2014-01-17 |
unc0rr |
Convert some ansistrings to pchars
|
changeset |
files
|
2014-01-17 |
koda |
drop redundancies for lua and physfs
|
changeset |
files
|
2014-01-17 |
koda |
fix linking physfs after a run of cmake
|
changeset |
files
|
2014-01-17 |
koda |
happy 10000th commit
|
changeset |
files
|
2014-01-17 |
unC0Rr |
fix build on travis
|
changeset |
files
|
2014-01-17 |
koda |
use bundled physfs on win and osx
|
changeset |
files
|
2014-01-17 |
koda |
fix some travis BUILD_ARGS and add a new one
|
changeset |
files
|
2014-01-17 |
Vittorio Giovara |
Merge pull request #11 from LocutusOfBorg/fix-arm
|
changeset |
files
|
2014-01-17 |
sheepluva |
disallow currenthh arrow to go offscreen, always point in direction of the hog - this should make the life of new players easier
|
changeset |
files
|
2014-01-17 |
sheepluva |
position "finger"/pointer over current hog above tags
|
changeset |
files
|
2014-01-17 |
sheepluva |
style tweaks
|
changeset |
files
|
2014-01-17 |
sheepluva |
update copyright to 2014
|
changeset |
files
|
2014-01-16 |
sheepluva |
move room state filter
|
changeset |
files
|
2014-01-16 |
sheepluva |
unCORr likes PChar arrays
|
changeset |
files
|
2014-01-16 |
unc0rr |
In special rooms game starts when all players are ready
|
changeset |
files
|
2014-01-16 |
sheepluva |
* allow telling cmake where to find required fonts in system when user supplies the paths, as suggested by unC0Rr, e.g. -DFONTS_DIRS='/usr/share/fonts/truetype/wqy;/usr/share/fonts/truetype/dejavu'
|
changeset |
files
|
2014-01-16 |
sheepluva |
allow engine to use symlinked fonts. disallow packages to "overwrite" fonts
|
changeset |
files
|
2014-01-16 |
sheepluva |
PhysicsFS 2.0.0 seems to be sufficient; also fix a typo
|
changeset |
files
|
2014-01-15 |
sheepluva |
add compatibility for physicsfs 2.0
|
changeset |
files
|
2014-01-15 |
unc0rr |
oops, fix build
|
changeset |
files
|
2014-01-15 |
unc0rr |
Also define default value of THEME
|
changeset |
files
|
2014-01-14 |
sheepluva |
simple mechanism to run lua-based test cases. experimental - I will back it out if it turns out to be nonsense
|
changeset |
files
|
2014-01-14 |
sheepluva |
fix seteffect documentation, lua wiki misled me there
|
changeset |
files
|
2014-01-19 |
unc0rr |
ifdef for now
webgl
|
changeset |
files
|
2014-01-14 |
unc0rr |
GravRacer, GravHigh, GravMutant, Grav... uhm... shoppamap? Easy! Gravity script could be combined with any other script now.
|
changeset |
files
|
2014-01-09 |
Gianfranco Costamagna |
Fixed build failure to a missing math library linked with BUILD_ENGINE_C=1 and clang
webgl
|
changeset |
files
|
2014-01-13 |
nemo |
Free cached ammo menu tex on quit.
|
changeset |
files
|
2014-01-09 |
unc0rr |
'-d' option to pas2c
webgl
|
changeset |
files
|
2014-01-13 |
unc0rr |
Parse " and \ escaping in binds
|
changeset |
files
|
2014-01-08 |
koda |
rename NOPASCAL option to BUILD_ENGINE_C
webgl
|
changeset |
files
|
2014-01-13 |
sheepluva |
fix missing escape for usernick used in regexp
|
changeset |
files
|
2014-01-08 |
koda |
cosmetics
webgl
|
changeset |
files
|
2014-01-12 |
unc0rr |
Oops, forgot 'hg add' this file
|
changeset |
files
|
2014-01-08 |
koda |
call pas2c on hwengine only
webgl
|
changeset |
files
|
2014-01-12 |
unc0rr |
Allow logins at any interval, but not more than 2 logins in 30 seconds, 4 in 2 minutes and 6 in 10 minutes.
|
changeset |
files
|
2014-01-08 |
unc0rr |
Oops
webgl
|
changeset |
files
|
2014-01-12 |
unc0rr |
Stub for joins monitor which is a replacement to plain ban for 10 seconds system after join
|
changeset |
files
|
2014-01-07 |
unc0rr |
Remove X and Y from the structure since those are misaligned in c code and I failed to do anything about that and they were the last cause of desyncs and only used in 4 places and I'm too lazy
webgl
|
changeset |
files
|
2014-01-12 |
unc0rr |
That check was too weird and complicated
|
changeset |
files
|
2014-01-07 |
unc0rr |
Fix these too
webgl
|
changeset |
files
|
2014-01-10 |
unc0rr |
Cake falls when loses ground
|
changeset |
files
|
2014-01-07 |
unc0rr |
Fix two desync causes
webgl
|
changeset |
files
|
2014-01-10 |
nemo |
keep velocity from fluttering between 2 and 3px / ms when falling...
|
changeset |
files
|
2014-01-07 |
unc0rr |
pas2c engine now writes debug log
webgl
|
changeset |
files
|
2014-01-08 |
koda |
fix a few uses of VERSION_* checks
|
changeset |
files
|
2014-01-06 |
unc0rr |
Render chars as hex numbers
webgl
|
changeset |
files
|
2014-01-08 |
koda |
drop extra spaces from a few CMakeLists.txt files
|
changeset |
files
|
2014-01-06 |
unc0rr |
oh those signed chars
webgl
|
changeset |
files
|
2014-01-08 |
koda |
consistent cmake checks
|
changeset |
files
|
2014-01-05 |
unc0rr |
Fix doStepHandlers confusion
webgl
|
changeset |
files
|
2014-01-08 |
koda |
use mainstream project name
|
changeset |
files
|
2014-01-05 |
unc0rr |
- Don't define NOCONSOLE
webgl
|
changeset |
files
|
2014-01-08 |
koda |
add other libav library versions
|
changeset |
files
|
2014-01-05 |
unc0rr |
Prevent assertion on uninitialized variable
webgl
|
changeset |
files
|
2014-01-08 |
unc0rr |
21 now
|
changeset |
files
|
2014-01-05 |
unc0rr |
- Fix build via pas2c
webgl
|
changeset |
files
|
2014-01-08 |
unc0rr |
Ban arch.c from source tarball
|
changeset |
files
|
2014-01-04 |
unc0rr |
Fix build (no idea what's going on in this branch btw)
webgl
|
changeset |
files
|
2014-01-07 |
nemo |
pick random x/y prior to addgear (as generic faller does) to avoid random numbers picked out of order
|
changeset |
files
|
2014-01-04 |
unc0rr |
merge default
webgl
|
changeset |
files
|
2014-01-07 |
Gianfranco Costamagna |
Added cast to qreal, avoiding ftbfs due to issue #758
|
changeset |
files
|
2014-01-04 |
unc0rr |
+speedup in binds config (fixes issue 749)
|
changeset |
files
|
2014-01-04 |
koda |
enable verbosity in travis builds
|
changeset |
files
|
2014-01-04 |
koda |
revert 58dee07f7552
|
changeset |
files
|
2014-01-04 |
koda |
hwlibrary also depends on hwengine
|
changeset |
files
|
2014-01-04 |
koda |
correctly set this pascal flag for future compatibility
|
changeset |
files
|
2014-01-04 |
koda |
update copyright year (twice) for Info.plist
|
changeset |
files
|
2014-01-04 |
koda |
set common pascal library search path once
|
changeset |
files
|
2014-01-04 |
koda |
explicitly set linker library path for pascal when deploying an older version
|
changeset |
files
|
2014-01-04 |
koda |
allow specifying a different CMAKE_OSX_SYSROOT
|
changeset |
files
|
2014-01-03 |
koda |
less spam
|
changeset |
files
|
2014-01-03 |
nemo |
I'd meant for this to match the frontend
|
changeset |
files
|
2014-01-03 |
koda |
fix git hash reporting
|
changeset |
files
|
2014-01-03 |
koda |
enable travis bot
|
changeset |
files
|
2014-01-03 |
koda |
add more travis tests
|
changeset |
files
|
2015-06-01 |
koda |
Close branch
0.9.20
|
changeset |
files
|
2014-01-03 |
koda |
have revinfo also try to pick up git hashes
|
changeset |
files
|
2015-06-01 |
koda |
Fix building on OSX when autoupdate is disabled
0.9.20
|
changeset |
files
|
2014-01-03 |
Vittorio Giovara |
Merge pull request #10 from LocutusOfBorg/fix-avwrapper2
|
changeset |
files
|