Thu, 11 Dec 2014 10:33:49 +0100 |
sheepluva |
cont.
|
changeset |
files
|
Thu, 11 Dec 2014 10:22:51 +0100 |
sheepluva |
wrap explosions!
|
changeset |
files
|
Thu, 11 Dec 2014 09:50:31 +0100 |
sheepluva |
wrap sinegun
|
changeset |
files
|
Thu, 11 Dec 2014 01:39:29 +0100 |
wuzzy |
Issue 848: Minor translation update for German (misc files)
|
changeset |
files
|
Thu, 11 Dec 2014 01:24:27 +0100 |
sheepluva |
fix some old code that assumes that a bullet under water is always outside land array - which is wrong (e.g. during sudden-death in previous releases, also weSea now)
|
changeset |
files
|
Wed, 10 Dec 2014 22:33:09 +0100 |
sheepluva |
small shell script that accepts hedgewars git revisions as parameters and will try to find the respective mercurial revision
|
changeset |
files
|
Wed, 10 Dec 2014 20:03:28 +0100 |
sheepluva |
remove redundant check
|
changeset |
files
|
Wed, 10 Dec 2014 19:44:01 +0100 |
sheepluva |
merge FreeTexture into FreeAndNilTexture
|
changeset |
files
|
Wed, 10 Dec 2014 08:05:45 -0500 |
nemo |
put back the old uteams cleanup, leaks and all, to worry about post-release since my attempt to use DeleteGear was running into the fact that that procedure does way more than just delete a gear. might need an explicit cleanup routine for both to call.
|
changeset |
files
|
Tue, 09 Dec 2014 22:56:34 -0500 |
nemo |
Fix in-flight colouring of land spray, make it use tint when added to land too (lua might find that handy), tweak climbhome cake delay slightly
|
changeset |
files
|
Mon, 08 Dec 2014 21:57:06 +0100 |
sheepluva |
make sure view limits are updated at start of game
|
changeset |
files
|
Mon, 08 Dec 2014 15:02:43 -0500 |
nemo |
skip a bunch of stuff not applicable to cleanup
|
changeset |
files
|
Mon, 08 Dec 2014 23:00:13 +0300 |
unc0rr |
Normalize to length of _1_9 to avoid endless normalization leading to fire particles floating midair indefinitely
|
changeset |
files
|
Mon, 08 Dec 2014 14:52:56 -0500 |
nemo |
HedgehogDamaged calls CurrentHedgehog
|
changeset |
files
|
Mon, 08 Dec 2014 17:43:27 +0100 |
sheepluva |
clean up fonts
|
changeset |
files
|
Mon, 08 Dec 2014 11:20:31 -0500 |
nemo |
sheepluva is right
|
changeset |
files
|
Mon, 08 Dec 2014 10:55:56 -0500 |
nemo |
oh, probably need nil checks here too
|
changeset |
files
|
Mon, 08 Dec 2014 10:30:20 -0500 |
nemo |
init timer to 0
|
changeset |
files
|
Mon, 08 Dec 2014 10:24:06 -0500 |
nemo |
meh. will persevere. DeleteGear can't call that much stuff...
|
changeset |
files
|
Mon, 08 Dec 2014 10:14:47 -0500 |
nemo |
nil out CurrentHedgehog in FreeModule, add a test for nil'd CurrentHedgehog in DelCI since I'd still like to use DeleteGear for the other stuff it does. Move some variable initialiasations in AI Misc to hopefully avoid some uninit val errors.
|
changeset |
files
|
Mon, 08 Dec 2014 09:35:14 -0500 |
nemo |
Use FreeAndNil across the board. Even if we are immediately assigning after, probably avoids accidental mistakes. Also free neglected owner tex on shutdown, and delete hog gears using the normal deletion procedure if for any reason they still exist (EndGame call?).
|
changeset |
files
|
Sun, 07 Dec 2014 14:36:28 -0500 |
nemo |
Add that "make screenshots of Land/LandPixels" thing for map creators
|
changeset |
files
|
Sat, 06 Dec 2014 10:41:33 -0500 |
nemo |
pretty sure the other teams need stats at 0 for the graph to look right
|
changeset |
files
|
Fri, 05 Dec 2014 15:30:34 +0100 |
sheepluva |
make BasketballField available as regular map. maybe should make it destructable when not in mission mode *shrugs*
|
changeset |
files
|
Fri, 05 Dec 2014 23:01:27 +0900 |
mikade |
Add another (test) map
|
changeset |
files
|
Fri, 05 Dec 2014 02:39:25 +0100 |
sheepluva |
some translation tweaks
|
changeset |
files
|
Fri, 05 Dec 2014 02:21:35 +0100 |
sheepluva |
better initial camera position
|
changeset |
files
|
Fri, 05 Dec 2014 02:20:33 +0100 |
sheepluva |
darken wrapped world etc. some more
|
changeset |
files
|
Fri, 05 Dec 2014 02:19:30 +0100 |
sheepluva |
adjust position of world edges (at 150 px away from outmost land collision, or less if land array ends earlier)
|
changeset |
files
|
Thu, 04 Dec 2014 20:15:03 +0100 |
sheepluva |
flake FrameTicks value of 0 now indicades that the frame should not be changed
|
changeset |
files
|
Thu, 04 Dec 2014 11:19:38 -0500 |
nemo |
☹
|
changeset |
files
|
Thu, 04 Dec 2014 11:11:17 -0500 |
nemo |
Skip frame increments if FrameTicks is over 1000 seconds per frame, probably indicating static at that point.
|
changeset |
files
|
Wed, 03 Dec 2014 18:49:10 +0100 |
sheepluva |
pas2c-whoops
|
changeset |
files
|
Wed, 03 Dec 2014 18:32:37 +0100 |
sheepluva |
add warning to logs when tests terminates prematurely
|
changeset |
files
|
Wed, 03 Dec 2014 18:22:57 +0100 |
sheepluva |
oops, didn't mean to commit that
|
changeset |
files
|
Wed, 03 Dec 2014 18:18:37 +0100 |
sheepluva |
unexpected return from lua test should not return exit status 0
|
changeset |
files
|
Wed, 03 Dec 2014 17:59:31 +0100 |
sheepluva |
tweaking the lua test function thingy
|
changeset |
files
|
Wed, 03 Dec 2014 11:32:18 -0500 |
nemo |
set globals in commandline lua
|
changeset |
files
|
Thu, 18 Dec 2014 00:03:53 +0300 |
unc0rr |
Schemes list combobox with their names
qmlfrontend
|
changeset |
files
|
Wed, 03 Dec 2014 17:09:04 +0100 |
sheepluva |
fix some things I messed up with the drawing functions
|
changeset |
files
|
Sun, 07 Dec 2014 22:22:39 +0300 |
unc0rr |
More complete fix for FULLMAPCONFIG message, also add new known protocol versions
qmlfrontend
|
changeset |
files
|
Tue, 02 Dec 2014 23:55:20 +0100 |
sheepluva |
update changelog
|
changeset |
files
|
Thu, 04 Dec 2014 00:34:40 +0300 |
unc0rr |
Script combobox.wiki
qmlfrontend
|
changeset |
files
|
Tue, 02 Dec 2014 23:33:28 +0100 |
sheepluva |
move functionality of Draw.lua into engine
|
changeset |
files
|
Wed, 03 Dec 2014 23:36:18 +0300 |
unc0rr |
Finish combobox implementation (except for visual part)
qmlfrontend
|
changeset |
files
|
Tue, 02 Dec 2014 22:11:22 +0100 |
sheepluva |
make tests use Draw.lua for now too
|
changeset |
files
|
Wed, 03 Dec 2014 00:20:21 +0300 |
unc0rr |
Some more progress at custom combobox
qmlfrontend
|
changeset |
files
|
Tue, 02 Dec 2014 16:45:26 -0500 |
nemo |
forgot this one.
|
changeset |
files
|
Wed, 03 Dec 2014 00:07:33 +0300 |
unc0rr |
merge default
qmlfrontend
|
changeset |
files
|
Tue, 02 Dec 2014 20:20:04 +0100 |
sheepluva |
oops, IOResult is a function in pascal, but not in pas2c
|
changeset |
files
|
Tue, 02 Dec 2014 14:26:16 -0500 |
nemo |
Sheepluva thought this was worth adding.
|
changeset |
files
|
Tue, 02 Dec 2014 13:29:06 -0500 |
nemo |
switch mapgen to enum. should still try and make sure the values are backwards compatible if possible.
|
changeset |
files
|
Tue, 02 Dec 2014 12:02:20 +0300 |
unC0Rr |
Fix FULLMAPCONFIG message
|
changeset |
files
|
Mon, 01 Dec 2014 23:09:35 +0100 |
sheepluva |
update land texture /after/ smoothing
|
changeset |
files
|
Mon, 01 Dec 2014 19:24:40 +0100 |
sheepluva |
fix despeckle
|
changeset |
files
|
Mon, 01 Dec 2014 17:55:09 +0100 |
sheepluva |
weapon set: Shoppa Pro
|
changeset |
files
|
Mon, 01 Dec 2014 11:11:19 -0500 |
nemo |
This should probably fix multiplayer desync, but is the result of fiddling while pretty sick/feverish so, needs testing, and the water/scaling stuff is disabled.
|
changeset |
files
|
Mon, 01 Dec 2014 13:07:42 +0300 |
unC0Rr |
oops
|
changeset |
files
|
Mon, 01 Dec 2014 11:37:28 +0900 |
mikade |
some friendly updates to TechRacer
|
changeset |
files
|
Sun, 30 Nov 2014 23:32:55 +0100 |
sheepluva |
turns out IOResult is actually IOResult() - a function that clears its result after each call
|
changeset |
files
|
Sun, 30 Nov 2014 22:48:28 +0100 |
sheepluva |
oops, fix logging. had = instead of <> in an error check
|
changeset |
files
|
Sun, 30 Nov 2014 16:18:19 -0500 |
nemo |
*sigh*
|
changeset |
files
|
Sun, 30 Nov 2014 16:06:39 -0500 |
nemo |
stricter skip
|
changeset |
files
|
Sun, 30 Nov 2014 23:36:22 +0300 |
unc0rr |
Limit fire particles speed to 2
|
changeset |
files
|
Sun, 30 Nov 2014 21:32:24 +0100 |
sheepluva |
fix for Issue 840: Basic Training - Grenade is failing to dismiss team
|
changeset |
files
|
Sun, 30 Nov 2014 15:30:51 -0500 |
nemo |
expose FlightTime to lua, disable in-air flame harming moving hogs ☹ aaaand override that in ClimbHome ☺
|
changeset |
files
|
Sun, 30 Nov 2014 21:15:46 +0100 |
sheepluva |
don't forbid running regular chat commands during turns of other teams. that was probably only meant for emotes to begin with
|
changeset |
files
|
Sun, 30 Nov 2014 15:12:59 -0500 |
nemo |
delay cake boom until it has walked a little bit. also fix accidental drowning of watergods in last commit
|
changeset |
files
|
Sun, 30 Nov 2014 15:07:01 -0500 |
nemo |
add a half-second flighttime delay to flamethrower flames so they can leave the "barrel" of the flamethrower without burning the hog
|
changeset |
files
|
Sun, 30 Nov 2014 14:41:40 -0500 |
nemo |
Should prevent desync hopefully. Thanks unc0rr
|
changeset |
files
|
Sun, 30 Nov 2014 17:20:37 +0100 |
sheepluva |
fix copypasta-fail that would cause splashes to use invalid sprite data pointer. should fix issue 838
|
changeset |
files
|
Sat, 29 Nov 2014 21:29:32 -0500 |
nemo |
oh right, forgot sheepluva had fixed ice
|
changeset |
files
|
Sun, 30 Nov 2014 02:41:49 +0100 |
sheepluva |
give sea world edges some icegun love
|
changeset |
files
|
Sat, 29 Nov 2014 21:29:11 -0500 |
nemo |
Wuzzy's changes to climbhome w/ some tweaks by me
|
changeset |
files
|
Sat, 29 Nov 2014 15:30:33 -0500 |
nemo |
Reset max team health after script may have screwed with it on start. Maybe a script max health reset function could be useful too. Set climbhome hogs to invulnerable while not their turn if needed to avoid accidental mine/dead hog damage. Tweak cake fire boom a bit.
|
changeset |
files
|
Sat, 29 Nov 2014 14:57:07 -0500 |
nemo |
Move cake FollowGear to Attack like most others, remove the gmAttack clearing which is also done in Attack.
|
changeset |
files
|
Sat, 29 Nov 2014 14:00:40 -0500 |
nemo |
duplicate the ammoshove block into the falling fire area - this will make falling flames take out hogs in saucers, on rope, etc. no more dodging your own napalm strike by taking to the skies...
|
changeset |
files
|
Sat, 29 Nov 2014 18:56:42 +0100 |
sheepluva |
don't drown unplaced hedgehogs. thanks to zimmux and Wohlstand for reporting
|
changeset |
files
|
Sat, 29 Nov 2014 18:14:49 +0100 |
sheepluva |
some moar mergin'
|
changeset |
files
|
Sat, 29 Nov 2014 18:13:49 +0100 |
sheepluva |
super-filthy hack to allow pas2c to fallback to writing to stderr.
|
changeset |
files
|
Sat, 29 Nov 2014 17:33:51 +0100 |
sheepluva |
oops. no need to (re)open stderr I guess
|
changeset |
files
|
Sat, 29 Nov 2014 15:38:28 +0100 |
sheepluva |
make the code, which was supposed to iterate file log number (if no access) and fallback to stderr in worst case rather than segfault, actually work
|
changeset |
files
|
Sat, 29 Nov 2014 15:25:09 +0100 |
sheepluva |
give variable with unit-wide scope a better name than just 'f'
|
changeset |
files
|
Sat, 29 Nov 2014 09:45:02 -0500 |
nemo |
Mix up the quick game terrain a bit.
|
changeset |
files
|
Sat, 29 Nov 2014 14:37:31 +0100 |
sheepluva |
mergeception
|
changeset |
files
|
Sat, 29 Nov 2014 09:39:35 -0500 |
nemo |
merge
|
changeset |
files
|
Sat, 29 Nov 2014 05:25:34 +0100 |
sheepluva |
merge
|
changeset |
files
|
Fri, 28 Nov 2014 18:11:31 +0100 |
sheepluva |
Merge pull request #21 from LocutusOfBorg/exclude-git
|
changeset |
files
|
Sat, 29 Nov 2014 05:24:47 +0100 |
sheepluva |
map halt(t) to exit(t) rather than assert(0). all test cases except gravity pass with pas2c now
|
changeset |
files
|
Fri, 28 Nov 2014 18:09:12 +0100 |
Gianfranco Costamagna |
Excluding .git directory from the source tarball creation
|
changeset |
files
|
Sat, 29 Nov 2014 05:15:27 +0100 |
sheepluva |
more fixing and allow pas2c to run tests. they will still fail though - engine does not exit with the specified exit codes, also data types are messed up
|
changeset |
files
|
Fri, 28 Nov 2014 17:38:18 +0100 |
sheepluva |
Merge pull request #20 from LocutusOfBorg/tests
|
changeset |
files
|
Sat, 29 Nov 2014 03:13:06 +0100 |
sheepluva |
some more fixing
|
changeset |
files
|
Fri, 28 Nov 2014 16:03:35 +0100 |
Gianfranco Costamagna |
Disable testing if BUILD_ENGINE_C=ON (they fail)
|
changeset |
files
|
Sat, 29 Nov 2014 01:19:29 +0100 |
sheepluva |
fix some pas2c related issues
|
changeset |
files
|
Wed, 26 Nov 2014 13:10:09 +0100 |
Gianfranco Costamagna |
Verbose tests
|
changeset |
files
|
Fri, 28 Nov 2014 21:30:36 -0500 |
nemo |
fix invulnerability check for shotgun
|
changeset |
files
|
Tue, 25 Nov 2014 12:09:15 +0100 |
Gianfranco Costamagna |
Add testsuite
|
changeset |
files
|
Fri, 28 Nov 2014 14:58:33 -0500 |
nemo |
zopfli compression for images where the win was 10+% and the files would be included in the release
|
changeset |
files
|
Thu, 27 Nov 2014 22:06:51 +0100 |
Janne Uusitupa |
finnish translation fixes
|
changeset |
files
|
Thu, 27 Nov 2014 22:32:03 +0900 |
mikade |
Added TechRacer (still needs a lot of love), updated changelog
|
changeset |
files
|
Thu, 27 Nov 2014 13:20:52 +0100 |
sheepluva |
new implementation for Lua API DismissTeam. all hedgehogs of the team are now removed without using teamgone
|
changeset |
files
|
Wed, 26 Nov 2014 14:20:53 +0100 |
sheepluva |
move fixed test case out of 'todo'
|
changeset |
files
|
Tue, 25 Nov 2014 16:46:44 -0500 |
nemo |
Skip checkin on collision for frequently spammed gear types if collision gets huge instead of trying to delete mines.
|
changeset |
files
|
Tue, 25 Nov 2014 15:20:06 +0100 |
sheepluva |
move failing test into "todo" folder so that it can be excluded with ctest -E '^todo/'
|
changeset |
files
|
Tue, 25 Nov 2014 22:38:19 +0900 |
mikade |
Add scheme and weaponset for Construction Mode.
|
changeset |
files
|
Mon, 24 Nov 2014 22:33:44 +0100 |
sheepluva |
test case that spawns 2000 mines in a pit. run with ctest -R mines # only works if cmake was ran after pulling this commit
|
changeset |
files
|
Mon, 24 Nov 2014 20:44:45 +0100 |
sheepluva |
fix for Issue 828: Manual placement animation is drawn twice
|
changeset |
files
|
Mon, 24 Nov 2014 04:16:28 +0100 |
sheepluva |
merge
|
changeset |
files
|
Sun, 23 Nov 2014 18:25:11 -0500 |
nemo |
make seduction thaw a frozen hog.
|
changeset |
files
|
Sun, 23 Nov 2014 18:10:15 -0500 |
nemo |
prevent seduction of frozen hogs
|
changeset |
files
|
Mon, 24 Nov 2014 04:14:06 +0100 |
Janne Uusitupa |
finnish translation update
|
changeset |
files
|
Sun, 23 Nov 2014 18:38:49 +0100 |
sheepluva |
small cleanup
|
changeset |
files
|
Sun, 23 Nov 2014 18:16:54 +0100 |
sheepluva |
Lua API:
|
changeset |
files
|
Sun, 23 Nov 2014 16:13:35 +0100 |
sheepluva |
add translation for "New Account" and strip trailing whitespaces
|
changeset |
files
|
Sun, 23 Nov 2014 15:53:10 +0100 |
Janne Uusitupa |
finnish translation update
|
changeset |
files
|
Sun, 23 Nov 2014 15:40:42 +0100 |
sheepluva |
update german translation
|
changeset |
files
|
Sun, 23 Nov 2014 15:40:13 +0100 |
sheepluva |
this string was untranslatable. thanks to siilimestari for pointing that out
|
changeset |
files
|
Sun, 23 Nov 2014 05:03:11 +0100 |
sheepluva |
don't flash frontend on hilight - while in-game
|
changeset |
files
|
Sun, 23 Nov 2014 03:58:56 +0100 |
sheepluva |
fix pas2c(?)
|
changeset |
files
|
Sun, 23 Nov 2014 03:53:25 +0100 |
sheepluva |
remove unimplemented ban action from user context menu
|
changeset |
files
|
Sun, 23 Nov 2014 03:41:37 +0100 |
sheepluva |
fix some indentation
|
changeset |
files
|
Sun, 23 Nov 2014 03:38:15 +0100 |
sheepluva |
fix view limits in stereo 3d
|
changeset |
files
|
Sun, 23 Nov 2014 02:15:57 +0100 |
sheepluva |
fix for issue 234 - the framebuffers for side-by-side and top/bottom had alpha channels. so when sprites with alpha were blended into the framebuffer it would blend the sprite pixel alpha with the fb pixel alpha
|
changeset |
files
|
Sat, 22 Nov 2014 22:35:21 +0100 |
sheepluva |
display airplane altitude indicator also with drill strike and air attack - when more-wind is activated
|
changeset |
files
|
Sat, 22 Nov 2014 21:31:09 +0100 |
sheepluva |
crate hat. partly based on Hadashi's draft
|
changeset |
files
|
Sat, 22 Nov 2014 18:06:44 +0100 |
sheepluva |
changelog
|
changeset |
files
|
Sat, 22 Nov 2014 17:46:04 +0100 |
Vatten |
desync fix for Continental Supplies
|
changeset |
files
|
Sat, 22 Nov 2014 10:22:07 -0500 |
nemo |
Avoid promoting violence to hedgehogs. At least once a year.
|
changeset |
files
|
Sat, 22 Nov 2014 04:15:16 +0100 |
sheepluva |
tomato hat
|
changeset |
files
|
Fri, 21 Nov 2014 19:09:45 +0100 |
sheepluva |
password flag was the wrong way around
|
changeset |
files
|
Fri, 21 Nov 2014 02:03:19 +0100 |
sheepluva |
fix some nasty rendering issues reported by Nexia - thanks a lot!
|
changeset |
files
|
Thu, 20 Nov 2014 16:38:43 +0100 |
Wohlstand |
policegirl hat
|
changeset |
files
|
Wed, 19 Nov 2014 14:43:57 -0500 |
nemo |
add feature size slider to disable list
|
changeset |
files
|
Wed, 19 Nov 2014 02:48:11 +0100 |
sheepluva |
tweaking changelog
|
changeset |
files
|
Sat, 22 Nov 2014 00:55:01 +0300 |
unc0rr |
Attempt on a custom combobox
qmlfrontend
|
changeset |
files
|
Wed, 19 Nov 2014 02:00:47 +0100 |
sheepluva |
make gear ability to speak somewhat less ironic
|
changeset |
files
|
Wed, 19 Nov 2014 00:38:14 +0300 |
unc0rr |
getScriptsList implementation
qmlfrontend
|
changeset |
files
|
Wed, 19 Nov 2014 01:36:59 +0100 |
sheepluva |
update changelog a little
|
changeset |
files
|
Tue, 18 Nov 2014 23:39:30 +0300 |
unc0rr |
merge default
qmlfrontend
|
changeset |
files
|
Tue, 18 Nov 2014 02:57:47 +0100 |
sheepluva |
chat: fix some glitches, add /togglechat command for changing chat visibility
|
changeset |
files
|
Tue, 18 Nov 2014 01:51:40 +0100 |
sheepluva |
fixes to chat input history: remember all inputs, don not remember duplicates
|
changeset |
files
|
Mon, 17 Nov 2014 23:23:10 +0100 |
sheepluva |
fix underwater-skipping bug and make air-strike missiles submersible when fired from within weSea
|
changeset |
files
|
Tue, 18 Nov 2014 00:32:39 +0300 |
unc0rr |
This should work, can't test: room flags passed in room info message instead of just 'in-game' state, including 'in-game', 'restricted joins', 'registered only' and 'passworded' flags
|
changeset |
files
|
Mon, 17 Nov 2014 15:25:24 +0100 |
sheepluva |
some whitespace fixes
|
changeset |
files
|
Sun, 16 Nov 2014 22:23:28 +0100 |
sheepluva |
some gravity script fixes
|
changeset |
files
|
Sun, 16 Nov 2014 17:56:27 +0100 |
sheepluva |
add bounce effect to bouncy world edges
|
changeset |
files
|
Sun, 16 Nov 2014 17:23:58 +0100 |
sheepluva |
I'm such a dirty boi... cleaning up my own mess a little
|
changeset |
files
|
Sun, 16 Nov 2014 17:07:13 +0100 |
sheepluva |
fix health crate collision
|
changeset |
files
|
Sun, 16 Nov 2014 00:57:05 +0300 |
unc0rr |
This helps too
|
changeset |
files
|
Sat, 15 Nov 2014 23:56:32 +0300 |
unc0rr |
hmpf
|
changeset |
files
|
Sat, 15 Nov 2014 23:56:08 +0300 |
unc0rr |
Oops
|
changeset |
files
|
Sat, 15 Nov 2014 22:19:38 +0300 |
unc0rr |
Fix difference in map generation between fpc and pas2c engine
|
changeset |
files
|
Sat, 15 Nov 2014 09:43:21 -0500 |
nemo |
per template dab vals
|
changeset |
files
|
Sat, 15 Nov 2014 09:38:51 -0500 |
nemo |
oups
|
changeset |
files
|
Sat, 15 Nov 2014 09:26:08 -0500 |
nemo |
modestly randomise dab, bump points again.
|
changeset |
files
|
Sat, 15 Nov 2014 13:52:07 +0300 |
unc0rr |
Model file for coverity checks
|
changeset |
files
|
Sat, 15 Nov 2014 13:39:58 +0300 |
unc0rr |
[PAS2C] Don't generate result variable for trivial functions consisting of single exit() call
|
changeset |
files
|
Sat, 15 Nov 2014 12:21:43 +0300 |
unc0rr |
Fix use of uninitialized variable
|
changeset |
files
|
Sat, 15 Nov 2014 01:30:40 +0300 |
unc0rr |
- Comment out getrandom in addgear for hedgehog, causes preview-game desync
|
changeset |
files
|
Fri, 14 Nov 2014 17:00:47 +0300 |
unC0Rr |
Fix warnings given by 32-bit fpc
|
changeset |
files
|
Wed, 12 Nov 2014 22:47:43 +0900 |
mikade |
oops
|
changeset |
files
|
Tue, 11 Nov 2014 17:25:47 -0500 |
nemo |
lfObjMask is only used when flood filling
|
changeset |
files
|
Tue, 11 Nov 2014 17:00:34 -0500 |
nemo |
flip slider for perlin
|
changeset |
files
|
Tue, 11 Nov 2014 23:57:46 +0300 |
unc0rr |
Fix some stuff from coverity
|
changeset |
files
|
Tue, 11 Nov 2014 21:55:38 +0100 |
sheepluva |
check for new Qt req in cmake files
|
changeset |
files
|
Tue, 11 Nov 2014 21:46:17 +0100 |
Safa |
automatic RTL based on locale
|
changeset |
files
|
Tue, 11 Nov 2014 21:45:20 +0100 |
sheepluva |
raise/fix build reqs
|
changeset |
files
|
Tue, 11 Nov 2014 21:22:23 +0100 |
sheepluva |
fix one of my translation related brainfarts
|
changeset |
files
|
Mon, 10 Nov 2014 21:57:44 +0300 |
unc0rr |
You can't just exit function which is supposed to do copy
|
changeset |
files
|
Mon, 10 Nov 2014 13:54:57 -0500 |
nemo |
strip styling for the slider, since it won't be put over the button
|
changeset |
files
|
Mon, 10 Nov 2014 10:22:03 -0500 |
nemo |
Since unc0rr is quiet, try to avoid the assert
|
changeset |
files
|
Mon, 10 Nov 2014 01:05:36 +0300 |
unc0rr |
- Not only that, nemo, not only that (.cpp)
|
changeset |
files
|
Sun, 09 Nov 2014 17:01:05 -0500 |
nemo |
oh. one more param
|
changeset |
files
|
Sun, 09 Nov 2014 16:38:26 -0500 |
nemo |
Copypasta to hopefully hook up net sync correctly.
|
changeset |
files
|
Sun, 09 Nov 2014 15:52:09 -0500 |
nemo |
hookup perlin
|
changeset |
files
|
Sun, 09 Nov 2014 23:44:13 +0300 |
unc0rr |
Fix use of uninitialized variables (fixes straight lines in maze gen aswell)
|
changeset |
files
|
Sun, 09 Nov 2014 14:58:43 -0500 |
nemo |
Fiddling with slider, unbreak maze. Next to mess around w/ perlin params.
|
changeset |
files
|
Sun, 09 Nov 2014 14:33:31 -0500 |
nemo |
merge...
|
changeset |
files
|
Sat, 08 Nov 2014 15:20:54 +0100 |
sheepluva |
Merge pull request #19 from LocutusOfBorg/update-translation
|
changeset |
files
|
Sat, 08 Nov 2014 14:56:21 +0100 |
Gianfranco Costamagna |
Update italian translation
|
changeset |
files
|
Sat, 08 Nov 2014 14:26:20 +0100 |
Gianfranco Costamagna |
Remove obsolete translations
|
changeset |
files
|
Sat, 08 Nov 2014 11:26:16 -0500 |
nemo |
Partially hook up feature size so horrorcat has something to test.
|
changeset |
files
|
Sat, 08 Nov 2014 10:11:16 -0500 |
nemo |
sheepluva and unc0rr didn't like the idea of slider over preview.
|
changeset |
files
|
Sat, 08 Nov 2014 12:19:35 +0100 |
sheepluva |
Merge pull request #13 from LocutusOfBorg/fix-license
|
changeset |
files
|
Sat, 08 Nov 2014 09:44:02 -0500 |
nemo |
Forgot the mission description.
|
changeset |
files
|
Sat, 08 Nov 2014 12:10:37 +0100 |
sheepluva |
Merge pull request #14 from LocutusOfBorg/fix-desktop
|
changeset |
files
|
Sat, 08 Nov 2014 00:17:57 +0100 |
sheepluva |
Merge pull request #18 from LocutusOfBorg/update-translation
|
changeset |
files
|
Mon, 03 Nov 2014 07:26:47 -0500 |
nemo |
swap off/on
|
changeset |
files
|
Mon, 03 Nov 2014 07:22:21 -0500 |
nemo |
Merge of unc0rr's last change against default.
|
changeset |
files
|
Fri, 07 Feb 2014 11:39:31 +0100 |
Gianfranco Costamagna |
Added two copyrights on gameServer
|
changeset |
files
|
Sun, 02 Nov 2014 23:36:01 +0300 |
unC0Rr |
Fix map preview desync
|
changeset |
files
|
Sat, 01 Nov 2014 11:20:37 -0400 |
nemo |
A slider for controlling things like bumpiness of map and tunnel sizes.
|
changeset |
files
|
Fri, 31 Oct 2014 19:35:55 +0100 |
Gianfranco Costamagna |
Update italian translation
|
changeset |
files
|
Fri, 24 Jan 2014 12:05:39 +0100 |
Gianfranco Costamagna |
Added copyrights to gameServer directory
|
changeset |
files
|
Fri, 24 Jan 2014 15:37:40 +0100 |
Gianfranco Costamagna |
Fixed desktop file By adding an xpm icon
|
changeset |
files
|
Sun, 09 Nov 2014 23:02:21 +0300 |
unc0rr |
Scripts list module
qmlfrontend
|
changeset |
files
|
Thu, 30 Oct 2014 18:47:51 -0400 |
wuzzy |
Updates to german translation
|
changeset |
files
|
Mon, 03 Nov 2014 23:56:51 +0300 |
unc0rr |
Theme can be changed
qmlfrontend
|
changeset |
files
|
Thu, 30 Oct 2014 15:09:49 -0400 |
nemo |
Add Auto Camera messages to localisation
|
changeset |
files
|
Mon, 03 Nov 2014 23:36:53 +0300 |
unc0rr |
Allow using right button or wheel to change team color
qmlfrontend
|
changeset |
files
|
Tue, 28 Oct 2014 10:27:35 -0400 |
nemo |
Remove loc() called with a variable.
|
changeset |
files
|
Mon, 03 Nov 2014 00:01:02 +0300 |
unc0rr |
Show team color in teams list widget, also allow to change it on mouse click
qmlfrontend
|
changeset |
files
|
Tue, 28 Oct 2014 10:17:49 -0400 |
nemo |
Update Qt strings too
|
changeset |
files
|
Sat, 01 Nov 2014 22:51:07 +0300 |
unc0rr |
- Store index of color instead of its value
qmlfrontend
|
changeset |
files
|
Tue, 28 Oct 2014 09:56:28 -0400 |
nemo |
Update locale to latest strings. This does NOT include the string format improvement.
|
changeset |
files
|
Sat, 01 Nov 2014 00:23:22 +0300 |
unc0rr |
- Allow to delete teams from config
qmlfrontend
|
changeset |
files
|
Mon, 27 Oct 2014 21:24:55 +0900 |
mikade |
Add Construction Mode (probably needs testing / fixing)
|
changeset |
files
|
Fri, 31 Oct 2014 00:36:08 +0300 |
unc0rr |
Perform some checks on team add
qmlfrontend
|
changeset |
files
|
Sat, 25 Oct 2014 15:17:02 -0400 |
nemo |
cosmetic disabling of clouds with sea edges and underwater theme
|
changeset |
files
|
Sat, 25 Oct 2014 00:31:10 +0400 |
unc0rr |
Teams widget now allows to add and remove teams (basic implementation, no checks performed, no colors, no hedgehogs)
qmlfrontend
|
changeset |
files
|
Sat, 25 Oct 2014 11:29:45 -0400 |
nemo |
Remove switching of hog's hat to chef. do it in draw instead.
|
changeset |
files
|
Mon, 20 Oct 2014 22:55:12 +0400 |
unc0rr |
Load and show local teams list
qmlfrontend
|
changeset |
files
|
Sat, 25 Oct 2014 10:42:30 -0400 |
nemo |
Revert hog tinting from rdb65298717da since it wasn't sufficiently complete for a release. More sprites need converting, and there's a slight bug in hog tinting, for away hogs with hats I believe.
|
changeset |
files
|
Mon, 13 Oct 2014 23:46:49 +0400 |
unc0rr |
- Implement getTeamsList (not tested)
qmlfrontend
|
changeset |
files
|
Mon, 20 Oct 2014 19:50:46 +0200 |
sheepluva |
allow toggling ammo menu while NoTeamOrHH, as suggested by unC0Rr
|
changeset |
files
|
Thu, 02 Oct 2014 00:48:14 +0400 |
unc0rr |
Filter out garbage from themes list
qmlfrontend
|
changeset |
files
|
Mon, 20 Oct 2014 15:31:44 +0200 |
sheepluva |
find and add lua tests automagically
|
changeset |
files
|
Wed, 01 Oct 2014 01:20:05 +0400 |
unc0rr |
flib provides theme icons, qmlFrontend shows them
qmlfrontend
|
changeset |
files
|
Sun, 19 Oct 2014 15:46:09 -0400 |
nemo |
allow hogs to repeatedly enter portals placed on the ground
|
changeset |
files
|
Tue, 30 Sep 2014 00:54:04 +0400 |
unc0rr |
Themes model, also add some files I forgot to add previously
qmlfrontend
|
changeset |
files
|
Thu, 09 Oct 2014 22:14:55 +0400 |
unc0rr |
some unfinished stuff
|
changeset |
files
|
Sun, 28 Sep 2014 21:33:14 +0400 |
unc0rr |
Quick Game PoC
qmlfrontend
|
changeset |
files
|
Thu, 02 Oct 2014 18:04:14 +0200 |
sheepluva |
another small rendering tweak/fix
|
changeset |
files
|
Sun, 28 Sep 2014 01:17:55 +0400 |
unc0rr |
Getter and setter for seed
qmlfrontend
|
changeset |
files
|
Thu, 02 Oct 2014 13:44:54 +0200 |
sheepluva |
simplify {$IF that pas2c did not seem to understand
|
changeset |
files
|
Sun, 28 Sep 2014 00:49:04 +0400 |
unc0rr |
More refactoring: move PoC preview getting code into flib
qmlfrontend
|
changeset |
files
|
Thu, 02 Oct 2014 13:18:58 +0200 |
sheepluva |
also fix top/bottom and side-by-side rendering (got also broken in webgl branch)
|
changeset |
files
|
Sun, 28 Sep 2014 00:18:01 +0400 |
unc0rr |
Some refactoring
qmlfrontend
|
changeset |
files
|
Thu, 02 Oct 2014 13:01:18 +0200 |
sheepluva |
fix stereoscopic rendering leading to screen "running away to the left" since webgl merge (due to bug in webgl branch). reason was incomplete change of name/scope of variable stereoDepth -> cStereoDepth
|
changeset |
files
|
Sat, 27 Sep 2014 12:49:08 +0400 |
unc0rr |
- Get rid of engine's PathPrefix and UserPathPrefix
qmlfrontend
|
changeset |
files
|
Thu, 02 Oct 2014 12:08:22 +0200 |
sheepluva |
fix mapgen of other scripts too
|
changeset |
files
|
Fri, 26 Sep 2014 00:56:36 +0400 |
unc0rr |
- Pages
qmlfrontend
|
changeset |
files
|
Thu, 02 Oct 2014 00:40:25 +0200 |
sheepluva |
use constants for mapgen, expose those to lua
|
changeset |
files
|
Mon, 22 Sep 2014 02:10:39 +0400 |
unc0rr |
flib:
qmlfrontend
|
changeset |
files
|
Thu, 02 Oct 2014 00:06:59 +0200 |
sheepluva |
some more splash code tweaking/fixing
|
changeset |
files
|
Sun, 21 Sep 2014 00:37:50 +0400 |
unc0rr |
Move away from passing shortstrings into C code, now IPC works
qmlfrontend
|
changeset |
files
|
Wed, 01 Oct 2014 22:46:58 +0200 |
sheepluva |
tweak splash position
|
changeset |
files
|
Sat, 20 Sep 2014 00:56:54 +0400 |
unc0rr |
- Remove --port command
qmlfrontend
|
changeset |
files
|
Wed, 01 Oct 2014 15:51:17 -0400 |
nemo |
☹
|
changeset |
files
|
Fri, 19 Sep 2014 14:27:41 +0400 |
unc0rr |
Strip some HWLIBRARY ifdefs
qmlfrontend
|
changeset |
files
|
Fri, 26 Sep 2014 22:20:12 -0400 |
nemo |
climb home training/multiplayer
|
changeset |
files
|
Thu, 18 Sep 2014 23:02:05 +0400 |
unc0rr |
- More flib IPC routines
qmlfrontend
|
changeset |
files
|
Wed, 17 Sep 2014 23:03:24 -0400 |
nemo |
Make it a bit easier/safer to build ice bridges
|
changeset |
files
|
Thu, 18 Sep 2014 00:19:05 +0400 |
unc0rr |
Some work on new IPC, built with the use of mutexes and condition variables
qmlfrontend
|
changeset |
files
|
Tue, 09 Sep 2014 10:48:11 +0200 |
sheepluva |
update manpage
|
changeset |
files
|
Tue, 16 Sep 2014 12:46:58 +0400 |
unc0rr |
Some more of ignoration
qmlfrontend
|
changeset |
files
|
Mon, 08 Sep 2014 18:53:34 +0200 |
sheepluva |
mention the hwplay:// thing in --help
|
changeset |
files
|
Tue, 16 Sep 2014 12:47:39 +0400 |
unc0rr |
Basic layout of frontlib, some more sdl bindings
qmlfrontend
|
changeset |
files
|
Mon, 08 Sep 2014 18:12:13 +0200 |
sheepluva |
fix for < LocutusOfBorg1> https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=760776
|
changeset |
files
|
Sat, 13 Sep 2014 00:27:10 +0400 |
unc0rr |
- Fix arguments parsing in engine assuming paramcount > 0
qmlfrontend
|
changeset |
files
|
Sun, 07 Sep 2014 15:11:08 -0400 |
nemo |
update with new winners
|
changeset |
files
|
Fri, 12 Sep 2014 00:51:14 +0400 |
unc0rr |
Let's get it started
qmlfrontend
|
changeset |
files
|
Mon, 25 Aug 2014 22:52:59 +0400 |
unc0rr |
- Revert try to add local team on rejoin
|
changeset |
files
|
Mon, 25 Aug 2014 00:11:19 +0400 |
unc0rr |
This should make frontend aware of your own teams in game on rejoin
|
changeset |
files
|
Sun, 24 Aug 2014 23:53:33 +0400 |
unc0rr |
Also pass maze_size parameter to perlin generator in game mode
|
changeset |
files
|
Sun, 24 Aug 2014 23:41:06 +0400 |
unc0rr |
Also convert the message if current team is gone
|
changeset |
files
|
Sun, 24 Aug 2014 15:18:26 -0400 |
nemo |
rename of variable typo for readability
|
changeset |
files
|
Sun, 24 Aug 2014 14:51:11 -0400 |
nemo |
ok. that's weird. I wonder if I was having non-clean build issues last time I tried messing with this. that could explain why my changing offsets didn't do anything.
|
changeset |
files
|
Sun, 24 Aug 2014 10:43:49 +0400 |
unc0rr |
Better diagnostics in log, even though it shouldn't matter anymore
|
changeset |
files
|
Fri, 22 Aug 2014 20:18:13 +0400 |
unc0rr |
Fix map contrainer widget look in russian locale
|
changeset |
files
|
Fri, 22 Aug 2014 19:43:26 +0400 |
unc0rr |
Fix issue 813
|
changeset |
files
|
Fri, 22 Aug 2014 00:57:07 +0400 |
alfadur |
- Support for pausing multiplayer games
|
changeset |
files
|
Fri, 22 Aug 2014 00:37:26 +0400 |
unc0rr |
Add separate option for perlin gen
|
changeset |
files
|
Thu, 21 Aug 2014 15:01:19 +0200 |
sheepluva |
don't render crosshair/laser during kamikaze
|
changeset |
files
|
Fri, 15 Aug 2014 08:31:34 +0200 |
sheepluva |
comment out some debug output code
|
changeset |
files
|
Fri, 15 Aug 2014 08:23:15 +0200 |
sheepluva |
part of patch in issue 803 (ty) - this hopefully should fix issues with cmake Makefiles trying to run "Qt4::lrelease" in the shell
|
changeset |
files
|
Wed, 13 Aug 2014 23:14:08 +0400 |
unc0rr |
Apply new distortion on maze gen
|
changeset |
files
|
Wed, 13 Aug 2014 22:31:28 +0400 |
unc0rr |
Smooth perlin's outline
|
changeset |
files
|
Wed, 13 Aug 2014 15:39:32 +0000 |
vittorio giovara |
add bug reference to explain the qt version check on osx
|
changeset |
files
|
Wed, 13 Aug 2014 17:25:55 +0200 |
sheepluva |
I can't read. sry
|
changeset |
files
|
Wed, 13 Aug 2014 17:06:17 +0200 |
sheepluva |
contradiction with a hint of BS
|
changeset |
files
|
Wed, 13 Aug 2014 15:16:33 +0200 |
sheepluva |
this should fix the cmake 3.0 issue. thanks to Spacey for reporting
|
changeset |
files
|
Wed, 13 Aug 2014 14:50:13 +0200 |
sheepluva |
tweak test
|
changeset |
files
|
Wed, 13 Aug 2014 13:41:19 +0200 |
sheepluva |
add test I used for bisecting
|
changeset |
files
|
Wed, 13 Aug 2014 13:36:35 +0200 |
sheepluva |
I a recent commit I caused flames to use uninitialized values. that lead to fire burning slow and desyncs. this commit fixes/reverts this
|
changeset |
files
|
Tue, 12 Aug 2014 17:58:36 +0400 |
unc0rr |
Fix PlaceSprite
|
changeset |
files
|
Tue, 12 Aug 2014 13:21:32 +0400 |
unc0rr |
Challenge map #12
|
changeset |
files
|
Mon, 11 Aug 2014 08:31:57 -0400 |
nemo |
text visibility "fix"
|
changeset |
files
|
Sun, 10 Aug 2014 17:03:02 +0200 |
sheepluva |
do not render chat if HUD is hidden
|
changeset |
files
|
Sat, 02 Aug 2014 15:11:13 +0400 |
unc0rr |
Oops
|
changeset |
files
|
Sat, 02 Aug 2014 02:42:12 +0200 |
sheepluva |
fix flake angles
|
changeset |
files
|
Sat, 02 Aug 2014 02:20:48 +0200 |
sheepluva |
"fix" sinegun
|
changeset |
files
|
Mon, 28 Jul 2014 15:46:15 -0400 |
nemo |
should be RGBA, not RGB
|
changeset |
files
|
Sun, 27 Jul 2014 22:47:52 -0400 |
nemo |
Using blended makes smilies and CJK less hideous.
|
changeset |
files
|
Fri, 25 Jul 2014 20:42:06 +0400 |
unc0rr |
One more map
|
changeset |
files
|
Fri, 25 Jul 2014 20:41:52 +0400 |
unc0rr |
Forced sprites placing mode, exposed to scripts (not tested at all)
|
changeset |
files
|
Fri, 25 Jul 2014 14:16:33 +0400 |
unc0rr |
Oops
|
changeset |
files
|
Fri, 25 Jul 2014 14:00:51 +0400 |
unc0rr |
Official racer map #11
|
changeset |
files
|
Thu, 10 Jul 2014 13:40:49 +0400 |
unc0rr |
Racer challenge map #10
|
changeset |
files
|
Mon, 07 Jul 2014 16:07:49 +0200 |
sheepluva |
burst drowning gears into bubbles after timeout
|
changeset |
files
|
Mon, 07 Jul 2014 15:43:48 +0200 |
sheepluva |
drowning tweaks
|
changeset |
files
|
Mon, 07 Jul 2014 00:48:12 +0200 |
sheepluva |
cont.
|
changeset |
files
|
Mon, 07 Jul 2014 00:37:10 +0200 |
sheepluva |
simplifying some code
|
changeset |
files
|
Sun, 06 Jul 2014 19:20:43 +0200 |
sheepluva |
some adjustments and support for mirrored world rendering. disabled atm though, I think it is more confusing than helping
|
changeset |
files
|
Sun, 06 Jul 2014 12:19:24 +0200 |
sheepluva |
one finger ought to be enough for everybody
|
changeset |
files
|
Sun, 06 Jul 2014 12:02:55 +0200 |
sheepluva |
tweaks
|
changeset |
files
|
Sat, 05 Jul 2014 22:54:58 +0200 |
sheepluva |
merge (even although I rebased... ok)
|
changeset |
files
|
Sat, 05 Jul 2014 21:22:42 +0200 |
sheepluva |
for real this time
|
changeset |
files
|
Sat, 05 Jul 2014 20:27:42 +0200 |
sheepluva |
fix pas2c build
|
changeset |
files
|
Sat, 05 Jul 2014 20:15:56 +0200 |
sheepluva |
WIP: weSea tweaks, functional and visual
|
changeset |
files
|
Sun, 06 Jul 2014 00:26:55 +0400 |
unc0rr |
Treat "out" as "var"
|
changeset |
files
|
Sat, 05 Jul 2014 18:51:45 +0200 |
sheepluva |
simplify some code
|
changeset |
files
|
Sat, 05 Jul 2014 15:28:32 +0400 |
unc0rr |
Restore teams in teams list on rejoin, should fix issues with second rejoin.
|
changeset |
files
|
Fri, 04 Jul 2014 22:45:59 +0400 |
unc0rr |
Don't pick up own team if only recieved synced teamback message. Fixes second rejoin desync (untested).
|
changeset |
files
|
Wed, 02 Jul 2014 23:55:00 +0400 |
unc0rr |
Fix some issues with rejoining (rejoining client still desyncs though)
|
changeset |
files
|
Wed, 02 Jul 2014 11:40:57 -0400 |
koda |
cpack: do not exclude liblua from release tarball
|
changeset |
files
|
Tue, 01 Jul 2014 12:39:06 +0200 |
sheepluva |
add assignment I forgot
|
changeset |
files
|
Tue, 01 Jul 2014 12:30:36 +0200 |
sheepluva |
lua api: allow to specify layer when adding visual gear
|
changeset |
files
|
Mon, 30 Jun 2014 00:07:03 +0400 |
unc0rr |
Make team disappear after 3 turns in 'gone' state
|
changeset |
files
|
Sun, 29 Jun 2014 22:50:21 +0400 |
unc0rr |
Fix issues with unsynced F and G messages being lost if current team which is supposed to convert them to synced f/g quits
|
changeset |
files
|
Sat, 28 Jun 2014 14:51:45 +0400 |
unc0rr |
Finish implementation of ability to take control over your team after being disconnected. Completely untested.
|
changeset |
files
|
Thu, 26 Jun 2014 21:43:36 +0400 |
unc0rr |
Fix build, and also make protocol a bit more consistent and flexible (only in docs though, to be implemented)
|
changeset |
files
|
Thu, 26 Jun 2014 00:48:44 +0400 |
Igor Paliychuk |
Ukrainian translation update
|
changeset |
files
|
Tue, 24 Jun 2014 09:24:37 -0400 |
nemo |
2x2 to avoid engine bug
|
changeset |
files
|
Tue, 24 Jun 2014 08:49:09 -0400 |
nemo |
couple of custom sprites for mikade to override in a lua sidecar if he wants to
|
changeset |
files
|
Mon, 23 Jun 2014 23:50:08 +0400 |
unc0rr |
Inform engine if player is back after being disconnected
|
changeset |
files
|
Mon, 23 Jun 2014 22:22:29 +0400 |
unc0rr |
Allow server admins to join room of another protocol version
|
changeset |
files
|
Thu, 19 Jun 2014 23:32:11 +0400 |
unc0rr |
Fix issue #791:
|
changeset |
files
|
Thu, 19 Jun 2014 15:29:31 +0400 |
unc0rr |
Racer challenge map #9
|
changeset |
files
|
Thu, 19 Jun 2014 00:36:11 +0200 |
sheepluva |
merge time. it's been a while
|
changeset |
files
|
Thu, 19 Jun 2014 00:23:03 +0200 |
sheepluva |
fix search&replace whoopsy
|
changeset |
files
|
Thu, 19 Jun 2014 00:16:58 +0200 |
sheepluva |
fix camera now being centered on land when game starts
|
changeset |
files
|
Thu, 19 Jun 2014 00:09:03 +0200 |
sheepluva |
cleanup and lol
|
changeset |
files
|
Wed, 18 Jun 2014 23:57:51 +0200 |
sheepluva |
move DrawWaves to uRender
|
changeset |
files
|
Wed, 18 Jun 2014 23:53:11 +0400 |
unc0rr |
Compressing and encoding
|
changeset |
files
|
Wed, 18 Jun 2014 17:23:43 +0200 |
sheepluva |
more tweaking
|
changeset |
files
|
Wed, 18 Jun 2014 17:06:40 +0200 |
sheepluva |
reuse buffers
|
changeset |
files
|
Wed, 18 Jun 2014 16:34:36 +0200 |
sheepluva |
render tweaks
|
changeset |
files
|
Wed, 18 Jun 2014 15:42:01 +0200 |
sheepluva |
tweak/refactor how water is drawn
|
changeset |
files
|
Wed, 18 Jun 2014 01:37:28 +0200 |
sheepluva |
tweak code of DrawTextureFromRectDir a bit, removing issue with different x offset depending on dir. also removing the workaround wrt that issue in the frozen hog code
|
changeset |
files
|
Wed, 18 Jun 2014 17:36:46 +0400 |
unc0rr |
Code drawn map in haskell \o/
|
changeset |
files
|
Tue, 17 Jun 2014 23:53:59 +0200 |
sheepluva |
fix typo that caused visual glitch in water body (e.g. visible on that particular screenie on bottom right corner)
|
changeset |
files
|
Tue, 17 Jun 2014 20:09:11 +0200 |
sheepluva |
"documentation"
|
changeset |
files
|
Tue, 17 Jun 2014 16:10:43 +0200 |
sheepluva |
fix some (newly introduces) glitches with normal water
|
changeset |
files
|
Tue, 17 Jun 2014 15:39:29 +0200 |
sheepluva |
fix pas2c build
|
changeset |
files
|
Tue, 17 Jun 2014 15:18:07 +0200 |
sheepluva |
little visual tweak to weSea rendering
|
changeset |
files
|
Tue, 17 Jun 2014 00:41:49 +0200 |
sheepluva |
adding some arrow
|
changeset |
files
|
Mon, 16 Jun 2014 23:46:22 +0200 |
sheepluva |
speed up tests
|
changeset |
files
|
Mon, 16 Jun 2014 19:07:11 +0200 |
sheepluva |
Qt-Frontend: update description of findhh to better reflect current behavior. thanks to the friendly reminder in issue 805
|
changeset |
files
|
Mon, 16 Jun 2014 13:47:27 +0200 |
sheepluva |
remove unneeded import
|
changeset |
files
|
Mon, 16 Jun 2014 02:41:03 +0200 |
sheepluva |
tweaking hogpointer position again
|
changeset |
files
|
Mon, 16 Jun 2014 02:23:37 +0200 |
sheepluva |
various tweaks
|
changeset |
files
|
Sun, 15 Jun 2014 23:48:06 +0200 |
sheepluva |
tweak engine segfault capabilities
|
changeset |
files
|
Mon, 16 Jun 2014 00:24:26 +0400 |
unc0rr |
Revert all recent sheepluva's work
|
changeset |
files
|
Sun, 15 Jun 2014 13:42:34 +0200 |
sheepluva |
fix videorec build
|
changeset |
files
|
Sun, 15 Jun 2014 04:46:34 +0200 |
sheepluva |
whoops. an "end" moved there
|
changeset |
files
|
Sun, 15 Jun 2014 04:33:54 +0200 |
sheepluva |
do not get stuck on "in game..." page just because of game crash. output a message instead. could still need some tweaking, but a man gotta sleep. and sheep too...
|
changeset |
files
|
Sun, 15 Jun 2014 00:02:25 +0200 |
sheepluva |
clean up halting a little
|
changeset |
files
|
Sat, 14 Jun 2014 23:59:20 +0200 |
sheepluva |
enforce style on message boxes some more
|
changeset |
files
|
Sat, 14 Jun 2014 15:49:44 +0200 |
sheepluva |
fix gl2 build, further rendering cleanup WIP, also new chat command: /debugvl
|
changeset |
files
|
Sat, 14 Jun 2014 07:12:22 +0200 |
sheepluva |
tweak how chat lines are rendered
|
changeset |
files
|
Sat, 14 Jun 2014 02:25:49 +0200 |
sheepluva |
huh? me? nono, don't mind me. I'm just here to clean up.
|
changeset |
files
|
Sat, 14 Jun 2014 00:56:11 +0200 |
sheepluva |
some rendering tweaks
|
changeset |
files
|
Fri, 13 Jun 2014 23:43:34 +0200 |
sheepluva |
make mouse cursor size same, no matter what zoom level is used...
|
changeset |
files
|
Fri, 13 Jun 2014 21:17:50 +0200 |
sheepluva |
grmlgrmlpas2cgrmlgrml
|
changeset |
files
|
Fri, 13 Jun 2014 17:51:55 +0200 |
sheepluva |
make using the teleporter a bit less challenging
|
changeset |
files
|
Fri, 13 Jun 2014 14:55:06 +0200 |
sheepluva |
fix pas2c build for real this time...
|
changeset |
files
|
Fri, 13 Jun 2014 13:37:39 +0200 |
sheepluva |
I misscounted
|
changeset |
files
|
Fri, 13 Jun 2014 12:52:20 +0200 |
sheepluva |
fix some pas2c related overloading issue
|
changeset |
files
|
Fri, 13 Jun 2014 12:22:24 +0200 |
sheepluva |
whoops, pas2c I owe you
|
changeset |
files
|
Fri, 13 Jun 2014 06:26:31 +0200 |
sheepluva |
state file name and line number in lua error messages
|
changeset |
files
|
Fri, 13 Jun 2014 02:31:30 +0200 |
sheepluva |
racer: if hog starts race without any weapon selected, select whatever is first
|
changeset |
files
|
Fri, 13 Jun 2014 02:31:05 +0200 |
sheepluva |
lua api: SetNextWeapon()
|
changeset |
files
|
Thu, 12 Jun 2014 21:25:39 +0200 |
sheepluva |
lua api: DismissTeam(teamname)
|
changeset |
files
|
Thu, 12 Jun 2014 20:47:11 +0200 |
sheepluva |
lua api: SetWeapon(ammoType)
|
changeset |
files
|
Thu, 12 Jun 2014 19:40:45 +0200 |
sheepluva |
fix broken speech bubble display in chat. caused by r1a6b9a98147c one line was forgotten when moving some code
|
changeset |
files
|
Thu, 12 Jun 2014 18:58:40 +0200 |
sheepluva |
more of the same
|
changeset |
files
|
Thu, 12 Jun 2014 15:17:53 +0200 |
sheepluva |
fix TryPlaceOnLand's ambiguity/messup wrt to making terrain indestructible (had boolean parameter for indestructible AND landflags parameters that could contain lfIndestructibly)
|
changeset |
files
|
Thu, 12 Jun 2014 14:42:48 +0200 |
sheepluva |
further WIP (better error messages)
|
changeset |
files
|
Thu, 12 Jun 2014 14:11:22 +0200 |
sheepluva |
placeSprite accepts any amount of landflags now; further WIP wrt cleanup/fixing
|
changeset |
files
|
Thu, 12 Jun 2014 13:43:44 +0200 |
sheepluva |
expose lfIndestructable, lfIce and lfBounce
|
changeset |
files
|
Thu, 12 Jun 2014 13:11:00 +0400 |
unc0rr |
Fix pas2c build
|
changeset |
files
|
Thu, 12 Jun 2014 05:40:58 +0200 |
sheepluva |
make enums crash-safe. and other fixes
|
changeset |
files
|
Thu, 12 Jun 2014 00:37:52 +0200 |
sheepluva |
WIP: PlaceSprite for lua API. also changed PlaceGirder so that it will return true/false for whether placing was successful too
|
changeset |
files
|
Wed, 11 Jun 2014 19:46:37 +0200 |
sheepluva |
fix possible engine crash that a lua script could cause by passing an invalid geartype to addgear
|
changeset |
files
|
Wed, 11 Jun 2014 13:45:44 +0200 |
sheepluva |
tiny lua documentation fix
|
changeset |
files
|
Wed, 11 Jun 2014 13:07:46 +0200 |
sheepluva |
uWorld does not require uMatrix anymore
|
changeset |
files
|
Wed, 11 Jun 2014 12:55:24 +0200 |
sheepluva |
fix hint and gl2 build. NOTE: this does not change that GL2 segfaults right away. that is an issue that dates back at least 50 commits, but most likely even back to the webgl merge. I guess nobody actually tried to run hedgewars in GL2 since back then :P
|
changeset |
files
|
Tue, 10 Jun 2014 23:21:22 +0200 |
sheepluva |
RAR: cleaning up a bit of the IFDEF-clusterf*ck
|
changeset |
files
|
Wed, 11 Jun 2014 00:35:23 +0400 |
unc0rr |
Fallback to old heuristic if not pit position
|
changeset |
files
|
Tue, 10 Jun 2014 22:35:44 +0200 |
sheepluva |
update viewlimits after screen/window resize
|
changeset |
files
|
Wed, 11 Jun 2014 00:28:17 +0400 |
unc0rr |
Allow barrels to spawn in U-shaped pits in stable position
|
changeset |
files
|
Tue, 10 Jun 2014 19:38:37 +0200 |
sheepluva |
whoops, forgot to include this file in commt
|
changeset |
files
|
Tue, 10 Jun 2014 19:30:06 +0200 |
sheepluva |
superminor tweaks
|
changeset |
files
|
Tue, 10 Jun 2014 17:41:27 +0200 |
sheepluva |
<koda> wut, chats as commit mesages?
|
changeset |
files
|
Tue, 10 Jun 2014 17:34:32 +0200 |
sheepluva |
"<unC0Rr> could also refuse to update textures when land changes if the tile isn't visible"
|
changeset |
files
|
Tue, 10 Jun 2014 13:26:58 +0200 |
sheepluva |
figure out visible land tiles in advance
|
changeset |
files
|
Tue, 10 Jun 2014 08:47:03 +0200 |
sheepluva |
some minor tweaks and stuff
|
changeset |
files
|
Tue, 10 Jun 2014 08:19:59 +0200 |
sheepluva |
darken wrapped areas, which was a very nice suggestion by nemo
|
changeset |
files
|
Tue, 10 Jun 2014 07:48:08 +0200 |
sheepluva |
use cScaleFactor where I incorrectly used the variable zoom in the past. i was young and needed the money
|
changeset |
files
|
Tue, 10 Jun 2014 01:15:48 +0200 |
sheepluva |
here a personal experimental mockup of how I imagine wrapping world edges should look like. bouncing one could be similar just with mirrored stuff. please test and share opinion. note: you might wanna disable auto-cam
|
changeset |
files
|
Mon, 09 Jun 2014 23:32:26 +0200 |
sheepluva |
small hat loading tweak
|
changeset |
files
|
Mon, 09 Jun 2014 20:45:02 +0200 |
sheepluva |
load the girder.png of a theme a maximum of 1 times (minimum of 0), instead of once per generated bridge
|
changeset |
files
|
Mon, 09 Jun 2014 20:14:11 +0200 |
sheepluva |
clean up image loading a bit. gets rid of useless "Passed NULL data source" or PhysFS file not found errors
|
changeset |
files
|
Sat, 07 Jun 2014 16:25:40 +0200 |
sheepluva |
committing patch from issue 798, as requested by unC0Rr
|
changeset |
files
|
Sat, 07 Jun 2014 16:23:12 +0200 |
sheepluva |
fix cabal build (on linux)
|
changeset |
files
|
Sat, 07 Jun 2014 16:21:21 +0200 |
sheepluva |
fix for "Unexpected semi-colons in conditional" issue, as reported by YuGiOhJCJ
|
changeset |
files
|
Thu, 05 Jun 2014 23:42:46 +0400 |
unc0rr |
Some further work on map optimizer
|
changeset |
files
|
Wed, 04 Jun 2014 19:39:54 +0200 |
sheepluva |
tweak untint a little (especially in connection with GrayScale)
|
changeset |
files
|
Tue, 03 Jun 2014 11:09:18 -0400 |
nemo |
theme configurable sudden death music. untested
|
changeset |
files
|
Sun, 01 Jun 2014 16:13:47 -0400 |
nemo |
allow teleporting outside Land[]
|
changeset |
files
|
Sun, 01 Jun 2014 15:26:03 +0200 |
sheepluva |
escape info message arguments, fixes issue 801: Frontend parses INFO command output as html
|
changeset |
files
|
Sun, 01 Jun 2014 04:17:27 +0200 |
sheepluva |
collision indicator on failed girder placement (especially useful with rubberband I guess). still needs some tweaks but I am going to bed now :P
|
changeset |
files
|
Sat, 31 May 2014 15:04:26 -0400 |
nemo |
disable these weaponset flags. they bug up highlander and otherwise have no useful impact on the script.
|
changeset |
files
|
Sat, 31 May 2014 00:33:51 +0200 |
sheepluva |
get rid of fpc warnings/hints
|
changeset |
files
|
Wed, 28 May 2014 09:05:36 +0400 |
unc0rr |
Fix some of issues found by coverity
|
changeset |
files
|
Fri, 23 May 2014 13:37:34 +0400 |
unc0rr |
Official racer challenge map #8
|
changeset |
files
|
Mon, 19 May 2014 22:46:02 +0400 |
unc0rr |
Inform frontend of lines which didn't change anything on the map in advanced drawn maps mode
|
changeset |
files
|
Thu, 15 May 2014 21:58:37 +0400 |
unc0rr |
Fix some pas2c engine warnings
|
changeset |
files
|
Wed, 14 May 2014 22:50:07 +0400 |
unc0rr |
Count number of pixels changed during draw
|
changeset |
files
|
Wed, 14 May 2014 21:41:42 +0400 |
unc0rr |
Small optimization (no need to draw last point of the path)
|
changeset |
files
|
Wed, 14 May 2014 01:12:21 +0400 |
unc0rr |
Oops, should stop coding at night
|
changeset |
files
|
Wed, 14 May 2014 01:07:43 +0400 |
unc0rr |
Fix fpcrtl_strncompareA, also replace strncmp with memcmp for more efficiency
|
changeset |
files
|
Fri, 09 May 2014 22:36:15 +0400 |
unc0rr |
Support OR operator in $IFDEF. Fixes pas2c builds.
|
changeset |
files
|
Wed, 07 May 2014 22:47:54 +0200 |
sheepluva |
rolling back the rest
|
changeset |
files
|
Wed, 07 May 2014 19:26:05 +0200 |
sheepluva |
rolling back (most of) lua 5.2 compatibility patches. hopefully that will unbreak unC0Rr's lua issues for now.
|
changeset |
files
|
Wed, 07 May 2014 00:04:02 +0400 |
unc0rr |
sekret feature (test commit)
|
changeset |
files
|
Tue, 06 May 2014 23:16:35 +0400 |
unc0rr |
- Increase limits on number of mines and explosives in game scheme
|
changeset |
files
|
Wed, 30 Apr 2014 15:26:50 +0400 |
unc0rr |
Drawn maps optimizer - first steps:
|
changeset |
files
|
Wed, 30 Apr 2014 14:17:06 +0400 |
unc0rr |
Fix crashers in rc plane code
|
changeset |
files
|
Tue, 29 Apr 2014 10:20:45 +0400 |
unc0rr |
Merge
|
changeset |
files
|
Mon, 28 Apr 2014 21:01:39 +0200 |
sheepluva |
don't search for lua 5.1 anymore
|
changeset |
files
|
Mon, 28 Apr 2014 19:01:08 +0400 |
unc0rr |
Don't activate invulnerability/vampirism between shots of multiattack weapon
|
changeset |
files
|
Mon, 28 Apr 2014 16:52:00 +0200 |
sheepluva |
minimal changes for compatibility with lua 5.2, thanks to v4hn for fixing standard library loads. note: ALSO compatibile with (internal) lua 5.1, until something bothers to upgrade bundled lua version
|
changeset |
files
|
Fri, 25 Apr 2014 23:17:49 +0400 |
unc0rr |
Fix typo leading to crashes
|
changeset |
files
|
Fri, 25 Apr 2014 16:52:04 +0400 |
unc0rr |
Add race type detection
|
changeset |
files
|
Fri, 25 Apr 2014 14:22:59 +0400 |
unc0rr |
- Fix bug with infinite rounds in racer when a team quits mid-game
|
changeset |
files
|
Wed, 16 Apr 2014 11:18:39 +0400 |
unc0rr |
Fix new generator on 32 bit arch
|
changeset |
files
|
Tue, 15 Apr 2014 22:36:44 +0400 |
unc0rr |
No more occasional long straight edges
|
changeset |
files
|
Mon, 28 Apr 2014 16:49:29 -0400 |
tomasstraupis |
Spelling corrections
|
changeset |
files
|
Tue, 15 Apr 2014 21:46:08 +0400 |
unc0rr |
Optimize out path closing point for one point paths
|
changeset |
files
|
Mon, 14 Apr 2014 13:46:46 +0400 |
unc0rr |
Racer challenge map #7
|
changeset |
files
|
Fri, 04 Apr 2014 12:32:15 +0400 |
unc0rr |
Official racer challenge map #6
|
changeset |
files
|
Sat, 29 Mar 2014 14:02:05 -0400 |
nemo |
merge
|
changeset |
files
|
Sat, 29 Mar 2014 13:57:46 -0400 |
nemo |
param for original highlander mode - right now just allows getting another copy of a weapon you already had, but had used that turn.
|
changeset |
files
|
Fri, 28 Mar 2014 23:04:23 +0400 |
unc0rr |
Send updated info on map switched by voting
|
changeset |
files
|
Fri, 28 Mar 2014 21:20:25 +0400 |
unc0rr |
Fix condition
|
changeset |
files
|
Fri, 28 Mar 2014 11:02:06 +0400 |
unc0rr |
Fix build
|
changeset |
files
|
Thu, 27 Mar 2014 23:25:31 +0400 |
unc0rr |
- Fix applying vote result
|
changeset |
files
|
Mon, 24 Mar 2014 21:32:24 +0400 |
unc0rr |
Fix script
|
changeset |
files
|
Mon, 24 Mar 2014 16:51:39 +0400 |
unc0rr |
Racer challenge #5
|
changeset |
files
|
Sun, 23 Mar 2014 23:35:33 +0400 |
unc0rr |
Some fixes to voting + small refactoring
|
changeset |
files
|
Thu, 20 Mar 2014 22:14:30 +0400 |
unc0rr |
Better detection
|
changeset |
files
|
Thu, 20 Mar 2014 13:12:05 -0400 |
nemo |
hm. I think I forgot to commit this when adding speech bubble change
|
changeset |
files
|
Thu, 20 Mar 2014 17:14:25 +0400 |
unc0rr |
Fix warnings
|
changeset |
files
|
Thu, 20 Mar 2014 17:04:49 +0400 |
unc0rr |
- Limit outline to leftX/rightX/topY instead of LAND_WIDTH/LAND_HEIGHT
|
changeset |
files
|
Thu, 20 Mar 2014 00:59:15 +0400 |
unc0rr |
- Make sure distortion doesn't move fill point to other side of segment, this prevents corrupted maps
|
changeset |
files
|
Wed, 19 Mar 2014 18:45:20 +0400 |
unc0rr |
Process segments from last to first point too
|
changeset |
files
|
Wed, 19 Mar 2014 12:53:07 +0400 |
unc0rr |
Prevent intersections with segment from last to first point, adjust size of details
|
changeset |
files
|
Wed, 19 Mar 2014 11:54:09 +0400 |
unc0rr |
Fix div by zero error in new generator
|
changeset |
files
|
Wed, 19 Mar 2014 00:34:14 +0400 |
unc0rr |
Greedy approach: divide while it divides
|
changeset |
files
|
Wed, 19 Mar 2014 00:28:52 +0400 |
unc0rr |
No self intersections, except for weirdness between first and last point
|
changeset |
files
|
Tue, 18 Mar 2014 00:01:52 +0400 |
unc0rr |
Fix detection of intersections, still need to check if passing any point in move, but result is already okayish
|
changeset |
files
|
Mon, 17 Mar 2014 00:41:45 +0400 |
unc0rr |
More math, implementation is nearly complete, just still have an issue to resolve
|
changeset |
files
|
Sun, 16 Mar 2014 00:47:18 +0400 |
unc0rr |
Some progress on new generator
|
changeset |
files
|
Fri, 14 Mar 2014 19:59:34 +0400 |
unc0rr |
Move template-based generator into its own file
|
changeset |
files
|
Fri, 14 Mar 2014 16:00:36 +0400 |
unc0rr |
Some optimizations
|
changeset |
files
|
Fri, 14 Mar 2014 13:59:39 +0400 |
unc0rr |
Fix perlin gen on 32 bit arch
|
changeset |
files
|
Fri, 14 Mar 2014 00:42:04 +0400 |
unc0rr |
- Room save/load into/from file
|
changeset |
files
|
Thu, 13 Mar 2014 23:25:31 +0400 |
unc0rr |
Allow to save and delete room config in room
|
changeset |
files
|
Wed, 12 Mar 2014 22:40:49 -0400 |
nemo |
By request. Allow lua to make random things "talk". I'm not sure if this is a good idea, buuuut.
|
changeset |
files
|
Tue, 11 Mar 2014 22:49:01 -0400 |
nemo |
Feel free to revert this one, was just screwing around with stuff from before. I kinda like it and figured committing it was the easiest way for you to look at it. http://m8y.org/hw/perlin.png
|
changeset |
files
|
Tue, 11 Mar 2014 22:32:48 -0400 |
nemo |
this is fine right?
|
changeset |
files
|
Tue, 11 Mar 2014 00:59:42 +0400 |
unc0rr |
Tweaks and tweaks
|
changeset |
files
|
Mon, 10 Mar 2014 22:47:29 +0400 |
unc0rr |
- Rework FillLand
|
changeset |
files
|
Sun, 09 Mar 2014 20:53:11 -0400 |
nemo |
as suggested, precompute to avoid use of double
|
changeset |
files
|
Sat, 08 Mar 2014 23:51:50 +0400 |
unc0rr |
Experiment: enforce a plate at bottom so the map generated is more connected
|
changeset |
files
|
Sat, 08 Mar 2014 23:00:03 +0400 |
unc0rr |
Some optimizations
|
changeset |
files
|
Sat, 08 Mar 2014 22:49:13 +0400 |
unc0rr |
Strip Z axis from calculations
|
changeset |
files
|
Sat, 08 Mar 2014 13:50:50 +0400 |
unc0rr |
Setup leftX, rightX and topY
|
changeset |
files
|
Sat, 08 Mar 2014 00:19:24 +0400 |
unc0rr |
Some tweaks to perlin generator
|
changeset |
files
|
Fri, 07 Mar 2014 23:59:04 +0400 |
unc0rr |
Add randomness
|
changeset |
files
|
Fri, 07 Mar 2014 23:36:56 +0400 |
unc0rr |
Perlin noise generator untweaked, temporarily replacing maze generator
|
changeset |
files
|
Thu, 06 Mar 2014 14:17:44 +0400 |
unc0rr |
Racer challenge map #4
|
changeset |
files
|
Thu, 06 Mar 2014 00:19:50 +0400 |
unc0rr |
merge
|
changeset |
files
|
Wed, 05 Mar 2014 12:38:01 +0100 |
sheepluva |
don't stack bye/teleport sounds of hogs (when a team is gone)
|
changeset |
files
|
Thu, 06 Mar 2014 00:18:51 +0400 |
unc0rr |
Don't run two engine threads simultaneously
|
changeset |
files
|
Wed, 05 Mar 2014 00:53:08 +0400 |
unc0rr |
Don't call halt()
|
changeset |
files
|
Tue, 04 Mar 2014 00:40:23 +0400 |
unc0rr |
Remove game/preview functions split in library mode, just let normal procedure run instead:
|
changeset |
files
|
Mon, 03 Mar 2014 22:36:30 +0400 |
unc0rr |
- Fix crasher in doStepSniperRifleShot
|
changeset |
files
|
Sun, 02 Mar 2014 00:34:18 +0400 |
unc0rr |
Make it build as library
|
changeset |
files
|
Sat, 01 Mar 2014 15:04:38 -0500 |
nemo |
Only draw border for solid land
|
changeset |
files
|
Sat, 01 Mar 2014 14:52:36 -0500 |
nemo |
Script might well override a static map, but can't risk it not doing it, and preview completely failing. Better to just not try it for static maps. Some script cfg might help. Could also avoid unnnecessary preview regenerations even if the script was doing nothing at all.
|
changeset |
files
|
Sat, 01 Mar 2014 23:37:59 +0400 |
unc0rr |
merge
|
changeset |
files
|
Sat, 01 Mar 2014 14:37:06 -0500 |
nemo |
always update. a bit inefficient, but scripts do weird things.
|
changeset |
files
|
Sat, 01 Mar 2014 23:37:01 +0400 |
unc0rr |
Fix "don't know how to make hwengine.pas" error
|
changeset |
files
|
Sat, 01 Mar 2014 13:59:12 -0500 |
nemo |
no idea what happened to this image... it seems like I'm reverting to most recent revision O_o
|
changeset |
files
|
Sat, 01 Mar 2014 13:41:19 -0500 |
nemo |
pass --prefix to previews too
|
changeset |
files
|
Fri, 28 Feb 2014 14:03:21 +0400 |
unc0rr |
Use all pixels, not only 8x8 areas
|
changeset |
files
|
Fri, 28 Feb 2014 13:55:16 +0400 |
unc0rr |
AI doesn't skip till action on the map stops (mostly dedicated to highlander) + various small tweaks
|
changeset |
files
|
Thu, 27 Feb 2014 12:48:27 +0400 |
unc0rr |
Oops, remove debug stuff which hid the feature
|
changeset |
files
|
Wed, 26 Feb 2014 23:43:42 +0400 |
unc0rr |
Add alpha channel to preview
|
changeset |
files
|
Wed, 26 Feb 2014 23:07:55 +0400 |
unc0rr |
Move preview rendering into HWMap
|
changeset |
files
|
Wed, 26 Feb 2014 00:28:27 +0400 |
unc0rr |
- Make world wrap edges not depend on gear radius
|
changeset |
files
|
Mon, 24 Feb 2014 13:41:32 -0500 |
nemo |
move the freeModule too, couple of style tweaks
|
changeset |
files
|
Sun, 23 Feb 2014 22:25:52 +0100 |
sheepluva |
fix molotov sprite too
|
changeset |
files
|
Sun, 23 Feb 2014 21:55:08 +0100 |
sheepluva |
tweak dynamite sprite (pixels at frame border, leading to visible filtering artifacts when zoomed)
|
changeset |
files
|
Sun, 23 Feb 2014 13:50:58 -0500 |
nemo |
merge
|
changeset |
files
|
Sun, 23 Feb 2014 19:15:39 +0100 |
sheepluva |
change how textures from non-power-of-2-width textures are filled. this fixes e.g. the vertical lines appearing between Bath theme's horizontL
|
changeset |
files
|
Sun, 23 Feb 2014 19:08:37 +0100 |
sheepluva |
minor comments fix
|
changeset |
files
|
Sun, 23 Feb 2014 13:49:44 -0500 |
nemo |
add preview init to tunnels too
|
changeset |
files
|
Sun, 23 Feb 2014 17:31:00 +0100 |
sheepluva |
fix remaining alpha pixel issues (explosion landbacktex borders etc
|
changeset |
files
|
Sun, 23 Feb 2014 13:47:15 -0500 |
nemo |
use data not text, so DLC doesn't get an *
|
changeset |
files
|
Sun, 23 Feb 2014 10:06:58 -0500 |
nemo |
Allow lua drawn maps (shoppamap, tunnels, diagonal maze etc) to generate previews.
|
changeset |
files
|
Fri, 21 Feb 2014 13:31:16 +0400 |
unc0rr |
Official challenge map #3 by 1937barcelona
|
changeset |
files
|
Thu, 20 Feb 2014 01:32:37 +0400 |
unc0rr |
Don't rewrite server ini file too often
|
changeset |
files
|
Thu, 20 Feb 2014 00:28:49 +0400 |
unc0rr |
Fix tinting of AI kills counter
|
changeset |
files
|
Wed, 19 Feb 2014 19:10:11 +0400 |
unc0rr |
Should never use State like this, since some states aren't synced (thinking state for example)
|
changeset |
files
|
Tue, 18 Feb 2014 06:02:22 +0100 |
sheepluva |
allow switching through hogs in reverse order with PRECISE+HOGSWITCH
|
changeset |
files
|
Tue, 18 Feb 2014 00:07:13 +0400 |
unc0rr |
Fix issue 780 (copy-paste fail)
|
changeset |
files
|
Sun, 16 Feb 2014 22:51:25 +0400 |
unc0rr |
Fix setting lc_endluatest result
|
changeset |
files
|
Sun, 16 Feb 2014 22:06:55 +0400 |
unc0rr |
Reduce number of warnings in pas2c-generated code
|
changeset |
files
|
Sun, 16 Feb 2014 16:56:53 +0400 |
unc0rr |
Fix build
|
changeset |
files
|
Fri, 14 Feb 2014 13:55:13 +0400 |
unc0rr |
What about exact value?
|
changeset |
files
|
Fri, 14 Feb 2014 13:48:14 +0400 |
unc0rr |
In stats-only mode:
|
changeset |
files
|
Thu, 13 Feb 2014 23:53:47 +0400 |
unc0rr |
Only check alpha channel like BlitImageAndGenerateCollisionInfo does
|
changeset |
files
|
Thu, 13 Feb 2014 23:38:16 +0400 |
unc0rr |
NULL PChar is okay
|
changeset |
files
|
Thu, 13 Feb 2014 14:12:04 -0500 |
nemo |
pngcrush on this file which will hopefully be cleaned up at some point
|
changeset |
files
|
Thu, 13 Feb 2014 22:04:56 +0400 |
unc0rr |
Fix read of freed memory found with valgrind
|
changeset |
files
|
Wed, 12 Feb 2014 23:46:24 +0400 |
unc0rr |
Use strchr instead of strstr with specially constructed string255 struct (not tested)
|
changeset |
files
|
Wed, 12 Feb 2014 23:40:35 +0400 |
unc0rr |
- Remove few PAS2C ifdef's
|
changeset |
files
|
Wed, 12 Feb 2014 22:40:35 +0400 |
unc0rr |
Fix binds loading
|
changeset |
files
|
Wed, 12 Feb 2014 00:50:15 +0400 |
unc0rr |
- pas2c recognizes typecasts in initialization expressions
|
changeset |
files
|
Tue, 11 Feb 2014 22:05:03 +0400 |
unc0rr |
Small fix which makes pas2c engine successfully replay demos
|
changeset |
files
|
Tue, 11 Feb 2014 01:19:44 +0400 |
unc0rr |
- Pas2C: make use of 'external' function decorator
|
changeset |
files
|
Mon, 10 Feb 2014 23:02:49 +0400 |
unc0rr |
Implement needed rtl functions
|
changeset |
files
|
Mon, 10 Feb 2014 00:43:03 +0400 |
unc0rr |
It compiles \o/
|
changeset |
files
|
Sun, 09 Feb 2014 19:00:13 +0100 |
sheepluva |
fix lq rope being always drawn on screen with same width regardless of zoom
|
changeset |
files
|
Sun, 09 Feb 2014 18:35:11 +0100 |
sheepluva |
fix misleading indentation
|
changeset |
files
|
Sun, 09 Feb 2014 00:44:29 +0400 |
unc0rr |
Even more explicit type conversions and other stuff to help pas2c use ansistrings
|
changeset |
files
|
Sat, 08 Feb 2014 16:29:34 +0400 |
unc0rr |
Implicit type casts to help pas2c
|
changeset |
files
|
Fri, 07 Feb 2014 23:57:32 +0400 |
unc0rr |
Revert 88929358d2e1 in favor of ansistrings implementation in pas2c
|
changeset |
files
|
Fri, 07 Feb 2014 22:42:57 +0400 |
unc0rr |
Implement a bit of astring
|
changeset |
files
|
Fri, 07 Feb 2014 15:44:27 +0400 |
unc0rr |
Pas2C recognizes ansistrings
|
changeset |
files
|
Fri, 07 Feb 2014 14:41:49 +0400 |
unc0rr |
Fix build with old base package
|
changeset |
files
|
Fri, 07 Feb 2014 10:11:10 +0100 |
sheepluva |
disallow sinegun to penetrate solid land
|
changeset |
files
|
Thu, 06 Feb 2014 22:13:30 +0100 |
sheepluva |
fix potential buffer overflow
|
changeset |
files
|
Thu, 06 Feb 2014 22:03:53 +0100 |
sheepluva |
rolling back my PChar stuff, because unC0Rr improves string handling pas2c instead <3
|
changeset |
files
|
Fri, 07 Feb 2014 00:47:51 +0400 |
unc0rr |
Merge
|
changeset |
files
|
Thu, 06 Feb 2014 21:07:50 +0100 |
sheepluva |
get rid of hwpow. ~so long and thanks for all the wtfish~
|
changeset |
files
|
Fri, 07 Feb 2014 00:46:49 +0400 |
unc0rr |
Fix tons and tons of pas2c warnings (but still not all of them)
|
changeset |
files
|
Thu, 06 Feb 2014 20:18:10 +0100 |
sheepluva |
fix indentation of previous commit and simplify rc-plane's angle-fix after portal code
|
changeset |
files
|
Thu, 06 Feb 2014 23:02:35 +0400 |
unc0rr |
Drop support for other string types than string255
|
changeset |
files
|
Thu, 06 Feb 2014 19:05:22 +0100 |
sheepluva |
simplify rc-plane's angle-adjustment-after-wrap code
|
changeset |
files
|
Tue, 04 Feb 2014 23:53:43 +0400 |
unc0rr |
CMake checks for haskell modules needed
|
changeset |
files
|
Tue, 04 Feb 2014 19:45:22 +0100 |
sheepluva |
update FSF address. note: two sdl include files (by Sam Lantinga) still have the old FSF address in their copyright - but I ain't gonna touch their copyright headers
|
changeset |
files
|
Tue, 04 Feb 2014 17:24:32 +0100 |
sheepluva |
whoops, lost a space
|
changeset |
files
|
Tue, 04 Feb 2014 17:18:05 +0100 |
sheepluva |
fix a relevant warning I caused by accident
|
changeset |
files
|
Tue, 04 Feb 2014 16:35:31 +0100 |
sheepluva |
fixing the remaining PChar issues pas2c ran into to this point, now it stops because of being unable to deal with "set of char"
|
changeset |
files
|
Tue, 04 Feb 2014 15:23:37 +0100 |
sheepluva |
yo dawg, I herd you like PChar...
|
changeset |
files
|
Tue, 04 Feb 2014 14:04:24 +0100 |
sheepluva |
remove obsolete type conversions that messed with pas2c
|
changeset |
files
|
Tue, 04 Feb 2014 13:47:43 +0100 |
sheepluva |
fix some string related pas2c issues
|
changeset |
files
|
Tue, 04 Feb 2014 13:37:12 +0100 |
sheepluva |
use uConsts rather than including config.inc more than once
|
changeset |
files
|
Tue, 04 Feb 2014 12:37:26 +0100 |
sheepluva |
add travis dependencies
|
changeset |
files
|
Mon, 03 Feb 2014 14:06:11 +0100 |
sheepluva |
fix for Issue 777 (IceGun: Segfault when freezing water, with rqBlurryLand enabled)
|
changeset |
files
|
Mon, 03 Feb 2014 13:52:47 +0400 |
unc0rr |
- Cut actions array instead of performing full copy, when it is possible
|
changeset |
files
|
Mon, 03 Feb 2014 13:32:09 +0400 |
unc0rr |
Tiny optimization
|
changeset |
files
|
Sat, 01 Feb 2014 22:03:22 -0500 |
nemo |
don't allow getting 2nd copy of wep you already have, prevent gaining banned weps even if set to infinite in scheme.
|
changeset |
files
|
Sun, 02 Feb 2014 00:37:00 +0400 |
unc0rr |
Actually do some actions when flood detected
|
changeset |
files
|
Fri, 31 Jan 2014 23:36:02 +0400 |
unc0rr |
Define some boundaries to detect events
|
changeset |
files
|
Fri, 31 Jan 2014 16:51:20 +0400 |
unc0rr |
More work on flood detector
|
changeset |
files
|
Fri, 31 Jan 2014 12:45:51 +0400 |
unc0rr |
Fix build
|
changeset |
files
|
Thu, 30 Jan 2014 16:08:05 +0400 |
unc0rr |
Official racer challenge #2
|
changeset |
files
|
Thu, 30 Jan 2014 00:18:32 +0400 |
unc0rr |
- Start work on flood detector
|
changeset |
files
|
Wed, 29 Jan 2014 09:17:25 -0500 |
nemo |
aaaand remove switch
|
changeset |
files
|
Tue, 28 Jan 2014 23:14:02 -0500 |
nemo |
tweaks
|
changeset |
files
|
Wed, 29 Jan 2014 00:26:35 +0400 |
unc0rr |
Implement kick voting
|
changeset |
files
|
Tue, 28 Jan 2014 22:29:21 +0400 |
unc0rr |
This should help server bypass malformed replays
|
changeset |
files
|
Tue, 28 Jan 2014 09:09:31 -0500 |
nemo |
remove a few weps I missed. forgot I'd uncommented prior to a diff I'd done earlier
|
changeset |
files
|
Tue, 28 Jan 2014 17:00:46 +0400 |
unc0rr |
AI always activates invulnerability and extra damage if it has them
|
changeset |
files
|
Mon, 27 Jan 2014 23:44:28 -0500 |
nemo |
Make highlander configurable using weapons, commit weaponset mimicking old values
|
changeset |
files
|
Mon, 27 Jan 2014 23:42:20 -0500 |
nemo |
unbreak build. didn't test changes
|
changeset |
files
|
Tue, 28 Jan 2014 00:22:49 +0400 |
unc0rr |
Implement 'voted' function
|
changeset |
files
|
Mon, 27 Jan 2014 22:34:06 +0400 |
unc0rr |
Even more love to pas2c
|
changeset |
files
|
Mon, 27 Jan 2014 01:07:12 +0400 |
unc0rr |
Fix times
|
changeset |
files
|
Mon, 27 Jan 2014 00:33:42 +0400 |
unc0rr |
Some love to pas2c
|
changeset |
files
|
Sun, 26 Jan 2014 10:20:42 +0400 |
unc0rr |
ADMIN_ACCESS is deprecated long ago
|
changeset |
files
|
Sun, 26 Jan 2014 02:17:04 +0400 |
unc0rr |
Mutual authentication: server side
|
changeset |
files
|
Sun, 26 Jan 2014 00:09:50 +0400 |
unc0rr |
Filter confusables to some limits
|
changeset |
files
|
Sun, 26 Jan 2014 00:08:49 +0400 |
unc0rr |
Mutual authentication: client side
|
changeset |
files
|
Fri, 24 Jan 2014 22:38:15 +0400 |
unc0rr |
Now convert to xml rules
|
changeset |
files
|
Fri, 24 Jan 2014 13:19:35 +0100 |
koda |
freaking space
|
changeset |
files
|
Fri, 24 Jan 2014 13:05:19 +0100 |
koda |
add glew and ghc-zlib dependencies for travis tests
|
changeset |
files
|
Fri, 24 Jan 2014 12:44:03 +0100 |
koda |
ghc ooops
|
changeset |
files
|
Fri, 24 Jan 2014 11:11:39 +0100 |
koda |
add AppData file
|
changeset |
files
|
Fri, 24 Jan 2014 10:56:22 +0100 |
koda |
use CMAKE_CURRENT_SOURCE_DIR consistently
|
changeset |
files
|
Fri, 24 Jan 2014 10:39:41 +0400 |
unc0rr |
Must not code at late night (fix sanity check)
|
changeset |
files
|
Fri, 24 Jan 2014 09:48:46 +0400 |
unc0rr |
- Add SCHEME which is needed in room config
|
changeset |
files
|
Fri, 24 Jan 2014 00:05:19 +0400 |
unc0rr |
Some basic sanity tests for replay files
|
changeset |
files
|
Thu, 23 Jan 2014 23:28:16 +0400 |
unc0rr |
confusables.txt to insert query converter
|
changeset |
files
|
Thu, 23 Jan 2014 21:54:26 +0400 |
unc0rr |
Handle chars and not bytes for usernames :-p
|
changeset |
files
|
Thu, 23 Jan 2014 14:18:06 +0100 |
sheepluva |
turned out this blocked CJK characters too. stick to ASCII control char ban only, do NOT include UTF-8 control chars
|
changeset |
files
|
Thu, 23 Jan 2014 13:56:53 +0100 |
sheepluva |
hide complete IP of other users, when non-admin requests player info. showing the first two parts of the IP was kinda pointless to begin with (what for?) and has recently lead to increased abuse and lobby flooding due to bots collecting/posting IP tracking information
|
changeset |
files
|
Thu, 23 Jan 2014 13:24:28 +0400 |
unc0rr |
Use zlibFormat
|
changeset |
files
|
Wed, 22 Jan 2014 23:52:21 +0100 |
sheepluva |
disallow control chars in player nicks, thanks for burp to helping making the list more complete
|
changeset |
files
|
Thu, 23 Jan 2014 01:04:17 +0400 |
unc0rr |
- Implement /callvote
|
changeset |
files
|
Thu, 23 Jan 2014 00:07:27 +0400 |
unc0rr |
- Allow delegation to specific person in fixed room
|
changeset |
files
|
Wed, 22 Jan 2014 23:42:41 +0400 |
unc0rr |
Don't delegate special room to another player when owner quits
|
changeset |
files
|
Wed, 22 Jan 2014 23:06:50 +0400 |
unc0rr |
More robust implementation of decompression
|
changeset |
files
|
Wed, 22 Jan 2014 19:55:52 +0100 |
Wohlstand |
Small update of my voice-pack Default_ru
|
changeset |
files
|
Wed, 22 Jan 2014 18:46:15 +0100 |
sheepluva |
actual fix
|
changeset |
files
|
Wed, 22 Jan 2014 15:53:36 +0100 |
sheepluva |
fix server not building
|
changeset |
files
|
Wed, 22 Jan 2014 14:50:50 +0400 |
unc0rr |
Show which file has failed
|
changeset |
files
|
Wed, 22 Jan 2014 14:45:33 +0400 |
unc0rr |
Check if frontend was too lazy to actually send drawn map data to the server
|
changeset |
files
|
Wed, 22 Jan 2014 09:19:08 +0400 |
unc0rr |
Oops, forgot this
|
changeset |
files
|
Wed, 22 Jan 2014 01:16:11 +0100 |
sheepluva |
test tweak/fix
|
changeset |
files
|
Wed, 22 Jan 2014 00:37:43 +0100 |
koda |
more scripts found by sheepluva
|
changeset |
files
|
Wed, 22 Jan 2014 00:23:08 +0100 |
koda |
little gameServer cleanup
|
changeset |
files
|
Tue, 21 Jan 2014 23:57:34 +0100 |
koda |
restore revinfo
|
changeset |
files
|
Tue, 21 Jan 2014 23:53:26 +0100 |
koda |
readd r3be36d2fdca6
|
changeset |
files
|
Tue, 21 Jan 2014 23:46:48 +0100 |
koda |
ok really restore tests
|
changeset |
files
|
Tue, 21 Jan 2014 23:25:57 +0100 |
koda |
restore tests
|
changeset |
files
|
Tue, 21 Jan 2014 23:15:25 +0100 |
koda |
restore gameServer changes
|
changeset |
files
|
Tue, 21 Jan 2014 22:53:15 +0100 |
koda |
merge
|
changeset |
files
|
Wed, 22 Jan 2014 01:11:13 +0400 |
unc0rr |
Halfplement voting
|
changeset |
files
|
Tue, 21 Jan 2014 21:16:52 +0100 |
sheepluva |
Fix uGearsHandlersMess.pas changes lost in merge r1c02143bfe9c.
|
changeset |
files
|
Tue, 21 Jan 2014 22:04:40 +0400 |
unc0rr |
Fix server producing unreplayable records
|
changeset |
files
|
Tue, 21 Jan 2014 18:02:37 +0100 |
sheepluva |
use new API for changing GameFlags
|
changeset |
files
|
Tue, 21 Jan 2014 15:56:52 +0100 |
sheepluva |
luaAPI:
|
changeset |
files
|
Tue, 21 Jan 2014 11:48:43 +0400 |
unc0rr |
Fix detection of mapgen
|
changeset |
files
|
Tue, 21 Jan 2014 10:59:52 +0400 |
unc0rr |
Merge
|
changeset |
files
|
Mon, 20 Jan 2014 21:16:17 -0500 |
nemo |
This adds idle hog tinting. Active hog tinting still needed.
|
changeset |
files
|
Tue, 21 Jan 2014 01:38:06 +0100 |
sheepluva |
let log know when a test finished properly, so that an unexpected termination (segfault, divbyzero, etc) is easier to tell apart from test fail
|
changeset |
files
|
Tue, 21 Jan 2014 01:27:25 +0100 |
sheepluva |
* fix divbyzero found by GetGravity test (cWindSpeed was used where cMaxWindSpeed should have been)
|
changeset |
files
|
Tue, 21 Jan 2014 01:23:57 +0100 |
sheepluva |
test for GetGravity and SetGravity
|
changeset |
files
|
Mon, 20 Jan 2014 22:42:36 +0100 |
sheepluva |
add a test based on unC0Rr's suggestion. still a lot of mess and redundancy involved, sry :P
|
changeset |
files
|
Tue, 21 Jan 2014 00:09:06 +0400 |
unc0rr |
Implement drawnMapData function so checker could check replays with drawn maps
|
changeset |
files
|
Mon, 20 Jan 2014 15:31:45 +0100 |
sheepluva |
drill rocket test
|
changeset |
files
|
Mon, 20 Jan 2014 10:40:59 +0100 |
sheepluva |
new cmake option NOVERSIONINFOUPDATE -- to be used if source is in a git/repo that is NOT the hedgewars repo
|
changeset |
files
|
Mon, 20 Jan 2014 10:16:29 +0100 |
sheepluva |
remove DroidSans font from source dir. it is unused afaik and also wrongly included in the source tarballs
|
changeset |
files
|
Sun, 19 Jan 2014 22:39:06 +0100 |
sheepluva |
fix despeckle mutilating blurry land
|
changeset |
files
|
Mon, 20 Jan 2014 00:25:40 +0400 |
unc0rr |
- Make Racer report achievements
|
changeset |
files
|
Sun, 19 Jan 2014 17:53:16 +0100 |
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
|
Sun, 19 Jan 2014 16:35:06 +0100 |
sheepluva |
small tweak/hax for blurry land to make tile borders vanish (when clamping is off)
|
changeset |
files
|
Tue, 21 Jan 2014 22:44:37 +0100 |
koda |
add travis tests for the two new cmake options
|
changeset |
files
|
Sun, 19 Jan 2014 14:58:54 +0100 |
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
|
Tue, 21 Jan 2014 22:43:06 +0100 |
koda |
fixwhitespace and dos2unix
|
changeset |
files
|
Sun, 19 Jan 2014 13:41:11 +0100 |
sheepluva |
(experimental) make the mysterious borders around land/hats/etc that appear on zoom vanish
|
changeset |
files
|
Tue, 21 Jan 2014 22:38:13 +0100 |
koda |
partial merge of the webgl branch
|
changeset |
files
|
Sun, 19 Jan 2014 00:18:28 +0400 |
Wohlstand |
Fix checker logon process
|
changeset |
files
|
Sat, 18 Jan 2014 18:20:43 +0100 |
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
|
Sat, 18 Jan 2014 08:09:55 -0500 |
nemo |
Make poison damage possibly variable (might as well since effects is a count). Scripts might find it handy.
|
changeset |
files
|
Fri, 17 Jan 2014 16:13:10 -0500 |
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
|
Fri, 17 Jan 2014 15:37:24 -0500 |
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
|
Sat, 18 Jan 2014 00:10:33 +0400 |
unc0rr |
Convert some ansistrings to pchars
|
changeset |
files
|
Fri, 17 Jan 2014 18:17:47 +0100 |
koda |
drop redundancies for lua and physfs
|
changeset |
files
|
Fri, 17 Jan 2014 18:04:49 +0100 |
koda |
fix linking physfs after a run of cmake
|
changeset |
files
|
Fri, 17 Jan 2014 16:50:01 +0100 |
koda |
happy 10000th commit
|
changeset |
files
|
Fri, 17 Jan 2014 16:29:11 +0100 |
unC0Rr |
fix build on travis
|
changeset |
files
|
Fri, 17 Jan 2014 16:31:36 +0100 |
koda |
use bundled physfs on win and osx
|
changeset |
files
|
Fri, 17 Jan 2014 16:16:28 +0100 |
koda |
fix some travis BUILD_ARGS and add a new one
|
changeset |
files
|
Fri, 17 Jan 2014 06:58:28 -0800 |
Vittorio Giovara |
Merge pull request #11 from LocutusOfBorg/fix-arm
|
changeset |
files
|
Fri, 17 Jan 2014 15:32:50 +0100 |
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
|
Fri, 17 Jan 2014 13:51:47 +0100 |
sheepluva |
position "finger"/pointer over current hog above tags
|
changeset |
files
|
Fri, 17 Jan 2014 01:42:12 +0100 |
sheepluva |
style tweaks
|
changeset |
files
|
Fri, 17 Jan 2014 01:06:54 +0100 |
sheepluva |
update copyright to 2014
|
changeset |
files
|
Fri, 17 Jan 2014 00:24:23 +0100 |
sheepluva |
move room state filter
|
changeset |
files
|
Thu, 16 Jan 2014 22:38:43 +0100 |
sheepluva |
unCORr likes PChar arrays
|
changeset |
files
|
Thu, 16 Jan 2014 23:47:36 +0400 |
unc0rr |
In special rooms game starts when all players are ready
|
changeset |
files
|
Thu, 16 Jan 2014 19:50:18 +0100 |
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
|
Thu, 16 Jan 2014 17:18:53 +0100 |
sheepluva |
allow engine to use symlinked fonts. disallow packages to "overwrite" fonts
|
changeset |
files
|
Thu, 16 Jan 2014 12:28:41 +0100 |
sheepluva |
PhysicsFS 2.0.0 seems to be sufficient; also fix a typo
|
changeset |
files
|
Wed, 15 Jan 2014 23:48:18 +0100 |
sheepluva |
add compatibility for physicsfs 2.0
|
changeset |
files
|
Thu, 16 Jan 2014 01:27:44 +0400 |
unc0rr |
oops, fix build
|
changeset |
files
|
Thu, 16 Jan 2014 01:19:21 +0400 |
unc0rr |
Also define default value of THEME
|
changeset |
files
|
Tue, 14 Jan 2014 22:56:13 +0100 |
sheepluva |
simple mechanism to run lua-based test cases. experimental - I will back it out if it turns out to be nonsense
|
changeset |
files
|
Tue, 14 Jan 2014 11:45:52 +0100 |
sheepluva |
fix seteffect documentation, lua wiki misled me there
|
changeset |
files
|
Sun, 19 Jan 2014 23:57:52 +0400 |
unc0rr |
ifdef for now
webgl
|
changeset |
files
|
Tue, 14 Jan 2014 12:44:29 +0400 |
unc0rr |
GravRacer, GravHigh, GravMutant, Grav... uhm... shoppamap? Easy! Gravity script could be combined with any other script now.
|
changeset |
files
|
Thu, 09 Jan 2014 19:10:12 +0100 |
Gianfranco Costamagna |
Fixed build failure to a missing math library linked with BUILD_ENGINE_C=1 and clang
webgl
|
changeset |
files
|
Mon, 13 Jan 2014 14:40:06 -0500 |
nemo |
Free cached ammo menu tex on quit.
|
changeset |
files
|
Thu, 09 Jan 2014 23:54:40 +0400 |
unc0rr |
'-d' option to pas2c
webgl
|
changeset |
files
|
Mon, 13 Jan 2014 23:07:27 +0400 |
unc0rr |
Parse " and \ escaping in binds
|
changeset |
files
|
Wed, 08 Jan 2014 23:49:08 +0100 |
koda |
rename NOPASCAL option to BUILD_ENGINE_C
webgl
|
changeset |
files
|
Mon, 13 Jan 2014 19:34:39 +0100 |
sheepluva |
fix missing escape for usernick used in regexp
|
changeset |
files
|
Wed, 08 Jan 2014 16:44:23 +0100 |
koda |
cosmetics
webgl
|
changeset |
files
|
Sun, 12 Jan 2014 16:21:57 +0400 |
unc0rr |
Oops, forgot 'hg add' this file
|
changeset |
files
|
Wed, 08 Jan 2014 16:43:49 +0100 |
koda |
call pas2c on hwengine only
webgl
|
changeset |
files
|
Sun, 12 Jan 2014 16:12:25 +0400 |
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
|
Wed, 08 Jan 2014 13:04:50 +0400 |
unc0rr |
Oops
webgl
|
changeset |
files
|
Sun, 12 Jan 2014 15:15:59 +0400 |
unc0rr |
Stub for joins monitor which is a replacement to plain ban for 10 seconds system after join
|
changeset |
files
|
Wed, 08 Jan 2014 01:16:20 +0400 |
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
|
Sun, 12 Jan 2014 11:07:49 +0400 |
unc0rr |
That check was too weird and complicated
|
changeset |
files
|
Wed, 08 Jan 2014 00:31:30 +0400 |
unc0rr |
Fix these too
webgl
|
changeset |
files
|
Fri, 10 Jan 2014 22:56:10 +0400 |
unc0rr |
Cake falls when loses ground
|
changeset |
files
|
Wed, 08 Jan 2014 00:13:12 +0400 |
unc0rr |
Fix two desync causes
webgl
|
changeset |
files
|
Fri, 10 Jan 2014 11:35:02 -0500 |
nemo |
keep velocity from fluttering between 2 and 3px / ms when falling...
|
changeset |
files
|
Tue, 07 Jan 2014 22:08:02 +0400 |
unc0rr |
pas2c engine now writes debug log
webgl
|
changeset |
files
|
Wed, 08 Jan 2014 23:46:02 +0100 |
koda |
fix a few uses of VERSION_* checks
|
changeset |
files
|
Tue, 07 Jan 2014 01:58:23 +0400 |
unc0rr |
Render chars as hex numbers
webgl
|
changeset |
files
|
Wed, 08 Jan 2014 23:39:43 +0100 |
koda |
drop extra spaces from a few CMakeLists.txt files
|
changeset |
files
|
Tue, 07 Jan 2014 00:02:58 +0400 |
unc0rr |
oh those signed chars
webgl
|
changeset |
files
|
Wed, 08 Jan 2014 23:29:30 +0100 |
koda |
consistent cmake checks
|
changeset |
files
|
Mon, 06 Jan 2014 01:36:33 +0400 |
unc0rr |
Fix doStepHandlers confusion
webgl
|
changeset |
files
|
Wed, 08 Jan 2014 19:19:09 +0100 |
koda |
use mainstream project name
|
changeset |
files
|
Sun, 05 Jan 2014 23:58:13 +0400 |
unc0rr |
- Don't define NOCONSOLE
webgl
|
changeset |
files
|
Wed, 08 Jan 2014 18:57:23 +0100 |
koda |
add other libav library versions
|
changeset |
files
|
Sun, 05 Jan 2014 13:08:50 +0400 |
unc0rr |
Prevent assertion on uninitialized variable
webgl
|
changeset |
files
|
Wed, 08 Jan 2014 20:29:34 +0400 |
unc0rr |
21 now
|
changeset |
files
|
Sun, 05 Jan 2014 10:54:03 +0400 |
unc0rr |
- Fix build via pas2c
webgl
|
changeset |
files
|
Wed, 08 Jan 2014 19:34:12 +0400 |
unc0rr |
Ban arch.c from source tarball
|
changeset |
files
|
Sun, 05 Jan 2014 00:46:26 +0400 |
unc0rr |
Fix build (no idea what's going on in this branch btw)
webgl
|
changeset |
files
|
Tue, 07 Jan 2014 13:56:03 -0500 |
nemo |
pick random x/y prior to addgear (as generic faller does) to avoid random numbers picked out of order
|
changeset |
files
|
Sat, 04 Jan 2014 23:55:54 +0400 |
unc0rr |
merge default
webgl
|
changeset |
files
|
Tue, 07 Jan 2014 11:40:58 +0100 |
Gianfranco Costamagna |
Added cast to qreal, avoiding ftbfs due to issue #758
|
changeset |
files
|
Sat, 04 Jan 2014 23:30:52 +0400 |
unc0rr |
+speedup in binds config (fixes issue 749)
|
changeset |
files
|
Sat, 04 Jan 2014 02:41:23 +0100 |
koda |
enable verbosity in travis builds
|
changeset |
files
|
Sat, 04 Jan 2014 02:36:55 +0100 |
koda |
revert 58dee07f7552
|
changeset |
files
|
Sat, 04 Jan 2014 02:15:01 +0100 |
koda |
hwlibrary also depends on hwengine
|
changeset |
files
|
Sat, 04 Jan 2014 02:00:12 +0100 |
koda |
correctly set this pascal flag for future compatibility
|
changeset |
files
|
Sat, 04 Jan 2014 01:56:22 +0100 |
koda |
update copyright year (twice) for Info.plist
|
changeset |
files
|
Sat, 04 Jan 2014 01:55:43 +0100 |
koda |
set common pascal library search path once
|
changeset |
files
|
Sat, 04 Jan 2014 01:51:33 +0100 |
koda |
explicitly set linker library path for pascal when deploying an older version
|
changeset |
files
|
Sat, 04 Jan 2014 01:50:23 +0100 |
koda |
allow specifying a different CMAKE_OSX_SYSROOT
|
changeset |
files
|
Fri, 03 Jan 2014 20:15:43 +0100 |
koda |
less spam
|
changeset |
files
|
Fri, 03 Jan 2014 14:11:16 -0500 |
nemo |
I'd meant for this to match the frontend
|
changeset |
files
|
Fri, 03 Jan 2014 19:28:14 +0100 |
koda |
fix git hash reporting
|
changeset |
files
|
Fri, 03 Jan 2014 19:17:42 +0100 |
koda |
enable travis bot
|
changeset |
files
|
Fri, 03 Jan 2014 17:20:06 +0100 |
koda |
add more travis tests
|
changeset |
files
|
Mon, 01 Jun 2015 14:39:25 +0200 |
koda |
Close branch
0.9.20
|
changeset |
files
|
Fri, 03 Jan 2014 17:14:19 +0100 |
koda |
have revinfo also try to pick up git hashes
|
changeset |
files
|
Mon, 01 Jun 2015 14:30:22 +0200 |
koda |
Fix building on OSX when autoupdate is disabled
0.9.20
|
changeset |
files
|
Fri, 03 Jan 2014 07:50:42 -0800 |
Vittorio Giovara |
Merge pull request #10 from LocutusOfBorg/fix-avwrapper2
|
changeset |
files
|
Wed, 05 Mar 2014 12:35:51 +0100 |
sheepluva |
don't stack bye/teleport sounds of hogs (when a team is gone)
0.9.20
|
changeset |
files
|
Fri, 03 Jan 2014 16:24:49 +0100 |
Gianfranco Costamagna |
Fixed commit 887b9eca023c94c26daf9607c7ac9b18172c634d
|
changeset |
files
|
Tue, 07 Jan 2014 11:40:58 +0100 |
Gianfranco Costamagna |
backport of r2aa9cf5badfcc978268a9bf06950942f27dfd366
0.9.20
|
changeset |
files
|
Fri, 03 Jan 2014 07:19:04 -0800 |
Vittorio Giovara |
Merge pull request #8 from LocutusOfBorg/fix-avwrapper-exit-calls
|
changeset |
files
|
Sat, 04 Jan 2014 02:36:55 +0100 |
koda |
revert 58dee07f7552
0.9.20
|
changeset |
files
|
Fri, 03 Jan 2014 14:21:39 +0100 |
Gianfranco Costamagna |
Fixed avwrapper exit calls, fixing issue 752
|
changeset |
files
|
Sat, 04 Jan 2014 02:15:01 +0100 |
koda |
hwlibrary also depends on hwengine
0.9.20
|
changeset |
files
|
Fri, 03 Jan 2014 07:09:28 -0800 |
Vittorio Giovara |
Merge pull request #7 from LocutusOfBorg/fix-FPIC
|
changeset |
files
|
Sat, 04 Jan 2014 02:18:57 +0100 |
koda |
correctly set this pascal flag for future compatibility
0.9.20
|
changeset |
files
|
Fri, 03 Jan 2014 13:07:19 +0100 |
Gianfranco Costamagna |
Fixed fPIC link failure with arm and sparc architectures, fixing issue #757
|
changeset |
files
|
Fri, 03 Jan 2014 15:24:22 +0100 |
koda |
unsynced remote changes...
|
changeset |
files
|
Sat, 04 Jan 2014 02:18:57 +0100 |
koda |
update copyright year (twice) for Info.plist
0.9.20
|
changeset |
files
|
Fri, 03 Jan 2014 05:58:18 -0800 |
Vittorio Giovara |
Merge pull request #6 from LocutusOfBorg/added-travis
|
changeset |
files
|
Fri, 03 Jan 2014 00:31:07 -0500 |
nemo |
tweak
|
changeset |
files
|
Sat, 04 Jan 2014 02:18:57 +0100 |
koda |
set common pascal library search path once
0.9.20
|
changeset |
files
|
Fri, 03 Jan 2014 10:41:16 +0100 |
Gianfranco Costamagna |
Added simple travis file
|
changeset |
files
|
Thu, 02 Jan 2014 23:52:34 -0500 |
nemo |
hey, if unc0rr can screw with gravity...
|
changeset |
files
|
Sat, 04 Jan 2014 02:18:57 +0100 |
koda |
explicitly set linker library path for pascal when deploying an older version
0.9.20
|
changeset |
files
|
Fri, 03 Jan 2014 01:41:32 +0100 |
koda |
merge cmake osx sdk changes
|
changeset |
files
|
Sat, 04 Jan 2014 02:18:57 +0100 |
koda |
allow specifying a different CMAKE_OSX_SYSROOT
0.9.20
|
changeset |
files
|
Fri, 03 Jan 2014 00:46:23 +0400 |
unc0rr |
Oops, fix message
|
changeset |
files
|
Sat, 04 Jan 2014 02:18:57 +0100 |
nemo |
I'd meant for this to match the frontend
0.9.20
|
changeset |
files
|
Fri, 03 Jan 2014 00:37:48 +0400 |
unc0rr |
- Utility script for parameters handling
|
changeset |
files
|
Sat, 04 Jan 2014 02:18:57 +0100 |
koda |
fix git hash reporting
0.9.20
|
changeset |
files
|
Wed, 01 Jan 2014 23:41:49 +0400 |
unc0rr |
Only emit roomNameUpdated when it actually is changed
|
changeset |
files
|
Sat, 04 Jan 2014 02:18:57 +0100 |
koda |
have revinfo also try to pick up git hashes
0.9.20
|
changeset |
files
|
Wed, 01 Jan 2014 23:28:24 +0400 |
unc0rr |
Prepend '!' to 42nd scheme parameter in network traffic
|
changeset |
files
|
Sat, 04 Jan 2014 02:18:57 +0100 |
Gianfranco Costamagna |
Fixed commit 887b9eca023c94c26daf9607c7ac9b18172c634d
0.9.20
|
changeset |
files
|
Wed, 01 Jan 2014 14:16:01 +0400 |
unc0rr |
Special script parameter variable in game scheme
|
changeset |
files
|
Sat, 04 Jan 2014 02:18:57 +0100 |
Gianfranco Costamagna |
Fixed avwrapper exit calls, fixing issue 752
0.9.20
|
changeset |
files
|
Wed, 01 Jan 2014 13:42:38 +0400 |
unc0rr |
Try to keep old weapon sets (not tested at all)
|
changeset |
files
|
Sat, 04 Jan 2014 02:18:57 +0100 |
Gianfranco Costamagna |
Fixed fPIC link failure with arm and sparc architectures, fixing issue #757
0.9.20
|
changeset |
files
|
Wed, 01 Jan 2014 13:22:46 +0400 |
unc0rr |
Don't set gravity to normal immediately on turn end, let watchdog do its job if game gets frozen
|
changeset |
files
|
Wed, 01 Jan 2014 00:45:28 +0400 |
unc0rr |
This is the way I like it:
0.9.20
|
changeset |
files
|
Wed, 01 Jan 2014 00:18:10 -0500 |
nemo |
tip is no longer .20 compatible
|
changeset |
files
|
Tue, 31 Dec 2013 00:53:29 +0400 |
unc0rr |
Some fixes
0.9.20
|
changeset |
files
|
Wed, 01 Jan 2014 00:45:28 +0400 |
unc0rr |
This is the way I like it:
|
changeset |
files
|
Tue, 31 Dec 2013 00:17:58 +0400 |
unc0rr |
Not a thing which is needed in release tarball
0.9.20
|
changeset |
files
|
Mon, 30 Dec 2013 23:28:47 -0500 |
nemo |
allow SDL 1.2 to at least do a 32767 map. We probably should add a TryDo somewhere to assert that limit on SDL 1.2 to avoid overflows. Ditto int version for SDL 2
|
changeset |
files
|
Mon, 30 Dec 2013 23:28:47 -0500 |
nemo |
allow SDL 1.2 to at least do a 32767 map. We probably should add a TryDo somewhere to assert that limit on SDL 1.2 to avoid overflows. Ditto int version for SDL 2
0.9.20
|
changeset |
files
|
Tue, 31 Dec 2013 04:56:16 +0100 |
koda |
Added tag 0.9.20-release for changeset af0520a6bf00
|
changeset |
files
|
Fri, 03 Jan 2014 01:40:50 +0100 |
koda |
remove one spurious WARNING tag from cmake message
0.9.20
|
changeset |
files
|
Tue, 31 Dec 2013 01:33:49 +0100 |
koda |
merge from .20 again
|
changeset |
files
|
Fri, 03 Jan 2014 01:40:23 +0100 |
koda |
improve OSX SDK selection when build and deploy target don't match
0.9.20
|
changeset |
files
|
Tue, 31 Dec 2013 00:32:55 +0100 |
koda |
switch every optimization from Os to O2
0.9.20 0.9.20-release
|
changeset |
files
|
Mon, 30 Dec 2013 18:29:23 -0500 |
nemo |
missed this in the merge. rejected the uGearsHandlersMess changes thinking they were all desyncing, but there was the function rename from uLandGraphics
0.9.20
|
changeset |
files
|
Tue, 31 Dec 2013 00:53:29 +0400 |
unc0rr |
Some fixes
|
changeset |
files
|
Tue, 31 Dec 2013 00:19:12 +0100 |
koda |
move CMAKE_Pascal_FLAGS_* flags after enabling the Pascal language or they get overwritten
0.9.20
|
changeset |
files
|
Tue, 31 Dec 2013 00:17:58 +0400 |
unc0rr |
Not a thing which is needed in release tarball
|
changeset |
files
|
Mon, 30 Dec 2013 14:56:47 -0500 |
nemo |
merge safe fixes from default. physfs include order, tips file length check, server checker fixes, shoppa border fix, land drawing optimisations, physfs off by 1 (probably unused by us), rubber svg image
0.9.20
|
changeset |
files
|
Mon, 30 Dec 2013 13:34:24 -0500 |
nemo |
merge from .20
|
changeset |
files
|
Sun, 29 Dec 2013 12:37:05 +0100 |
koda |
merge
|
changeset |
files
|
Sun, 29 Dec 2013 15:08:52 +0400 |
unc0rr |
Uberfix. TODO: ask fpc guys wtf.
|
changeset |
files
|
Sun, 29 Dec 2013 15:07:51 +0400 |
unc0rr |
A bit of formatting
|
changeset |
files
|
Sun, 29 Dec 2013 12:32:36 +0400 |
unc0rr |
Be friendly with pas2c
|
changeset |
files
|
Sat, 28 Dec 2013 12:35:30 -0500 |
nemo |
debian is pedantic and isn't aware this is just a dev comment
|
changeset |
files
|
Sat, 28 Dec 2013 11:01:28 -0500 |
nemo |
Delete Application
|
changeset |
files
|
Sat, 28 Dec 2013 08:18:41 -0500 |
nemo |
also make drill much much less likely to explode on shallow angles
|
changeset |
files
|
Fri, 27 Dec 2013 23:52:04 -0500 |
nemo |
reset X/Y too (make drill less explodey. mask fixes revealed an issue)
|
changeset |
files
|
Fri, 27 Dec 2013 17:06:21 -0500 |
nemo |
add the source image so it doesn't get misplaced again
|
changeset |
files
|
Sun, 29 Dec 2013 12:36:16 +0100 |
koda |
merge further changes from 0.9.20
|
changeset |
files
|
Mon, 30 Dec 2013 13:33:58 -0500 |
nemo |
I don't trust fpc with -O3
0.9.20
|
changeset |
files
|
Fri, 27 Dec 2013 01:23:12 +0400 |
unc0rr |
Store protocol number in database for replays
|
changeset |
files
|
Sun, 29 Dec 2013 15:08:52 +0400 |
unc0rr |
Uberfix. TODO: ask fpc guys wtf.
0.9.20
|
changeset |
files
|
Fri, 27 Dec 2013 01:22:42 +0400 |
unc0rr |
Heh, hardcoded paths :D
|
changeset |
files
|
Sat, 28 Dec 2013 12:35:30 -0500 |
nemo |
debian is pedantic and isn't aware this is just a dev comment
0.9.20
|
changeset |
files
|
Fri, 27 Dec 2013 01:22:12 +0400 |
unc0rr |
Oops, meant Land
|
changeset |
files
|
Sat, 28 Dec 2013 11:01:28 -0500 |
nemo |
Delete Application
0.9.20
|
changeset |
files
|
Thu, 26 Dec 2013 16:52:51 +0100 |
hasufell |
BUILD: make binary/libdir destinations modifiable
0.9.20
|
changeset |
files
|
Thu, 26 Dec 2013 16:52:51 +0100 |
hasufell |
BUILD: make binary/libdir destinations modifiable
|
changeset |
files
|
Sat, 28 Dec 2013 22:00:57 +0100 |
koda |
include paths before platform, move config code around
0.9.20
|
changeset |
files
|
Thu, 26 Dec 2013 16:51:46 +0100 |
koda |
merge a few changes from 0.9.20
|
changeset |
files
|
Sat, 28 Dec 2013 21:53:17 +0100 |
koda |
drop 10.4 support, needed after introduction of @rpath
0.9.20
|
changeset |
files
|
Thu, 26 Dec 2013 16:51:11 +0100 |
koda |
Added tag 0.9.20-release for changeset 2b8f928faa14
|
changeset |
files
|
Sat, 28 Dec 2013 21:24:23 +0100 |
koda |
correctly handle @rpath
0.9.20
|
changeset |
files
|
Thu, 26 Dec 2013 05:48:51 -0800 |
Vittorio Giovara |
Merge pull request #5 from AMDmi3/freebsd
|
changeset |
files
|
Fri, 27 Dec 2013 01:25:03 +0400 |
unc0rr |
merge
0.9.20
|
changeset |
files
|
Wed, 25 Dec 2013 08:44:39 -0500 |
nemo |
give cake a tiny initial push so it does something useful in zerog
|
changeset |
files
|
Wed, 25 Dec 2013 11:52:09 +0400 |
unc0rr |
Prevent div by zero
|
changeset |
files
|
Thu, 26 Dec 2013 16:18:19 +0100 |
koda |
skip writing the full destination name
0.9.20
|
changeset |
files
|
Tue, 24 Dec 2013 18:39:23 -0500 |
nemo |
merge w/ 0.9.20
|
changeset |
files
|
Thu, 26 Dec 2013 16:17:22 +0100 |
koda |
copy the png library
0.9.20
|
changeset |
files
|
Tue, 24 Dec 2013 18:38:27 -0500 |
nemo |
forgot this one too
0.9.20
|
changeset |
files
|
Tue, 24 Dec 2013 17:00:17 -0500 |
nemo |
pick up trunk changes (AI, encoding)
0.9.20
|
changeset |
files
|
Tue, 24 Dec 2013 16:58:49 -0500 |
nemo |
I hate windows. This probably fixes text.
|
changeset |
files
|
Wed, 25 Dec 2013 00:56:44 +0400 |
unc0rr |
merge from default
0.9.20
|
changeset |
files
|
Tue, 24 Dec 2013 15:55:22 -0500 |
nemo |
quick sanity change for AI + zerog
|
changeset |
files
|
Wed, 25 Dec 2013 00:55:26 +0400 |
unc0rr |
Bump up protocol number
0.9.20
|
changeset |
files
|
Tue, 24 Dec 2013 15:44:50 -0500 |
nemo |
few more changes
|
changeset |
files
|
Wed, 25 Dec 2013 00:32:41 +0400 |
unc0rr |
this is really annoying
|
changeset |
files
|
Tue, 24 Dec 2013 15:21:28 -0500 |
nemo |
0.9.20 changes. May have missed stuff. Please add if you notice anything missing.
|
changeset |
files
|
Wed, 25 Dec 2013 00:30:50 +0400 |
unc0rr |
Allow skip in move
|
changeset |
files
|
Wed, 25 Dec 2013 00:10:16 +0400 |
unc0rr |
merge
|
changeset |
files
|
Tue, 24 Dec 2013 23:17:44 +0400 |
unc0rr |
Make server aware of new versions
|
changeset |
files
|
Tue, 24 Dec 2013 22:16:07 +0400 |
unc0rr |
Rework of No Gravity script:
|
changeset |
files
|
Tue, 24 Dec 2013 15:07:41 -0500 |
nemo |
Remove some wtfism that was breaking localisation
|
changeset |
files
|
Tue, 24 Dec 2013 12:52:08 -0500 |
nemo |
Recover old tips from .ts files. This addresses bug #740
|
changeset |
files
|
Tue, 24 Dec 2013 10:10:56 -0500 |
nemo |
Pick random tip from the tip file each time front page is viewed.
|
changeset |
files
|
Tue, 24 Dec 2013 09:53:08 -0500 |
nemo |
Localise tips again. Including new german contribution from bug #738. We should look into the old .ts files and see if there are translations that can be recovered.
|
changeset |
files
|
Tue, 24 Dec 2013 01:10:38 +0200 |
Periklis Ntanasis |
typos correction
|
changeset |
files
|
Mon, 23 Dec 2013 15:11:55 -0500 |
nemo |
svg
|
changeset |
files
|
Mon, 23 Dec 2013 23:08:40 +0400 |
unc0rr |
'Open packages directory' button on dlc page
|
changeset |
files
|
Mon, 23 Dec 2013 13:51:51 -0500 |
nemo |
merge of volkan's commit followed by lupdate to pick up the new strings
|
changeset |
files
|
Mon, 23 Dec 2013 12:52:39 -0500 |
nemo |
Purely a whitespace change. Going to try to stick to consistent line endings in the future.
|
changeset |
files
|
Mon, 23 Dec 2013 12:49:45 -0500 |
wuzzy |
update german
|
changeset |
files
|
Mon, 23 Dec 2013 12:22:55 -0500 |
nemo |
more advbounce flagging
|
changeset |
files
|
Mon, 23 Dec 2013 00:52:02 -0500 |
nemo |
make punch usable with no gravity lua
|
changeset |
files
|
Mon, 23 Dec 2013 03:15:39 +0200 |
Periklis Ntanasis |
code formatting/consistency
|
changeset |
files
|
Mon, 23 Dec 2013 03:11:17 +0200 |
Periklis Ntanasis |
oops, remove debug message
|
changeset |
files
|
Mon, 23 Dec 2013 02:59:44 +0200 |
Periklis Ntanasis |
check if save from old campaign name scheme exists and if so rename it to use _ instead of spaces -see issue 722
|
changeset |
files
|
Sun, 22 Dec 2013 15:49:01 -0500 |
nemo |
stricter check of dY and collision
|
changeset |
files
|
Mon, 23 Dec 2013 00:20:02 +0400 |
unc0rr |
Move to No_Gravity and add .cfg
|
changeset |
files
|
Sun, 22 Dec 2013 15:11:13 -0500 |
nemo |
Default to ...
|
changeset |
files
|
Sun, 22 Dec 2013 14:46:30 -0500 |
nemo |
allow poison clouds to flag active using tmpflag
|
changeset |
files
|
Sun, 22 Dec 2013 23:17:42 +0400 |
unc0rr |
No gravity mode
|
changeset |
files
|
Sun, 22 Dec 2013 23:16:55 +0400 |
unc0rr |
- Fix typo in frontend debug output
|
changeset |
files
|
Sun, 22 Dec 2013 13:44:28 -0500 |
nemo |
Graves should not be kicked for EXPLDoNotTouchAny
|
changeset |
files
|
Sun, 22 Dec 2013 08:37:10 -0500 |
wuzzy |
add a preliminary description
|
changeset |
files
|
Sat, 21 Dec 2013 15:39:16 -0500 |
nemo |
redraw ownertex to fix tinting issue
|
changeset |
files
|
Fri, 20 Dec 2013 22:25:06 -0500 |
nemo |
make rubber bouncy even in winter. was considering icy as well but, one, evil, two, would prob want ice sprite like girder
|
changeset |
files
|
Sat, 21 Dec 2013 02:18:40 +0200 |
Periklis Ntanasis |
changing math functions that may cause desyncs
|
changeset |
files
|
Sat, 21 Dec 2013 01:14:59 +0400 |
unC0Rr |
Fix warnings
|
changeset |
files
|
Fri, 20 Dec 2013 15:06:18 +0400 |
unc0rr |
Some updates to ru localization
|
changeset |
files
|
Wed, 18 Dec 2013 18:43:43 -0500 |
nemo |
christmas eve too (matches frontend)
|
changeset |
files
|
Wed, 18 Dec 2013 15:13:58 -0500 |
nemo |
merge since this was committed prior to the hat addition
|
changeset |
files
|
Wed, 18 Dec 2013 21:05:53 +0100 |
Vatten |
Updated continental to the latest
|
changeset |
files
|
Wed, 18 Dec 2013 14:50:05 -0500 |
nemo |
New hats. Variety of authors. Collected from hats thread by Randi.
|
changeset |
files
|
Wed, 18 Dec 2013 16:10:22 +0400 |
unc0rr |
merge
|
changeset |
files
|
Wed, 18 Dec 2013 03:06:37 +0200 |
Periklis Ntanasis |
desert01 fixed destructible terrain marks and cosmos marks for completed main missions
|
changeset |
files
|
Wed, 25 Dec 2013 23:25:25 +0400 |
Dmitry Marakasov |
Move physfs includes before all others
|
changeset |
files
|
Wed, 18 Dec 2013 01:05:15 +0400 |
unc0rr |
No idea what this is doing, seems to allow recorder instance to not block further engine starts while it is doing its job.
|
changeset |
files
|
Wed, 25 Dec 2013 23:23:48 +0400 |
Dmitry Marakasov |
Fix off-by-one in physfs
|
changeset |
files
|
Tue, 17 Dec 2013 00:02:52 +0400 |
unc0rr |
merge default here
sdl2transition
|
changeset |
files
|
Sun, 15 Dec 2013 14:05:42 -0500 |
nemo |
remove state from check, just to see if this was why we just desynced
|
changeset |
files
|
Sat, 14 Dec 2013 14:29:14 -0500 |
nemo |
state too "why not"
|
changeset |
files
|
Sat, 14 Dec 2013 14:24:03 -0500 |
nemo |
clear gstCollision from doStepFallingGear once I'm done with it. hog "physics" doesn't use it, and was screwing up labels
|
changeset |
files
|
Sat, 14 Dec 2013 01:03:10 +0400 |
unc0rr |
merge
|
changeset |
files
|
Fri, 13 Dec 2013 13:52:10 -0500 |
nemo |
lupdate-qt4
|
changeset |
files
|
Sat, 14 Dec 2013 01:00:26 +0400 |
unc0rr |
This seems to be enough to fix the bug with sprGirder rendered in stripe
|
changeset |
files
|
Fri, 13 Dec 2013 22:38:09 +0400 |
unc0rr |
Display team owner in teams widget (addresses issue 174)
|
changeset |
files
|
Fri, 13 Dec 2013 22:14:02 +0400 |
unc0rr |
- /owner command to specify team owner
|
changeset |
files
|
Fri, 13 Dec 2013 21:55:19 +0400 |
unc0rr |
merge
|
changeset |
files
|
Fri, 13 Dec 2013 11:49:00 -0500 |
cairo |
add SetHogTeamName
|
changeset |
files
|
Fri, 13 Dec 2013 00:16:02 +0400 |
unc0rr |
- /greeting command for room greeting message
|
changeset |
files
|
Fri, 13 Dec 2013 00:00:49 +0400 |
unc0rr |
- Remove obsolete protocol message
|
changeset |
files
|
Thu, 12 Dec 2013 22:57:51 +0400 |
unc0rr |
More sane default weapons: remove rc, freezer, portals and landspray
|
changeset |
files
|
Thu, 12 Dec 2013 13:33:33 -0500 |
nemo |
reduce # of freezers to 1
|
changeset |
files
|
Fri, 13 Dec 2013 13:50:14 +0200 |
Periklis Ntanasis |
changed some things about checkpoints and battle events in desert01,fixes turn interruption when battle one or two is triggered
|
changeset |
files
|
Thu, 12 Dec 2013 02:52:37 +0200 |
Periklis Ntanasis |
fixed getting device crates with rc plane,end game when device crates destroyed,save/load hero position for checkpoint 5 in desert01
|
changeset |
files
|
Wed, 11 Dec 2013 17:58:32 +0200 |
Periklis Ntanasis |
removed bouncy terrain, added visual mark on non-portal/indestructible areas, changed map so only way to win is by using the portal gun
|
changeset |
files
|
Tue, 10 Dec 2013 13:43:13 -0500 |
nemo |
make the rubber band a "flat" surface so bounce is a bit more predictable. This is mostly just for testing. It looks a bit odd walking on it, and unpredictable bounce might even be just fine...
|
changeset |
files
|
Tue, 10 Dec 2013 13:26:42 -0500 |
nemo |
oups. accidentally commented out both lines
|
changeset |
files
|
Tue, 10 Dec 2013 22:09:57 +0400 |
unc0rr |
Better diagnostic message when failing to load theme.cfg
|
changeset |
files
|
Tue, 10 Dec 2013 00:20:53 -0500 |
nemo |
can't use parsecommand since it does sendipc
|
changeset |
files
|
Tue, 10 Dec 2013 00:05:27 -0500 |
nemo |
fix for fail to place using ammo
|
changeset |
files
|
Mon, 09 Dec 2013 23:30:41 -0500 |
nemo |
match girder on this one.
|
changeset |
files
|
Mon, 09 Dec 2013 23:13:47 -0500 |
nemo |
clear hat if load fails
|
changeset |
files
|
Mon, 09 Dec 2013 23:13:17 -0500 |
cairo |
set holiday hats for nohat hogs
|
changeset |
files
|
Tue, 10 Dec 2013 02:30:53 +0200 |
Periklis Ntanasis |
moon02 fixes: bug that didn't called win(), changed map so blue hog not placed on edges, teleport animations, removed amSkip, also error when drow hero and enemy seems fixed
|
changeset |
files
|
Tue, 10 Dec 2013 00:00:08 +0400 |
unc0rr |
Don't send empty theme in config
|
changeset |
files
|
Mon, 09 Dec 2013 23:32:57 +0400 |
unc0rr |
- Restrict game config changes in special rooms
|
changeset |
files
|
Mon, 09 Dec 2013 10:59:38 -0500 |
nemo |
Experiment in adding a "boing" graphic for bouncing. It has no text right now (was thinking l10n) and colour is fixed.
|
changeset |
files
|
Sun, 08 Dec 2013 16:04:40 -0500 |
nemo |
Add rubber utility. Graphics are still incomplete. Also flag snow/ice in theme config.
|
changeset |
files
|
Sun, 08 Dec 2013 13:49:11 -0500 |
nemo |
Add missing gstCollision bug #725
|
changeset |
files
|
Sun, 08 Dec 2013 17:58:45 +0100 |
sheepluva |
fix Issue #724: Bee sound never stops (underwater when timer is 0)
|
changeset |
files
|
Sun, 08 Dec 2013 12:19:30 +0100 |
sheepluva |
string/typo fixes
|
changeset |
files
|
Sat, 07 Dec 2013 22:09:55 -0500 |
nemo |
revert r938d1c08d0d1 in favour of putting it in the chat log. I think this addresses main concern about missing text. There've been complaints in past too about conversation in bubbles not being visible in history. If the objection is that r938d1c08d0d1 offers a more æsthetic solution, I think it should augment this, be flagged, and fix the visual issues first.
|
changeset |
files
|
Sat, 07 Dec 2013 21:41:34 -0500 |
nemo |
use a variable that allows negative values instead.
|
changeset |
files
|
Sun, 08 Dec 2013 02:43:06 +0100 |
sheepluva |
disallow speech bubbles to go offscreen
|
changeset |
files
|
Sun, 08 Dec 2013 02:36:14 +0100 |
sheepluva |
fix speechbubbles assigning negative values to a Longword value, overflowing it
|
changeset |
files
|
Fri, 06 Dec 2013 23:53:35 +0100 |
sheepluva |
It seems that at the current state it is necessary to protect sending stats/ending game from multiple execution,
|
changeset |
files
|
Fri, 06 Dec 2013 22:48:30 +0100 |
sheepluva |
* turned out the no-flight zone is also a no-climb-and-progress zone
|
changeset |
files
|
Fri, 06 Dec 2013 20:38:48 +0100 |
sheepluva |
some more campaign string tweaks
|
changeset |
files
|
Fri, 06 Dec 2013 17:01:40 +0100 |
sheepluva |
string tweaks and whitespace fixes
|
changeset |
files
|
Fri, 06 Dec 2013 15:37:15 +0100 |
sheepluva |
german translation updates
|
changeset |
files
|
Fri, 06 Dec 2013 10:22:33 +0100 |
sheepluva |
don't allow autocamera to mess with targetting when e.g. spamming air-attacks in inf attack mode
|
changeset |
files
|
Fri, 06 Dec 2013 09:30:07 +0200 |
Periklis Ntanasis |
fix buggy win conditions and stats in death01
|
changeset |
files
|
Thu, 05 Dec 2013 00:51:27 +0400 |
unc0rr |
- Special rooms which stay even when last player quits. Not useful for now, and can't be removed at all.
|
changeset |
files
|
Wed, 04 Dec 2013 12:28:04 +0100 |
sheepluva |
here have some lua love: make parameter count error messages more helpful to lua devs
|
changeset |
files
|
Wed, 04 Dec 2013 10:47:15 +0100 |
sheepluva |
lua call SetAmmoDelay(ammotype, delay). note: as the engine does not yet support per-clan/team/hog ammo delay values, lua scripters will have to keep track of individual delays and set them accordingly before a hedgehog's turn (if they want usage cool-down behavior)
|
changeset |
files
|
Wed, 04 Dec 2013 09:54:16 +0100 |
sheepluva |
fix misspelled variable name (cosmetic change)
|
changeset |
files
|
Tue, 03 Dec 2013 22:53:45 -0500 |
nemo |
make the team association with hog before calling gear creation. makes some lua a little easier
|
changeset |
files
|
Tue, 03 Dec 2013 22:48:21 -0500 |
nemo |
sethogname/hat need to wrap entire operation around test of hog/gear
|
changeset |
files
|
Wed, 04 Dec 2013 02:08:46 +0200 |
Periklis Ntanasis |
adjusting the wind in fruit02
|
changeset |
files
|
Wed, 04 Dec 2013 00:46:04 +0200 |
Periklis Ntanasis |
fixed wrong saved positions, illegal crate destroying and killing cap.Lime early in fruit02
|
changeset |
files
|
Wed, 04 Dec 2013 00:19:42 +0400 |
unc0rr |
Load themes lazily
|
changeset |
files
|
Tue, 03 Dec 2013 23:54:58 +0400 |
unc0rr |
Be lazy in loading maps list
|
changeset |
files
|
Tue, 03 Dec 2013 18:09:54 +0100 |
sheepluva |
make all objects depend on .inc files (which are not correctly positioned in list, because cmake can't deal with that
|
changeset |
files
|
Tue, 03 Dec 2013 12:10:51 -0500 |
nemo |
Remove turntimeleft/hog gear check from smine if infinite attack is enabled. just use the flightime for that.
|
changeset |
files
|
Tue, 03 Dec 2013 17:39:07 +0100 |
sheepluva |
make source files objects depend on their predecessors in list
|
changeset |
files
|
Tue, 03 Dec 2013 17:06:40 +0200 |
Periklis Ntanasis |
fixed user gain control of npc, rope cheat and overlapping bubbles in fruit01
|
changeset |
files
|
Mon, 02 Dec 2013 20:25:15 +0100 |
sheepluva |
make lazy loading of map preview a little bit less of a hack
|
changeset |
files
|
Mon, 02 Dec 2013 23:20:07 +0400 |
unc0rr |
Load hats into the model lazily
|
changeset |
files
|
Mon, 02 Dec 2013 17:13:22 +0100 |
sheepluva |
fix for: uCollisions.pas(63,50) Hint: Unit "uGearsList" not used in uCollisions
|
changeset |
files
|
Mon, 02 Dec 2013 16:52:15 +0100 |
sheepluva |
add missing initializers for 'dlc' variables for the 3 default generated map types (fixes 3 clang warnings)
|
changeset |
files
|
Mon, 02 Dec 2013 12:40:16 +0100 |
sheepluva |
don't generate any map previews until they are actually visible. this should improve hedgewars startup performance on weak machines
|
changeset |
files
|
Mon, 02 Dec 2013 04:35:02 +0200 |
Periklis Ntanasis |
fixed moving npc and flying in forbidden area in ice01
|
changeset |
files
|
Mon, 02 Dec 2013 03:07:28 +0200 |
Periklis Ntanasis |
fixed overlapping bubbles and wrong dialog triggering in moon01
|
changeset |
files
|
Sun, 01 Dec 2013 13:22:06 -0500 |
nemo |
don't abort changeammo on attacking/attacked in infattack mode, keep scrolling through slot after setweap even if a multishoot was aborted triggering gstattacked, to ensure proper ammo gets set for next turn
|
changeset |
files
|
Sat, 30 Nov 2013 22:34:39 -0500 |
nemo |
Make sticky mine respect lfBouncy, make hogs do same, kinda... make uCollisions return land w/ mask, restrict bouncy to advbounce gears only, which means piano doesn't bounce anymore
|
changeset |
files
|
Sat, 30 Nov 2013 20:53:54 +0400 |
unc0rr |
Fix erroneous message in console debug
|
changeset |
files
|
Sat, 30 Nov 2013 17:43:58 +0400 |
unc0rr |
Show "incompatible version" message instead of "no such room" on try to join room with another protocol version
|
changeset |
files
|
Sat, 30 Nov 2013 14:36:41 +0100 |
sheepluva |
fix for regression issue 669 "Lobby: User context-menu of offline user shows all options as if user was still online"
|
changeset |
files
|
Sat, 30 Nov 2013 14:33:23 +0100 |
sheepluva |
small cleanup etc
|
changeset |
files
|
Sat, 30 Nov 2013 14:05:22 +0100 |
sheepluva |
don't show 'follow' entry for players that are in lobby
|
changeset |
files
|
Sat, 30 Nov 2013 13:42:14 +0100 |
sheepluva |
regression fix: reallow offline players to be added to friendslist/ignore list
|
changeset |
files
|
Sat, 30 Nov 2013 11:14:32 +0100 |
sheepluva |
fixing position of spawning sparkles of target gears by applying a filthy workaround for a filthy bug in the filthy filthy doStepCase handler.
|
changeset |
files
|
Fri, 29 Nov 2013 18:46:32 +0100 |
sheepluva |
whip: visual enhancements (hat'n'dust) as suggested by nemo
|
changeset |
files
|
Fri, 29 Nov 2013 15:53:46 +0400 |
unc0rr |
Quick and simple dynamite AI without precalculated retreat and without accurate dynamite physics model (no bounce). Still does pretty well, using it mostly off cliffs.
|
changeset |
files
|
Thu, 28 Nov 2013 21:13:49 -0500 |
nemo |
Initial pass at bounciness. To try it out, or lfBouncy on girder in uLandGraphics (search for the word graphically)
|
changeset |
files
|
Thu, 28 Nov 2013 00:41:35 +0400 |
unc0rr |
Animate hedgehogs healths inside team health bar. Proper animation for the case when max team health grows is lost though.
|
changeset |
files
|
Wed, 27 Nov 2013 19:10:53 +0100 |
sheepluva |
update credits
|
changeset |
files
|
Mon, 25 Nov 2013 22:09:42 +0100 |
sheepluva |
unbreak various parts of campaign variable loading/saving
|
changeset |
files
|
Mon, 25 Nov 2013 10:12:18 +0100 |
sheepluva |
don't let (am)Nothing change allowed aiming angles. e.g. fixes aiming problems when on last rope. please test for possible side effects (flying saucer and whatnot)
|
changeset |
files
|
Sun, 24 Nov 2013 22:12:23 -0500 |
nemo |
*grumble grumble*
|
changeset |
files
|
Mon, 25 Nov 2013 01:03:14 +0400 |
unc0rr |
Forbid /delegate to room admin
|
changeset |
files
|
Sun, 24 Nov 2013 22:11:55 -0500 |
nemo |
fix tag toggling. I think...
|
changeset |
files
|
Sun, 24 Nov 2013 14:03:33 -0500 |
nemo |
another broken element
|
changeset |
files
|
Sun, 24 Nov 2013 14:00:24 -0500 |
nemo |
fix translation xml
|
changeset |
files
|
Sat, 14 Dec 2013 21:16:20 +0400 |
unc0rr |
To prevent that weird crash, you need to initialize SDL before Qt
sdl2transition
|
changeset |
files
|
Sun, 24 Nov 2013 13:07:55 +0400 |
unc0rr |
Fix typo reported by MK
|
changeset |
files
|
Fri, 06 Dec 2013 00:56:56 +0100 |
koda |
Qt and SDL2 do not play nice on osx apparently
sdl2transition
|
changeset |
files
|
Fri, 22 Nov 2013 15:23:28 -0500 |
nemo |
gear deletion called inappropriately.
|
changeset |
files
|
Fri, 06 Dec 2013 00:45:32 +0100 |
koda |
use clang on mavericks
sdl2transition
|
changeset |
files
|
Tue, 19 Nov 2013 22:15:40 -0500 |
nemo |
return land word from uCollisions to make decisions based on it. Should be handy for trampoline.
|
changeset |
files
|
Fri, 06 Dec 2013 00:28:55 +0100 |
koda |
fix linking on osx by hardcoding the default library output path
sdl2transition
|
changeset |
files
|
Mon, 18 Nov 2013 22:14:16 +0100 |
Wuzzy |
german translation update
|
changeset |
files
|
Fri, 06 Dec 2013 00:02:10 +0100 |
koda |
use NOSDL2 for consistency
sdl2transition
|
changeset |
files
|
Mon, 18 Nov 2013 00:44:30 +0400 |
unc0rr |
- Column for script in rooms list
|
changeset |
files
|
Mon, 11 Nov 2013 00:15:20 +0400 |
unc0rr |
Frontend builds
sdl2transition
|
changeset |
files
|
Fri, 15 Nov 2013 14:41:36 -0500 |
Mailaender |
Fix .desktop conformance warnings
|
changeset |
files
|
Sun, 10 Nov 2013 14:04:15 +0400 |
unc0rr |
Accept SDL_TEXTINPUT events for chat (why first and only first chat invocation receives event for 't' key?)
sdl2transition
|
changeset |
files
|
Thu, 14 Nov 2013 12:47:22 -0500 |
nemo |
Make birdy fly away if hog gear is deleted.
|
changeset |
files
|
Sun, 10 Nov 2013 01:45:43 +0400 |
unc0rr |
All I want is to receive some events...
sdl2transition
|
changeset |
files
|
Wed, 13 Nov 2013 09:35:52 -0500 |
almikes |
bug #695 add left tex to stop repeating sun
|
changeset |
files
|
Wed, 13 Nov 2013 00:57:41 +0200 |
Periklis Ntanasis |
added campaigns_el.txt
|
changeset |
files
|