unc0rr [Fri, 03 Feb 2012 14:21:07 +0400] rev 6618
Propagate types on identifiers
cherrotluo [Tue, 31 Jan 2012 22:04:41 -0500] rev 6617
chinese update
nemo [Mon, 30 Jan 2012 17:32:18 -0500] rev 6616
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
koda [Mon, 30 Jan 2012 23:20:28 +0100] rev 6615
more ios pages supporting rotaiton
koda [Mon, 30 Jan 2012 07:51:30 +0100] rev 6614
ahem, fix build
koda [Sun, 29 Jan 2012 18:52:01 +0100] rev 6613
disabling the discovery of SDL13+ on desktop. SDL13 has become SDL2 with a completely different ABI and will require a new FindSDL2 module for Cmake to be found; for current sdl development installations, hedgewars will either use the compatibility layer (present in sdl1.3 but not in sdl2) or just fail to build (in case sdl2 is installed but sdl1.2.* is not). whew
koda [Sun, 29 Jan 2012 02:48:03 +0100] rev 6612
starting to convert the ipad interface to support all ortientations...
koda [Sun, 29 Jan 2012 02:45:12 +0100] rev 6611
rotation ftw!!! (engine part)
Xeli [Sun, 29 Jan 2012 00:48:39 +0100] rev 6610
koda/ammomenu on desktop fix!
koda [Sat, 28 Jan 2012 23:10:39 +0100] rev 6609
minor cleanup, gather AMSlotSize in uConsts
Xeli [Sat, 28 Jan 2012 22:19:42 +0100] rev 6608
added the background for the weaponnames in MOBILE
Xeli [Sat, 28 Jan 2012 19:04:42 +0100] rev 6607
fixed the weapon name position
Xeli [Sat, 28 Jan 2012 18:22:39 +0100] rev 6606
changed the ammomenu to be landscape for MOBILE, also tweaked the positions a bit, needs testing on iOS
nemo [Fri, 27 Jan 2012 23:02:36 -0500] rev 6605
bump to 0.9.18-dev - not sure how this was missed before
koda [Fri, 27 Jan 2012 10:19:14 +0100] rev 6604
this should lower compatibility with qt4.5 again, but i have no way to test it
koda [Thu, 26 Jan 2012 23:54:53 +0100] rev 6603
ios sanity restored: applied new paths for sdl projects, turned off fullscreen, added 3 lines of documentation, removal of sdl patch (every mod has been integrated mainstream)
Xeli [Thu, 26 Jan 2012 22:20:21 +0100] rev 6602
background now properly resizes on tablets
Xeli [Thu, 26 Jan 2012 22:19:52 +0100] rev 6601
fixed the ammo menu on android, on tablets all weapons are 'choosable' and on phones I've moved the ammomenu up a bit
unc0rr [Thu, 26 Jan 2012 16:04:08 +0400] rev 6600
Haha, I was greatly puzzled by "date.month() == 10 && date.daysInMonth() == 31" :D
Xeli [Thu, 26 Jan 2012 02:06:57 +0100] rev 6599
enable pause/resume on the java side
Xeli [Thu, 26 Jan 2012 02:06:16 +0100] rev 6598
added pause/resume functionality for android, android need the opengl context to be recreated along with textures and whatnot
Xeli [Tue, 24 Jan 2012 18:11:56 +0100] rev 6597
added TARDIS to minimal data dir, changed a couple of org_libsdl_app to org_hedgewars_hedgeroid in SDL_android.cpp and updated SDLActivity.java
nemo [Tue, 24 Jan 2012 11:54:53 -0500] rev 6596
Tweak voices a bit (always play hurry at correct time, skip "come on then" if other voice is playing)
Xeli [Tue, 24 Jan 2012 03:38:18 +0100] rev 6595
add the android support package for Fragments and the like
Xeli [Tue, 24 Jan 2012 03:26:22 +0100] rev 6594
not needed when using the updated android ndk.. -_-
Xeli [Tue, 24 Jan 2012 03:04:23 +0100] rev 6593
revert Android.mk back after copying SDL_mixer and SDL_ttf
Xeli [Tue, 24 Jan 2012 02:47:51 +0100] rev 6592
update the core/android/SDL_android.cpp fix some includes in Android.mks, use a different host to download some libs, sdl doesn't have up to date tarballs..
Xeli [Tue, 24 Jan 2012 01:59:28 +0100] rev 6591
these are needed for ndk-build or it won't know what api to build it for
Xeli [Tue, 24 Jan 2012 01:03:33 +0100] rev 6590
Added a script to simplify building the android port
Xeli [Sun, 22 Jan 2012 23:36:36 +0100] rev 6589
some tweaks to the build process, cmake now generates some vital files, fpc only compiles those files which have been changed since the last time, SDL still does not work
Xeli [Sun, 22 Jan 2012 23:35:32 +0100] rev 6588
remove the incorrect text that people need to download before playing
Xeli [Mon, 16 Jan 2012 14:25:26 +0100] rev 6587
Android: quick fix from a bug report from the market in the download manager
koda [Wed, 18 Jan 2012 01:11:09 +0100] rev 6586
merge
koda [Wed, 18 Jan 2012 01:10:35 +0100] rev 6585
little hack for playing less sounds in frontend
koda [Wed, 18 Jan 2012 01:07:07 +0100] rev 6584
simplify qpushbuttonwithsound and add a mouseover sound (I tried selecting the least annoying ones, maybe it'd be better to look for proper button sound effects)
bovi [Tue, 17 Jan 2012 23:42:30 +0100] rev 6583
skip button sound when exiting
koda [Tue, 17 Jan 2012 23:36:15 +0100] rev 6582
move the feedback button in a nicer position
nemo [Tue, 17 Jan 2012 09:20:16 -0500] rev 6581
fix line endings
lovelacer [Tue, 17 Jan 2012 09:01:31 -0500] rev 6580
A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
Some switch statements (uVisualGears.pas) are not lined up on the : so the internal code blocks are not aligned (lined up on the start of the label instead). Some function contents are indented against begin/end of function, some are not, some function begin/end are themselves indented (adler32). Also inconsistency in things like assigning of variables (whitespace before :=) and use of brackets in tests. Probably needs further review for possible code errors.
valnut [Mon, 16 Jan 2012 10:22:21 +0100] rev 6579
GCI task: season greetings
nemo [Sun, 15 Jan 2012 22:01:50 -0500] rev 6578
Also allow lua to change gfPerHogAmmo/gfSharedAmmo even if lua does not define new ammo stores
bovi [Mon, 16 Jan 2012 00:03:13 +0100] rev 6577
disable the glitchy exit sound
koda [Sun, 15 Jan 2012 23:54:06 +0100] rev 6576
correct language identifier
koda [Sun, 15 Jan 2012 23:50:41 +0100] rev 6575
hedgewars.pro formatting and removal of the last pageoptions hr
bovi [Sun, 15 Jan 2012 23:35:02 +0100] rev 6574
GCI task: stars
bovi [Sun, 15 Jan 2012 23:14:10 +0100] rev 6573
small tweak for compiling with xfire and qt under windows
bovi [Sun, 15 Jan 2012 22:57:49 +0100] rev 6572
GCI task: ping
bovi [Sun, 15 Jan 2012 22:48:34 +0100] rev 6571
GCI task: iOS _language_ 3 (Romanian)
bovi [Sun, 15 Jan 2012 22:46:36 +0100] rev 6570
provide a minimal Romanian translation for engine
bovi [Sun, 15 Jan 2012 22:29:24 +0100] rev 6569
updated win build script
Xeli [Sun, 15 Jan 2012 21:08:15 +0100] rev 6568
changed error message
Xeli [Sun, 15 Jan 2012 21:07:52 +0100] rev 6567
Load the TeamCreationmenu's contents in a different thread
Xeli [Sun, 15 Jan 2012 21:04:31 +0100] rev 6566
some bug fixed regarding the downloader
Xeli [Sun, 15 Jan 2012 21:00:10 +0100] rev 6565
Graphics used on the android market
Xeli [Sun, 15 Jan 2012 20:55:22 +0100] rev 6564
some meta build files needed for newer api levels...
nemo [Sun, 15 Jan 2012 12:40:48 -0500] rev 6563
Assign ammo counts as well, in case the game flags were changed by the script
koda [Sat, 14 Jan 2012 14:59:19 +0100] rev 6562
somehow my paths slipped in...
valnut [Sat, 14 Jan 2012 05:05:53 +0100] rev 6561
GCI task: feedback is important
bovi [Sat, 14 Jan 2012 05:03:21 +0100] rev 6560
GCI task: cmd.exe
nemo [Fri, 13 Jan 2012 13:48:48 -0500] rev 6559
Fix typos
gallardo_pablo@hotmail.com [Fri, 13 Jan 2012 22:28:59 +0400] rev 6558
Spanish voice
enveezee [Wed, 11 Jan 2012 21:46:06 +0000] rev 6557
Push RopePercent to lua to fix rope if not set
nemo [Wed, 11 Jan 2012 22:26:07 -0500] rev 6556
Allow multiple portals, so long as the team hasn't changed...
nemo [Tue, 10 Jan 2012 22:41:35 -0500] rev 6555
allow roping into a portal (still detaches rope)
nemo [Mon, 09 Jan 2012 01:13:55 -0500] rev 6554
ok. pretty sure that has to be consistent in both. go with the smaller one...
nemo [Mon, 09 Jan 2012 00:50:39 -0500] rev 6553
Slow down flakes/clouds that are farther away. Also unbreak NTPX w/ SDL 1.2
unc0rr [Sat, 07 Jan 2012 00:10:47 +0400] rev 6552
Disallow dot as a part of identifier
koda [Fri, 06 Jan 2012 01:51:04 +0100] rev 6551
fix a couple of loose ends: sdl_mixer is informed of that OGG is provided by Tremor with its own macro, there is no more a segfault on Tremor cleanup, added new event type and timestamp entry for SDL, removed spurious characters from the japanese translation, uSound errors now are output with SDLTry, uSound doesn't need sound preloading any more
Ivo Nunes [Wed, 04 Jan 2012 02:06:44 +0100] rev 6550
GCI task: iOS Portuguese
RoFra [Sun, 01 Jan 2012 15:24:55 -0500] rev 6549
graphics fix. take 3
ChipHome [Sun, 01 Jan 2012 14:14:55 -0500] rev 6548
Fixed unicode italian missions translation update
nemo [Sun, 01 Jan 2012 13:20:22 -0500] rev 6547
one more mask, reduce hog count on ruler map
ChipHome [Sun, 01 Jan 2012 12:01:25 -0500] rev 6546
Italian update - ditched missions file since encoding appears to be incorrect.
thebowseat [Sat, 31 Dec 2011 03:24:44 +0100] rev 6545
GCI task: iOS Japanese
koda [Sat, 31 Dec 2011 03:21:09 +0100] rev 6544
update ios project file with new uGears* files; flags for one text file
unc0rr [Sat, 31 Dec 2011 01:52:14 +0300] rev 6543
Fix build
unc0rr [Fri, 30 Dec 2011 22:20:57 +0300] rev 6542
Oops
unc0rr [Thu, 29 Dec 2011 23:02:40 +0300] rev 6541
Send full room info on room add and update events. Less(?) traffic, but current frontend doesn't behave good with this change to server.
jerryma1121 [Thu, 29 Dec 2011 09:40:16 +0100] rev 6540
GCI task: one bug (
issue #167)
kragniz [Thu, 29 Dec 2011 09:35:04 +0100] rev 6539
GCI task: idea
koda [Thu, 29 Dec 2011 09:29:56 +0100] rev 6538
testing, let's try -Os optimisation for frontend and engine; small cleanup and typos
unc0rr [Wed, 28 Dec 2011 21:53:40 +0300] rev 6537
Take koda's notice into account, also update list of source files
unc0rr [Wed, 28 Dec 2011 11:13:29 -0500] rev 6536
add -O2
unc0rr [Wed, 28 Dec 2011 18:40:02 +0300] rev 6535
It seems there's no need to copy gear's msg. Fixes bots getting stuck after hog switch.
nemo [Tue, 27 Dec 2011 14:14:26 -0500] rev 6534
Experiment in eliminating transparent white from LandPixels - I think it messes up on some graphics cards. Noticed a curious white border on a girder in a theme Randy is working on. At the very least it is slightly more efficient in the blit.
ChipHome [Tue, 20 Dec 2011 16:13:17 -0500] rev 6533
Italian update
nemo [Sat, 17 Dec 2011 13:12:33 -0500] rev 6532
Little tweak to reduce noob fail. Delay drill rocket explosion by 250ms after spawn in Attack. Unless you drop it straight down w/ no power, it should not explode immediately in your face.
nemo [Thu, 15 Dec 2011 12:57:26 -0500] rev 6531
Remove density adjustment in ammoshove. Means a mine and a barrel will be batted same distance again.
nemo [Thu, 15 Dec 2011 11:06:36 -0500] rev 6530
Experiment. Applying density to both ammoshove and explosion, w/ distance of a hedgehog knock being standard value (/3 since hedgehog "density" is 3)
Henek [Mon, 12 Dec 2011 19:23:05 +0100] rev 6529
added SetAmmoStore to lua for convinience
koda [Mon, 12 Dec 2011 00:10:55 +0100] rev 6528
added 'loaded locale' message, other minor things
koda [Mon, 12 Dec 2011 00:10:11 +0100] rev 6527
finally hook the engine localization on ios
Resoow [Sun, 11 Dec 2011 23:20:59 +0100] rev 6526
GCI task: iOS _languages_ 2 (Bulgarian)
m4tx [Sun, 11 Dec 2011 23:15:06 +0300] rev 6525
[GCI] backz task: unify the back button functionality, avoid using the save button
koda [Sun, 11 Dec 2011 19:57:04 +0100] rev 6524
make sure to stop music before freeing it
Henek [Sun, 11 Dec 2011 14:52:02 +0100] rev 6523
enable lua to also set rope length percent
sheepluva [Sat, 10 Dec 2011 04:10:32 +0100] rev 6522
removing my reserved hat.
also using this commit to test whether CIA.vc notification directly by google-code works (so that you don't have to rely on my server doing this anymore)
see http://cia.vc/blog/2009/03/google-revisited/
nemo [Thu, 08 Dec 2011 23:30:03 -0500] rev 6521
missing nil
unc0rr [Thu, 08 Dec 2011 14:44:10 +0400] rev 6520
Some more work on scopes
nemo [Wed, 07 Dec 2011 19:38:33 -0500] rev 6519
oops. this is more efficient anyway.
koda [Wed, 07 Dec 2011 23:35:13 +0100] rev 6518
ios italian translation
unc0rr [Wed, 07 Dec 2011 23:04:57 +0300] rev 6517
Format code a bit
unc0rr [Wed, 07 Dec 2011 22:54:39 +0300] rev 6516
Further progress on dealing with namespaces
nemo [Wed, 07 Dec 2011 11:35:03 -0500] rev 6515
Suggestion of sheepluva's - disable timebox in crates after SD, and set to disabled in Ammo. Also disable switch hedgehog for teams of 1 hedgehog in size, and try and correct what appears to be a bug in reserved hats.
unc0rr [Wed, 07 Dec 2011 17:55:23 +0400] rev 6514
- Fix type2C id2C call
- Introduce renderCFiles function
blackmetalowiec [Wed, 07 Dec 2011 12:19:36 +0100] rev 6513
Auto refresh room list after leaving room. Fixes
issue #320 for voluntarily and involuntarily coming to room list.
unc0rr [Wed, 07 Dec 2011 08:01:18 +0300] rev 6512
"System" unit to help converter
unc0rr [Tue, 06 Dec 2011 22:05:59 +0300] rev 6511
Ok, State monad instead
Terrington_Snyde [Tue, 06 Dec 2011 16:16:48 -0500] rev 6510
nicer graphic
unc0rr [Tue, 06 Dec 2011 17:59:10 +0400] rev 6509
Convert into Reader monad
nemo [Mon, 05 Dec 2011 23:52:59 -0500] rev 6508
Fix regression from 6480 too. Extra assignments might make this slightly less efficient.
nemo [Mon, 05 Dec 2011 23:10:53 -0500] rev 6507
with statement considered harmful
mikade [Tue, 06 Dec 2011 05:53:02 +0200] rev 6506
Don't forget about Rope Training.
mikade [Tue, 06 Dec 2011 05:41:52 +0200] rev 6505
oops
mikade [Tue, 06 Dec 2011 04:46:47 +0200] rev 6504
merge
nemo [Mon, 05 Dec 2011 18:38:25 -0500] rev 6503
...
nemo [Mon, 05 Dec 2011 18:38:07 -0500] rev 6502
...
mikade [Tue, 06 Dec 2011 00:47:24 +0200] rev 6501
Add some (slightly modified) GCI missions.
unc0rr [Mon, 05 Dec 2011 23:04:10 +0300] rev 6500
Let .hs be native eol format too
unc0rr [Mon, 05 Dec 2011 17:56:49 +0400] rev 6499
Start converting into monadic code using Reader monad (will be used to store information about namespace)
unc0rr [Fri, 02 Dec 2011 15:03:27 +0400] rev 6498
Some tiny optimizations
nemo [Sun, 04 Dec 2011 15:21:50 -0500] rev 6497
Bind 1-5 in defaults. Missions really need the option to pick a team though, using default team if none supplied.
koda [Sun, 04 Dec 2011 18:58:52 +0100] rev 6496
update the ios data script for the new audio mono location
koda [Sun, 04 Dec 2011 18:53:49 +0100] rev 6495
audio mono is back
koda [Sun, 04 Dec 2011 18:52:22 +0100] rev 6494
ios port working again, mono audio is missing
Kimsey0 [Sun, 04 Dec 2011 11:53:08 +0100] rev 6493
GCI task: iOS Danish
unc0rr [Sun, 04 Dec 2011 01:00:18 +0300] rev 6492
No more nested functions in code
unc0rr [Sun, 04 Dec 2011 00:56:07 +0300] rev 6491
Some cleanup here and there
unc0rr [Sun, 04 Dec 2011 00:52:47 +0300] rev 6490
- Give uLand more modularity
- Get rid of some more nested functions
unc0rr [Sat, 03 Dec 2011 22:21:23 +0300] rev 6489
Add base type tags to identifiers
Xeli [Sat, 03 Dec 2011 19:18:13 +0100] rev 6488
android: moved the different objects representing the different game parameters to a different package
Xeli [Sat, 03 Dec 2011 19:09:24 +0100] rev 6487
android: rename TouchInterface package to UserInput
Xeli [Sat, 03 Dec 2011 18:50:29 +0100] rev 6486
android: startgamemenu now has some default values, plus the themes are ordered alphabetically
Xeli [Sat, 03 Dec 2011 18:49:17 +0100] rev 6485
android: hopefully prevents a FC, I can't reproduce it though..
koda [Sat, 03 Dec 2011 15:22:07 +0100] rev 6484
fix exe flags of new translations
huseyinaksu [Sat, 03 Dec 2011 15:20:15 +0100] rev 6483
GCI task: iOS _language_ (Turkish)
Leonard [Sat, 03 Dec 2011 15:15:14 +0100] rev 6482
GCI task: iOS German
Kimsey0 [Sat, 03 Dec 2011 15:09:46 +0100] rev 6481
GCI task: Danish translation
koda [Sat, 03 Dec 2011 15:06:47 +0100] rev 6480
italian typo, fix
issue #324
koda [Sat, 03 Dec 2011 15:01:57 +0100] rev 6479
minor cleanup
koda [Sat, 03 Dec 2011 14:43:09 +0100] rev 6478
cleanup and example
Oranger [Sat, 03 Dec 2011 14:36:36 +0100] rev 6477
GCI task: describez
koda [Sat, 03 Dec 2011 12:00:32 +0100] rev 6476
neeeeeeeemoooooooooooooooo
koda [Sat, 03 Dec 2011 11:32:34 +0100] rev 6475
.hgignore update
unc0rr [Thu, 01 Dec 2011 18:02:27 +0400] rev 6474
- Improve renderer a bit, disallow nested functions
- Start getting rid of nested functions
unc0rr [Thu, 01 Dec 2011 11:30:06 +0400] rev 6473
Why 'And'? (help parser)
Henek [Wed, 30 Nov 2011 23:16:44 +0100] rev 6472
present somthing that could be taken as a structure
enable structures again
disable sudden death music as a mood effect
blackmetalowiec [Wed, 30 Nov 2011 12:19:10 +0100] rev 6471
further updates to iOS polish translation
blackmetalowiec [Tue, 29 Nov 2011 16:24:25 +0100] rev 6470
polish iOS translation update
nemo [Mon, 28 Nov 2011 17:41:35 -0500] rev 6469
remove placeholder values that snuck in in the merge
unc0rr [Fri, 30 Dec 2011 13:54:39 +0400] rev 6468
Start refactoring uGears. Breaks build.
unc0rr [Tue, 29 Nov 2011 17:42:42 +0400] rev 6467
- Improve parsing of prefix operators
- Improve C renderer
- pas2c now saves converted .c and .h files
unc0rr [Mon, 28 Nov 2011 23:14:11 +0300] rev 6466
merge
Xeli [Mon, 28 Nov 2011 17:38:50 +0100] rev 6465
typo... >,<
unc0rr [Mon, 28 Nov 2011 17:57:25 +0400] rev 6464
More verbose progress log, dump the result
Xeli [Mon, 28 Nov 2011 17:37:43 +0100] rev 6463
added a switch USE_SDLTHREADS
Xeli [Mon, 28 Nov 2011 17:38:50 +0100] rev 6462
typo... >,<
Xeli [Mon, 28 Nov 2011 16:21:35 +0100] rev 6461
android: use linkedlist instead of the deque interface, Deque<> isn't supported until gingerbread
Xeli [Mon, 28 Nov 2011 17:37:43 +0100] rev 6460
added a switch USE_SDLTHREADS
Xeli [Mon, 28 Nov 2011 16:20:48 +0100] rev 6459
android: check if the sdcard directory is writable, if it isn't close the app
Xeli [Mon, 28 Nov 2011 16:21:35 +0100] rev 6458
android: use linkedlist instead of the deque interface, Deque<> isn't supported until gingerbread
Xeli [Mon, 28 Nov 2011 16:19:27 +0100] rev 6457
update android version
Xeli [Mon, 28 Nov 2011 16:20:48 +0100] rev 6456
android: check if the sdcard directory is writable, if it isn't close the app
unc0rr [Mon, 28 Nov 2011 17:57:25 +0400] rev 6455
More verbose progress log, dump the result
Xeli [Mon, 28 Nov 2011 16:19:27 +0100] rev 6454
update android version
unc0rr [Sun, 27 Nov 2011 23:13:22 +0300] rev 6453
Countless imporvements to the parser and countless help to the parser in sources.
Now parser is able to parse the whole engine \o/
unc0rr [Sun, 27 Nov 2011 19:34:08 +0300] rev 6452
More work on the parser
jose1711 [Mon, 28 Nov 2011 06:55:55 +0100] rev 6451
Updated Slovak translation
unc0rr [Sun, 27 Nov 2011 14:46:57 +0300] rev 6450
- Improvement to the parser
- Help parser with 'not' prefix operator
jose1711 [Sun, 27 Nov 2011 14:08:08 +0100] rev 6449
Updated Slovak translation
Xeli [Sun, 27 Nov 2011 00:57:43 +0100] rev 6448
woopsy we dont want that :d
Xeli [Sun, 27 Nov 2011 00:55:45 +0100] rev 6447
android: load graphics multithreaded for superduper loadtimes
Xeli [Sun, 27 Nov 2011 00:54:00 +0100] rev 6446
android: cleaned up the code a bit and removed a bug with the parsing of the xml
Xeli [Sun, 27 Nov 2011 00:53:08 +0100] rev 6445
android: update manifest to the market version
unc0rr [Sun, 27 Nov 2011 00:25:28 +0300] rev 6444
- Help parser more
unc0rr [Sat, 26 Nov 2011 21:12:23 +0300] rev 6443
- Help parser by dropping that insane formatting syntax in str function
- Parse operators
nemo [Sat, 26 Nov 2011 12:01:13 -0500] rev 6442
ffs
koda [Sat, 26 Nov 2011 17:47:55 +0100] rev 6441
raise the minimum qt version required to 4.6; this was needed as the new animation frameworks were absent in 4.5 and lower
koda [Sat, 26 Nov 2011 17:45:34 +0100] rev 6440
disable opacity effect for non-linux as it is working only there, fix a glitch that would print the page for a frame and then animate it from another position, change the animation curve to something a little more speedy
Xeli [Sat, 26 Nov 2011 17:42:31 +0100] rev 6439
merge
Henek [Sat, 26 Nov 2011 16:47:36 +0100] rev 6438
Updated the Tracker to handle hog hiding and restoring.
Xeli [Sat, 26 Nov 2011 17:40:25 +0100] rev 6437
Android: fixed serviceconnectionleak, made the result code of asynctask a bit better, fix cancel button
Xeli [Sat, 26 Nov 2011 16:18:44 +0100] rev 6436
Sort the weapons/schemes/styles and give make give them a default value
Xeli [Sat, 26 Nov 2011 11:47:31 +0100] rev 6435
merge
Xeli [Sat, 26 Nov 2011 11:40:54 +0100] rev 6434
android: remove the "continue in background" button for now
Xeli [Sat, 26 Nov 2011 11:39:41 +0100] rev 6433
android: fix compatibility with donut
Xeli [Fri, 25 Nov 2011 19:36:03 +0100] rev 6432
Use proper names when storing custom teams, also fixes the bug which created new teams when you editted one of the default ones
Xeli [Fri, 25 Nov 2011 19:33:55 +0100] rev 6431
android: default team is now an AI
koda [Sat, 26 Nov 2011 11:37:25 +0100] rev 6430
fix compiling with LUA_DISABLED
Xeli [Fri, 25 Nov 2011 19:33:17 +0100] rev 6429
new build which works with android ICS
Oranger [Sat, 26 Nov 2011 00:45:00 -0500] rev 6428
eyecandy
Xeli [Fri, 25 Nov 2011 19:32:54 +0100] rev 6427
android: prevent the virtual keyboard from opening at the start
unc0rr [Fri, 25 Nov 2011 23:22:35 +0300] rev 6426
Help parser a bit
unc0rr [Fri, 25 Nov 2011 18:36:12 +0300] rev 6425
- Parse unions, sets, function type, packed arrays and some more imporvements to the parser. Now it parses uVariable, uConsts and even SDLh.pas
- Improve rendering of C code
- Fix preprocessor issues, define "FPC"
- Make pas2c convert unit along with its dependencies into corresponding .c files, so you just call it for hwengine.pas to convert the whole engine
Kamil Pilarski [Fri, 25 Nov 2011 05:15:38 +0100] rev 6424
GCI task: iOS Polish
Rom le Clair [Fri, 25 Nov 2011 05:11:11 +0100] rev 6423
GCI task: iOS French
Ángel Alonso [Fri, 25 Nov 2011 05:06:39 +0100] rev 6422
GCI task: iOS Spanish
koda [Fri, 25 Nov 2011 05:05:34 +0100] rev 6421
also for the description
koda [Fri, 25 Nov 2011 04:57:59 +0100] rev 6420
better ios localization files
nemo [Thu, 24 Nov 2011 16:40:17 -0500] rev 6419
Tidy up flake land generation, to avoid ragged holes in landbacktex. Remove of one odd Land[] change forces a PROTO bump. Well, had to happen eventually.
sheepluva [Thu, 24 Nov 2011 19:15:29 +0100] rev 6418
hide all context menu options for own nick, except for info
unc0rr [Thu, 24 Nov 2011 20:59:13 +0300] rev 6417
Improve parser a bit, preparation to parsing whole program at once and compiling it into single C file
Xeli [Thu, 24 Nov 2011 16:33:36 +0100] rev 6416
removed extra endif
koda [Thu, 24 Nov 2011 16:18:45 +0100] rev 6415
GSoC 2011: Android port - merged mainstream
unc0rr [Wed, 23 Nov 2011 20:12:16 +0300] rev 6414
Finish preprocessor. Now it correctly handles $IFDEF, $IFNDEF, $ELSE, $ENDIF and $DEFINE.
Still not enterprise level, as has some flaws, but is okay to process hedgewars sources.
unc0rr [Tue, 22 Nov 2011 22:48:02 +0300] rev 6413
Preprocessor strips comments
unc0rr [Tue, 22 Nov 2011 19:34:15 +0300] rev 6412
- Split PascalParser into modules
- Start implementation of preprocessor
koda [Tue, 22 Nov 2011 02:08:42 +0100] rev 6411
group the ios files to be translated (aka localization)
koda [Fri, 26 Oct 2012 14:19:57 +0100] rev 6410
close branch
koda [Sun, 20 Nov 2011 19:07:59 +0100] rev 6409
SDL included some of our patches mainstream
sheepluva [Mon, 21 Nov 2011 21:23:23 +0100] rev 6408
this should fix the highlighting failz with non-lowercase player names like the one CheezeMonkey ran into.
there is a workaround: in the user dir put the playername in <playerNameWithCorrectCase>_highlight.txt
unc0rr [Sun, 20 Nov 2011 19:45:40 +0300] rev 6407
Merge with 0.9.17 server fix
jose1711 [Sat, 19 Nov 2011 23:34:09 +0100] rev 6406
Updated Slovak translation
koda [Mon, 21 Nov 2011 11:00:42 +0100] rev 6405
Added tag 0-9.17-release for
changeset 4670f003f91b
nemo [Sat, 19 Nov 2011 15:36:33 -0500] rev 6404
Aaaand merge into trunk too in case guys I was playing earlier are on trunk
unc0rr [Sun, 20 Nov 2011 19:45:03 +0300] rev 6403
Fix empty teams list when trying to spectate
nemo [Sat, 19 Nov 2011 15:34:38 -0500] rev 6402
Fix missing nametags in placement mode
unc0rr [Sat, 19 Nov 2011 22:42:52 +0300] rev 6401
merge, as --rebase didn't work for some reason
nemo [Sat, 19 Nov 2011 14:30:58 -0500] rev 6400
Merge 0.9.17 with trunk
unc0rr [Sat, 19 Nov 2011 22:38:31 +0300] rev 6399
Improve parser and converter
nemo [Sat, 19 Nov 2011 14:29:35 -0500] rev 6398
Update changelog again
unc0rr [Sat, 19 Nov 2011 19:30:20 +0300] rev 6397
Oops, function call has parens
nemo [Fri, 18 Nov 2011 12:47:40 -0500] rev 6396
Only make AI avoid damaged dead mines and dangerously smoking barrels once the attack is finished.
unc0rr [Fri, 18 Nov 2011 15:05:32 +0400] rev 6395
Make AI be less scared by crates. Actually, now it starts using switcher just to pick a crate up.
koda [Fri, 18 Nov 2011 00:32:52 +0100] rev 6394
yay, finally osx (and likely windows) fullscreen switch works like on linux! ALL textures had to be destroyed and recreated only after the new window got created. In other news, the new window must be cleaned with glClear to skip a first frame of garbage and AddProgress is only called the first time.
unc0rr [Thu, 17 Nov 2011 23:14:24 +0300] rev 6393
Make AI use switcher when:
- it is immediately available
- switching gains +20 points score turn
unc0rr [Thu, 17 Nov 2011 21:44:35 +0300] rev 6392
- Move actions stack out of Walk procedure
- Move test for available weapons into Walk procedure
unc0rr [Thu, 17 Nov 2011 17:57:45 +0400] rev 6391
- Parse sets initialization
- Render interface part of unit;
nemo [Wed, 16 Nov 2011 16:36:17 -0500] rev 6390
This should have been added before. add log spew if this ever happens. We should hopefully identify the various circumstances and make sure it is all cleaned up so the list becomes unnecessary.
nemo [Wed, 16 Nov 2011 15:16:17 -0500] rev 6389
prevent flinging up into any land.
unc0rr [Wed, 16 Nov 2011 21:35:14 +0300] rev 6388
Recognize some built-in functions
unc0rr [Wed, 16 Nov 2011 20:42:45 +0300] rev 6387
Less code
unc0rr [Wed, 16 Nov 2011 19:25:25 +0300] rev 6386
Prefix followed by prefix issue solved. Also some slight improvements.
nemo [Tue, 15 Nov 2011 00:43:19 -0500] rev 6385
Fix for
issue #291 - this check should probably be in ApplyDamage though
nemo [Mon, 14 Nov 2011 22:41:08 -0500] rev 6384
Disable loading content.html on startup, it is fetched on pushing to top of stack already.
nemo [Mon, 14 Nov 2011 22:38:24 -0500] rev 6383
increase land tex size to 512, which is the current minimum required just to load a hat. On my system max fps rose from 840 to 890 - about 6% change.
also a nil check, probably not needed.
koda [Tue, 15 Nov 2011 02:02:08 +0100] rev 6382
move the order of reloading texture to workaround buggy drivers
nemo [Mon, 14 Nov 2011 18:28:05 -0500] rev 6381
Only recreate texture for non-empty lines
nemo [Mon, 14 Nov 2011 18:08:36 -0500] rev 6380
Remove a bunch of unnecessary nil checks. FreeTexture does its own nil check.
nemo [Mon, 14 Nov 2011 17:56:44 -0500] rev 6379
reset chat lines too
mikade [Mon, 14 Nov 2011 23:46:23 +0200] rev 6378
Make Highlander moar awesome.
nemo [Mon, 14 Nov 2011 16:17:58 -0500] rev 6377
Since I'm storing the text string anyway, might as well recreate captions on resize as well
nemo [Mon, 14 Nov 2011 15:51:02 -0500] rev 6376
Not useful.
nemo [Mon, 14 Nov 2011 13:31:38 -0500] rev 6375
Aaand in .17
nemo [Mon, 14 Nov 2011 13:30:17 -0500] rev 6374
oops. tex could expire, too...
nemo [Mon, 14 Nov 2011 13:15:55 -0500] rev 6373
Aaaand merge .17 into trunk.
nemo [Mon, 14 Nov 2011 13:14:32 -0500] rev 6372
merge with trunk (sound fade tweak, iOS changes)
nemo [Mon, 14 Nov 2011 13:13:38 -0500] rev 6371
Skip rerendering the caption if the text is unchanged. Scripts make heavy use of caption, often onGameTick
unc0rr [Mon, 14 Nov 2011 13:28:16 +0400] rev 6370
Make server know release version
nemo [Sun, 13 Nov 2011 21:39:52 -0500] rev 6369
these flakes are supposed to look like silvery edges of dark stuff in background, so look odd unflattened
nemo [Sun, 13 Nov 2011 19:17:47 -0500] rev 6368
this one should not be delayed
koda [Sun, 13 Nov 2011 21:28:11 +0100] rev 6367
be more gentle when you stop channels at the end of the game
nemo [Sun, 13 Nov 2011 14:41:02 -0500] rev 6366
merge sound changes into .17, and, why not everything else too.
koda [Sun, 13 Nov 2011 21:18:33 +0100] rev 6365
fix accessing a released object
nemo [Sun, 13 Nov 2011 14:39:39 -0500] rev 6364
My understanding from unc0rr is that as long as trunk and .17 are in sync, they maintain the protocol number.
Once they desync, trunk gets a new one
nemo [Sun, 13 Nov 2011 14:33:14 -0500] rev 6363
Use -1 to clear all channels before playing victory sound
koda [Sun, 13 Nov 2011 19:32:42 +0100] rev 6362
modify ReleaseSound so that it performs a partial release of unused sounds, useful for responding to memory warnings
nemo [Sun, 13 Nov 2011 13:27:04 -0500] rev 6361
Merge .17 and trunk
nemo [Sun, 13 Nov 2011 13:18:56 -0500] rev 6360
Clear all other sounds before playing flawless victory / victory
nemo [Sun, 13 Nov 2011 13:05:19 -0500] rev 6359
stray "
nemo [Sun, 13 Nov 2011 12:45:54 -0500] rev 6358
oops
unc0rr [Sun, 13 Nov 2011 20:24:55 +0300] rev 6357
Something
nemo [Sun, 13 Nov 2011 12:30:32 -0500] rev 6356
Release?
unc0rr [Sun, 13 Nov 2011 13:46:26 +0300] rev 6355
Introduce initialization expressions
nemo [Sun, 13 Nov 2011 12:13:21 -0500] rev 6354
RELEEEEEEEEEASE
koda [Sun, 13 Nov 2011 18:23:05 +0100] rev 6353
restore displaying statistics at the end of a game and restore warning lower views that they are going to appear
inu [Sun, 13 Nov 2011 12:11:44 -0500] rev 6352
pt update
nemo [Sun, 13 Nov 2011 11:06:07 -0500] rev 6351
This should not be in the unplaced section
Xeli [Thu, 24 Nov 2011 13:44:30 +0100] rev 6350
new download manager \o/
mikade [Sun, 13 Nov 2011 17:52:50 +0200] rev 6349
Correct outdated feedback.
Move mudball into utility bundle.
Xeli [Thu, 24 Nov 2011 13:40:17 +0100] rev 6348
Added a minimal data dir, we should move this to hedgewars/share sometime
nemo [Sun, 13 Nov 2011 10:34:35 -0500] rev 6347
Make AI avoid barrels the more they are damaged
Xeli [Mon, 14 Nov 2011 18:03:51 +0100] rev 6346
merge
szczur [Sun, 13 Nov 2011 09:51:01 -0500] rev 6345
pl update
koda [Sat, 12 Nov 2011 19:00:31 +0100] rev 6344
iOS works again (also native touch interface \o/)
Xeli [Mon, 14 Nov 2011 18:03:31 +0100] rev 6343
first part of the new downloader implementation
BioHazardX [Sun, 13 Nov 2011 09:30:27 -0500] rev 6342
it update
koda [Sat, 12 Nov 2011 18:38:21 +0100] rev 6341
slight cleanup, fix compiling with sdl-1.2
Xeli [Mon, 14 Nov 2011 17:59:26 +0100] rev 6340
added quotes for those with spaces in their path
nemo [Sat, 12 Nov 2011 21:44:26 -0500] rev 6339
this should allow overriding static maps from lua
Xeli [Sat, 12 Nov 2011 18:02:55 +0100] rev 6338
and now it even works for sdl12 \o/
koda [Sat, 12 Nov 2011 21:59:10 +0100] rev 6337
in class methods you can call [self alloc], as per objc specifications
Xeli [Sat, 12 Nov 2011 17:55:23 +0100] rev 6336
use the new SDL_CreateThread call
koda [Sat, 12 Nov 2011 21:53:39 +0100] rev 6335
nevermind
Xeli [Sat, 12 Nov 2011 17:27:47 +0100] rev 6334
merge
koda [Sat, 12 Nov 2011 21:07:53 +0100] rev 6333
even faster and no more warning
Xeli [Sat, 12 Nov 2011 17:27:23 +0100] rev 6332
Java side makes use of the official multitouch implementation of SDL
unc0rr [Sat, 12 Nov 2011 12:41:12 -0500] rev 6331
faster math
Xeli [Sat, 12 Nov 2011 17:14:56 +0100] rev 6330
merge fix
nemo [Sat, 12 Nov 2011 11:02:02 -0500] rev 6329
Eh. n/m. Even when I did 1 shl, didn't seem right, and anyway, it isn't much of a mask if there are 16 categories and we use 10, of which those are the most common.
Xeli [Sat, 12 Nov 2011 17:06:49 +0100] rev 6328
merge...i think
nemo [Sat, 12 Nov 2011 10:44:10 -0500] rev 6327
Add an event mask for SDL1.2
nemo [Fri, 11 Nov 2011 15:28:58 -0500] rev 6326
Add hillbilly voice
nemo [Fri, 11 Nov 2011 15:11:41 -0500] rev 6325
Update changelog, comment on possibly redundant lines in GSHandlers
nemo [Fri, 11 Nov 2011 14:13:25 -0500] rev 6324
flip some flames
nemo [Fri, 11 Nov 2011 14:05:39 -0500] rev 6323
Dir should not be 0, but set it to 1 if 0 in case I missed some other place this was done. Also correct cloud scaling.
nemo [Thu, 10 Nov 2011 21:11:57 -0500] rev 6322
If I'm going to be arbitrary about it, might as well go for the more minimal arbitrariness
koda [Fri, 11 Nov 2011 01:40:23 +0100] rev 6321
further engine interaction refactoring
koda [Fri, 11 Nov 2011 01:18:19 +0100] rev 6320
minor updates to ServerProtocolNetwork class
koda [Fri, 11 Nov 2011 00:23:09 +0100] rev 6319
restore a lost view message
nemo [Thu, 10 Nov 2011 17:37:24 -0500] rev 6318
unsquash the rescaled clouds
unc0rr [Thu, 10 Nov 2011 23:14:40 +0300] rev 6317
Improve parsing of complex references like "a^[b[c], d]"
unc0rr [Wed, 09 Nov 2011 21:36:20 +0300] rev 6316
Fix inifinite loops
unc0rr [Wed, 09 Nov 2011 21:28:52 +0300] rev 6315
Rearrange token types
nemo [Thu, 10 Nov 2011 15:12:44 -0500] rev 6314
Add more border checks
nemo [Thu, 10 Nov 2011 12:20:01 -0500] rev 6313
Make mazes filter use same variable as template filter
nemo [Wed, 09 Nov 2011 22:21:05 -0500] rev 6312
fix map/template override, remove some pointless command calls
unc0rr [Wed, 09 Nov 2011 18:40:12 +0300] rev 6311
Less precision - less confusion
unc0rr [Tue, 08 Nov 2011 22:05:33 +0300] rev 6310
Improve type declarations parsing
nemo [Mon, 07 Nov 2011 17:37:00 -0500] rev 6309
Another set of colours. These are an attempt to fuse ideas from mikade and bugq, based on channel feedback/voting.
nemo [Sun, 06 Nov 2011 16:21:07 -0500] rev 6308
Might as well make the air attack team coloured too
unc0rr [Sun, 06 Nov 2011 23:36:02 +0300] rev 6307
Even more improvements to the parser and converter
nemo [Sun, 06 Nov 2011 14:15:43 -0500] rev 6306
tweak % again
nemo [Sun, 06 Nov 2011 13:53:25 -0500] rev 6305
Set default water colours in greyscale mode in case the theme does not define them, decrement piano weapon on use
nemo [Sun, 06 Nov 2011 13:17:42 -0500] rev 6304
Set CurrentAmmoGear on piano (should fix notes again). Also disable focus on current hog if unplaced.
nemo [Sun, 06 Nov 2011 13:00:25 -0500] rev 6303
Add missing grayscale conversions
nemo [Sun, 06 Nov 2011 12:40:35 -0500] rev 6302
Spread flakes out over 5 layers now (far back, mid distance, just behind land, just in front of lands and hog, near distance). Spread clouds out over 3 layers (far back, mid distance, just behind land). Add a flatten clouds option, use
d on Underwater. Alter some flake PNGs to reduce variation in size since scaling is being used.
koda [Sun, 06 Nov 2011 17:43:57 +0100] rev 6301
engine interaction class refactoring, round 4 or 5, can't remember: this time use the class methods to create an instance object and operates on that, reducing the number of arguments between methods and simplifying memory management
koda [Sun, 06 Nov 2011 16:41:14 +0100] rev 6300
move two class files in a correct directory
nemo [Sun, 06 Nov 2011 10:26:12 -0500] rev 6299
exclude hogs from density check
nemo [Sat, 05 Nov 2011 21:51:50 -0400] rev 6298
too game breaking I think
nemo [Sat, 05 Nov 2011 21:24:54 -0400] rev 6297
Include density in gear kick
nemo [Sat, 05 Nov 2011 21:01:21 -0400] rev 6296
not sure why this condition wasn't here before
nemo [Sat, 05 Nov 2011 20:51:15 -0400] rev 6295
Due to the small values and friction, halve the step in low gravity, instead of the value
nemo [Sat, 05 Nov 2011 20:09:48 -0400] rev 6294
Don't set moving if on flat surface
nemo [Sat, 05 Nov 2011 19:12:15 -0400] rev 6293
skip when attacking as well
nemo [Sat, 05 Nov 2011 17:42:30 -0400] rev 6292
This has bugged me for a while. Fix text position in frame 4. Also shrink size.
nemo [Sat, 05 Nov 2011 17:24:09 -0400] rev 6291
A bit less WTF of ice, ice chutes now work. Also tweak flake respawn positions a bit
unc0rr [Sat, 05 Nov 2011 20:43:20 +0300] rev 6290
Some improvements to the parser
nemo [Sat, 05 Nov 2011 12:10:49 -0400] rev 6289
Increase rarity of near flakes (don't want them intruding in game much). Also fix stereo. Near flakes were being drawn far.
nemo [Sat, 05 Nov 2011 11:41:56 -0400] rev 6288
Flatten flakes for halloween theme, based on feedback from sheepluva
unc0rr [Sat, 05 Nov 2011 09:38:07 +0300] rev 6287
merge
koda [Sat, 05 Nov 2011 06:06:04 +0100] rev 6286
and while we are giving SDLh.pas all this love, let's fix the signature of one SDL_ttf calls
koda [Sat, 05 Nov 2011 06:02:32 +0100] rev 6285
ooops :D
koda [Sat, 05 Nov 2011 05:25:04 +0100] rev 6284
fix signedness of sdl bindings
koda [Sat, 05 Nov 2011 04:58:22 +0100] rev 6283
oops, fix the size of a few event structs i just added
koda [Sat, 05 Nov 2011 03:05:37 +0100] rev 6282
just for the sake of it, add the missing sdl13 events and do some cleanup
koda [Sat, 05 Nov 2011 01:25:11 +0100] rev 6281
avoid linking compatible code from sdl library, let's provide our own
nemo [Fri, 04 Nov 2011 19:00:41 -0400] rev 6280
Avoid overflowing event
sheepluva [Fri, 04 Nov 2011 21:44:57 +0100] rev 6279
I hope this helps...
sheepluva [Fri, 04 Nov 2011 12:50:37 +0100] rev 6278
tweak DrawTunnel call of blowtorch. should fix issues with blowtorch going horizontal when it shouldn't
unc0rr [Sat, 05 Nov 2011 09:37:17 +0300] rev 6277
A try to improve parser move (has regressions)
koda [Fri, 04 Nov 2011 00:38:37 +0100] rev 6276
while formatting the ammomenu code i found out that it's simpler to move than i thought, and fixed a small glitch when animation was disabled
unc0rr [Fri, 04 Nov 2011 14:10:27 +0300] rev 6275
Many improvements to the parser
unc0rr [Thu, 03 Nov 2011 23:16:26 +0300] rev 6274
Better 'else' part
unc0rr [Thu, 03 Nov 2011 23:12:22 +0300] rev 6273
Starting pas2C using library called 'pretty'
unc0rr [Thu, 03 Nov 2011 22:11:35 +0300] rev 6272
- Update to compile with parsec 3.*
- Beat vars issue
nemo [Thu, 03 Nov 2011 10:36:10 -0400] rev 6271
Bounce can't be set on this anyway, and if we did make it work, it'd probably be OP
unc0rr [Thu, 03 Nov 2011 17:15:54 +0400] rev 6270
Improve pascal parser, now it is able to successfully parse uGame.pas (though it eats all comments). Many things are still missing. Well, it's just a matter of time to implement the rest. All basic work is already done anyway.
koda [Thu, 03 Nov 2011 05:15:39 +0100] rev 6269
small tweak to ingamemenu class
koda [Thu, 03 Nov 2011 05:09:05 +0100] rev 6268
double two finger tap to make screenshot on ios (though folder is not yet accessible)
koda [Thu, 03 Nov 2011 03:58:24 +0100] rev 6267
make screenshots with 32bits of depths, so that they are more opengles friendly
koda [Thu, 03 Nov 2011 01:10:25 +0100] rev 6266
convert gameinterfacebridge in simple-to-use class methods
koda [Thu, 03 Nov 2011 00:56:44 +0100] rev 6265
aaand remove also ipcport from the class interface as well
koda [Wed, 02 Nov 2011 19:17:07 +0100] rev 6264
do not forget to keep track of teams here
koda [Wed, 02 Nov 2011 19:07:37 +0100] rev 6263
don't keep track of the savepath and of engineprotocol objects
koda [Wed, 02 Nov 2011 17:42:52 +0100] rev 6262
better
koda [Wed, 02 Nov 2011 16:31:16 +0100] rev 6261
remove the need of saving the calling controller (disabling stats, but they were already broken by a previous commit)
koda [Wed, 02 Nov 2011 09:48:29 +0100] rev 6260
slight simplification
koda [Wed, 02 Nov 2011 09:24:18 +0100] rev 6259
move objc overlay creation after sdlwindow has been created
sheepluva [Mon, 31 Oct 2011 21:04:18 +0100] rev 6258
widen mission list
sheepluva [Mon, 31 Oct 2011 20:51:00 +0100] rev 6257
mission locale -> UTF-8
unc0rr [Mon, 31 Oct 2011 22:32:53 +0300] rev 6256
ru localization
nemo [Mon, 31 Oct 2011 15:05:39 -0400] rev 6255
oh, probably needs resetting here too
nemo [Mon, 31 Oct 2011 14:08:10 -0400] rev 6254
Force a desync if there is a script name mismatch. This avoids playing until the game desyncs due to script differences.
mikade [Mon, 31 Oct 2011 19:40:39 +0200] rev 6253
Add "Surfer" achievement to Space Invasion.
Balance "Shield Miser" in Space Invasion.
Fix disappearing ghost bug in Racer
Extend waypoint limit to 8 in Racer
Lengthen ghost tracking interval to improve performance in Racer.
Allow users to view score between turns now that HideMission() is fixed.
sheepluva [Mon, 31 Oct 2011 16:56:48 +0100] rev 6252
this seems... um.. random
sheepluva [Mon, 31 Oct 2011 16:44:25 +0100] rev 6251
Bee:
+ don't explode on time expiration but fall instead (still explodes on impact)
* avoid side-effects by removing flag sharing between different bees.
sheepluva [Mon, 31 Oct 2011 14:44:43 +0100] rev 6250
mikade's request: dont delete mission text/texture in HideMission() (so that it can still be looked at in ESC menu
sheepluva [Mon, 31 Oct 2011 13:36:39 +0100] rev 6249
fix HideMission()
sheepluva [Mon, 31 Oct 2011 13:12:10 +0100] rev 6248
don't hide target cursor if a hedgehog (other than current) is drowning, thanks to mikade for pointing this out
koda [Mon, 31 Oct 2011 03:08:16 +0100] rev 6247
unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda [Mon, 31 Oct 2011 01:44:32 +0100] rev 6246
just moving ios server stuff around
sheepluva [Sun, 30 Oct 2011 23:24:36 +0100] rev 6245
fix mission map script loading
sheepluva [Sun, 30 Oct 2011 21:19:47 +0100] rev 6244
don't let forced hog movement (with no damage) suspend/halt shot charging
this also caused frozen turns in combination with bee, as reported by Djrulz1
sheepluva [Sun, 30 Oct 2011 17:56:19 +0100] rev 6243
whoops, I'm a nerd
sheepluva [Sun, 30 Oct 2011 17:31:53 +0100] rev 6242
frontend flakes:
don't spawn flakes at locations that will cause them to never be within the visible frame
sheepluva [Sun, 30 Oct 2011 15:31:30 +0100] rev 6241
frontend flakes:
* good-bye clipping
* also "respawn" flakes when leaving window to the right (instead just the botton)
+ flakes rotate in 4 degree steps, so let's only generate 90 animation frames instead of 90
sheepluva [Sun, 30 Oct 2011 08:01:26 +0100] rev 6240
show notice to admin when kicking player
sheepluva [Sun, 30 Oct 2011 07:21:51 +0100] rev 6239
lupdate, german translation
sheepluva [Sun, 30 Oct 2011 06:22:47 +0100] rev 6238
beep on highlight
sheepluva [Sat, 29 Oct 2011 20:47:40 +0200] rev 6237
whoopsy, my bad (segfault due to accepting empty lines)
Xeli [Sat, 12 Nov 2011 15:48:55 +0100] rev 6236
yey sdl implemented multi touch so my implementation isnt needed anymore
sheepluva [Sat, 29 Oct 2011 18:20:56 +0200] rev 6235
stylesheet comments/adjustments
Xeli [Sat, 12 Nov 2011 14:52:48 +0100] rev 6234
these files must not be compiled because they cause compiler errors and noone likes those ;p
sheepluva [Sat, 29 Oct 2011 17:52:35 +0200] rev 6233
html-escape nicknames
Xeli [Sat, 12 Nov 2011 14:50:35 +0100] rev 6232
removed sdl_net which was 'borrowed' (?:P) from peyla's port we'll now be using the official port
sheepluva [Sat, 29 Oct 2011 16:54:46 +0200] rev 6231
change default timestamp format to hh:mm
Xeli [Sat, 12 Nov 2011 14:48:35 +0100] rev 6230
automated the build process some more, users must add the android ndk, sdk and fpc dir to their $PATH and cmake will do the rest, I still need a solution for the sdl dir. Subrepo's perhaps?
sheepluva [Sat, 29 Oct 2011 15:31:45 +0200] rev 6229
* fix highlighting (i just broke it by not negating a boolean expression)
* fix issues with first display: none; being ignored
+ allow css to hide hours / seconds of timestamp
Xeli [Sat, 12 Nov 2011 14:45:36 +0100] rev 6228
added lines to avoid compiler hints, is this really the way we want to do it though? ;/
sheepluva [Sat, 29 Oct 2011 11:47:37 +0200] rev 6227
update name autocompletion after nick change (since own nick isn't suggested)
Xeli [Fri, 28 Oct 2011 18:33:38 +0200] rev 6226
merge
sheepluva [Sat, 29 Oct 2011 09:19:04 +0200] rev 6225
disconnect when going back from lobby page (regression fix)
fix some indentations
koda [Fri, 28 Oct 2011 18:26:17 +0200] rev 6224
one dangerous merge
unc0rr [Fri, 28 Oct 2011 19:20:35 +0400] rev 6223
It doesn't make much sense to make checks like 'if(game)' if you never set game to 0. Using smart pointers instead. Does it fix segfaults? Probably.
sheepluva [Fri, 28 Oct 2011 13:10:46 +0200] rev 6222
+ make names in notice messages and leave messages clickable too
+ experimental: allow adding/removing users to friends/ignore list even after their loggout
sheepluva [Fri, 28 Oct 2011 09:12:05 +0200] rev 6221
chat: don't link own name
koda [Fri, 28 Oct 2011 03:41:52 +0200] rev 6220
ok *this* brings ios 3.* runtime compatibility
koda [Fri, 28 Oct 2011 03:06:31 +0200] rev 6219
restore game config on iphone
sheepluva [Thu, 27 Oct 2011 22:52:22 +0200] rev 6218
actually the those if(...); weren't supposed to be if statements in the first place, since the result is always true at that point of code anyway.
unc0rr [Thu, 27 Oct 2011 21:33:18 +0400] rev 6217
- Remove some old unused code
- Fix some warnings, including "empty if"
sheepluva [Thu, 27 Oct 2011 02:47:05 +0200] rev 6216
having ctrl+w close the engine is just mean... many WASD players think the game crashes all the time because of that - since they close it by accident again and again...
sheepluva [Wed, 26 Oct 2011 11:50:03 +0200] rev 6215
typos
sheepluva [Wed, 26 Oct 2011 05:57:00 +0200] rev 6214
custom highlighting
koda [Wed, 26 Oct 2011 02:21:44 +0200] rev 6213
also imageio is absent from old ios, so weaklink it
sheepluva [Wed, 26 Oct 2011 01:51:42 +0200] rev 6212
few mini-adjustments
sheepluva [Wed, 26 Oct 2011 01:50:08 +0200] rev 6211
move (prematurely) finishing game by removing all teams into engine since that's where it should happen
koda [Wed, 26 Oct 2011 01:17:44 +0200] rev 6210
fix runtime compability with ios 3.* (hopefully) and fix a small glitch in turning off music/sounds
koda [Wed, 26 Oct 2011 00:30:35 +0200] rev 6209
restore runtime compatibility with ios 3.2
koda [Tue, 25 Oct 2011 22:51:10 +0200] rev 6208
move all extra categories in a single source, add caching for HWUtils
koda [Tue, 25 Oct 2011 22:14:55 +0200] rev 6207
updated sdl and lowered minimum ios to 3.0
nemo [Tue, 25 Oct 2011 19:01:56 -0400] rev 6206
As sheepluva pointed out, allowing this message to be legal allows naughtiness. The server usage of this message does not seem to use this check.
sheepluva [Tue, 25 Oct 2011 19:46:59 +0200] rev 6205
remove any thread-safe stuff I introduced since it's not needed
as unC0Rr pointed out it's not needed, we are single-threaded (thanks :D)
from what I understood this time, Qt is clever enough to sequentialize all events and child destructions instead of spawning threads
also some docs/comments
unc0rr [Tue, 25 Oct 2011 13:30:02 +0400] rev 6204
Fix for 'The "optimized" argument must be followed by a library.' cmake failure
sheepluva [Tue, 25 Oct 2011 03:00:08 +0200] rev 6203
adding simple doc build script
sheepluva [Mon, 24 Oct 2011 23:24:01 +0200] rev 6202
this should fix stylesheet importing on windows, but we'll see
sheepluva [Mon, 24 Oct 2011 22:46:35 +0200] rev 6201
fix of /saveStyleSheet command, error message on stylesheet import fail
sheepluva [Mon, 24 Oct 2011 20:01:25 +0200] rev 6200
tweak and document abstract page
sheepluva [Mon, 24 Oct 2011 11:14:09 +0200] rev 6199
on file save: create parent directories if needed
sheepluva [Mon, 24 Oct 2011 10:59:52 +0200] rev 6198
unbreak command auto-completion (was broken since
r0b92341adb6a - 52 commits ago)
sheepluva [Mon, 24 Oct 2011 10:30:47 +0200] rev 6197
chat:
+ added timestamps (can also be css styled and disabled)
+ allow exchanging stylesheet by just dragging a *.css file into the chat widget!
+ /saveStyleSheet command for keeping the applied stylesheet for future runs
+ /discardStyleSheet to reset to the saved/default stylesheet
Note: I noticed command auto-completion is broken, don't know since when. annoying.
sheepluva [Mon, 24 Oct 2011 06:54:46 +0200] rev 6196
minor cleanups, mostly in own code
sheepluva [Mon, 24 Oct 2011 06:10:28 +0200] rev 6195
* fixing my hat preview bug nemo pointed out (thanks!)
+ cleanup of edit page loading, should speeed up application startup a bit.
sheepluva [Mon, 24 Oct 2011 01:09:33 +0200] rev 6194
improve and cash hilight regexp
sheepluva [Sun, 23 Oct 2011 22:47:59 +0200] rev 6193
highlight improvements
* only highlight if surrounded by whitespaces (or trailing ': ')
+ case-insensitive
nemo [Sun, 23 Oct 2011 14:44:19 -0400] rev 6192
oops
unc0rr [Sun, 23 Oct 2011 11:37:52 +0400] rev 6191
Case-insensitive comparison of nicks
sheepluva [Sun, 23 Oct 2011 09:01:53 +0200] rev 6190
potential fix for
issue #217 (SigSegV while in game room in KillAllTeams - team list change?)
nemo [Sun, 23 Oct 2011 01:47:44 -0400] rev 6189
retain dx/dy from landgun
sheepluva [Sat, 22 Oct 2011 20:49:26 +0200] rev 6188
doxygen seems to get confused if a ///< line is followed by a /// line
sheepluva [Sat, 22 Oct 2011 20:41:23 +0200] rev 6187
* adding destructors to my line edit subclasses
+ case-insensitive sorting for suggested nicknames
sheepluva [Sat, 22 Oct 2011 19:37:39 +0200] rev 6186
let's create some templates so that the user knows how to start off
sheepluva [Sat, 22 Oct 2011 18:24:36 +0200] rev 6185
document css files better
nemo [Sat, 22 Oct 2011 11:50:55 -0400] rev 6184
Tweak ratios to deemphasise foreground flakes further
sheepluva [Sat, 22 Oct 2011 10:59:06 +0200] rev 6183
minor signal fail fix
sheepluva [Sat, 22 Oct 2011 10:52:07 +0200] rev 6182
some more chat fixes and changes, I think. hum. what was that? um. aaah, I better go catch some sheep ... er sleep.. um..
sheepluva [Sat, 22 Oct 2011 08:51:02 +0200] rev 6181
ugh wth... cleaned FL/IL change notifications up
sheepluva [Sat, 22 Oct 2011 06:55:14 +0200] rev 6180
some changes to the css... display:none; works now (e.g. you can use it for user join/leave messages that are not your friends)
nemo [Sat, 22 Oct 2011 00:49:55 -0400] rev 6179
Bit of an experiment with giving flakes a bit more depth. Might need to be theme flagged, or theme flakes reworked on some themes. Looks neat in stereo. Also finally use an array for the layers
sheepluva [Sat, 22 Oct 2011 02:41:59 +0200] rev 6178
BOOOOooOM <headshot>! removing default stylesheets from c++ code and adding them as text files to the qt resources
sheepluva [Sat, 22 Oct 2011 01:53:14 +0200] rev 6177
same for chat. changed the paths to: css/qt.css css/chat.css
note: display:none is not supported by QTextBrowser, I might pimp it up to do so
sheepluva [Sat, 22 Oct 2011 01:00:21 +0200] rev 6176
frontend will use the data file misc/qt_style.css instead of hardcoded stylesheet - if the file exists
sheepluva [Sat, 22 Oct 2011 00:00:48 +0200] rev 6175
moving a file around, fixing a png, etc.
sheepluva [Fri, 21 Oct 2011 20:58:49 +0200] rev 6174
fix multiplayer script loading
sheepluva [Fri, 21 Oct 2011 19:37:45 +0200] rev 6173
fix netgame layout issues, I think all layout issues caused by page refactoring are fixed now, if you find any more let me know
sheepluva [Fri, 21 Oct 2011 19:27:40 +0200] rev 6172
fix lobby layout issues
sheepluva [Fri, 21 Oct 2011 19:17:08 +0200] rev 6171
fix layout of net page
sheepluva [Fri, 21 Oct 2011 18:53:36 +0200] rev 6170
fix multiplayer page layout, doc/comment fixes
sheepluva [Fri, 21 Oct 2011 18:23:43 +0200] rev 6169
fix overlapping issue in main menu
sheepluva [Fri, 21 Oct 2011 17:55:32 +0200] rev 6168
fix an include; fix/add comments
sheepluva [Fri, 21 Oct 2011 08:41:21 +0200] rev 6167
simplified some stuff I wrote
sheepluva [Fri, 21 Oct 2011 08:03:42 +0200] rev 6166
finishing SDLInterface cleanup (wrt audio)
sheepluva [Fri, 21 Oct 2011 07:00:49 +0200] rev 6165
moving and renaming SDLs.*, making it a singleton; cleaning up class responsibilties wrt SDLInteraction; some comments
sheepluva [Fri, 21 Oct 2011 04:11:26 +0200] rev 6164
change SDL.h/SDL.cpp to use HWDataManager instead of poking around on the harddrive - also I added doc/comments to the class
sheepluva [Fri, 21 Oct 2011 01:47:53 +0200] rev 6163
oops and good night
sheepluva [Fri, 21 Oct 2011 01:36:13 +0200] rev 6162
comment fixes
sheepluva [Fri, 21 Oct 2011 00:02:11 +0200] rev 6161
comments
sheepluva [Thu, 20 Oct 2011 23:25:16 +0200] rev 6160
cleaning up some more, also adding a WIP file. changes: hats in the hat selection are now sorted like this: NoHat, Reserved hats (alphabetically), All other hats (alphabeticall)
sheepluva [Thu, 20 Oct 2011 13:10:24 +0200] rev 6159
introduce HWDataManager util for transparent access to [user-]data files
sheepluva [Thu, 20 Oct 2011 05:52:11 +0200] rev 6158
comment typo
sheepluva [Thu, 20 Oct 2011 02:56:58 +0200] rev 6157
move this widget into the widget dir
nemo [Wed, 19 Oct 2011 22:32:26 -0400] rev 6156
lolwut
nemo [Wed, 19 Oct 2011 21:53:39 -0400] rev 6155
Fix sticky mine/mine activation bug
nemo [Wed, 19 Oct 2011 21:50:03 -0400] rev 6154
Fix birdy flight bug
sheepluva [Wed, 19 Oct 2011 21:55:42 +0200] rev 6153
allow changing number of hogs or weapons with mousewheel
sheepluva [Wed, 19 Oct 2011 21:14:21 +0200] rev 6152
make this transparent so that people can actually see /what/ they have disabled...
sheepluva [Wed, 19 Oct 2011 16:10:18 +0200] rev 6151
give the room name edit box a history of previous room. however I hate that box from the bottom of my heart, it shall dieeeee... later...
sheepluva [Wed, 19 Oct 2011 02:10:27 +0200] rev 6150
frontend chat input history, use arrow keys UP/DOWN
sheepluva [Tue, 18 Oct 2011 15:34:40 +0200] rev 6149
+ don't suggest ignored nicknames
* whipe data properly when lobby is left
Guillaume Englert [Tue, 18 Oct 2011 09:09:49 -0400] rev 6148
Fix repeat on SkyL, remove SkyR
sheepluva [Tue, 18 Oct 2011 14:28:50 +0200] rev 6147
feature-pimpin'-up the chat input line in frontend:
ESC key will clear input
TAB key will expand names and commands
sheepluva [Tue, 18 Oct 2011 00:13:50 +0200] rev 6146
server lobby: don't stretch buttons right of the roomlist - instead let the roomlist use all the available space
sheepluva [Tue, 18 Oct 2011 00:01:26 +0200] rev 6145
don't hoard empty friends/ignore-lists on the HDD
sheepluva [Mon, 17 Oct 2011 22:48:11 +0200] rev 6144
fix overlapping pixel in stormtrooper hat
sheepluva [Mon, 17 Oct 2011 20:40:15 +0200] rev 6143
fix outline of rcplane
nemo [Mon, 17 Oct 2011 14:05:34 -0400] rev 6142
never doing any graphics stuff when I can't test, again :(
nemo [Mon, 17 Oct 2011 14:00:15 -0400] rev 6141
:(
nemo [Mon, 17 Oct 2011 13:49:55 -0400] rev 6140
Not being able to test sucks :(
nemo [Mon, 17 Oct 2011 13:29:54 -0400] rev 6139
Riiight. Let's try this instead
nemo [Mon, 17 Oct 2011 13:03:39 -0400] rev 6138
tint RC plane with team colour. untested.
mikade [Mon, 17 Oct 2011 13:01:08 -0400] rev 6137
graphic for team coloured RC planes
nemo [Mon, 17 Oct 2011 12:09:04 -0400] rev 6136
Sheepluva suggestion - brighten so that the team colours look less muddy, if some artist hates the result, they are welcome to clean it up
nemo [Mon, 17 Oct 2011 11:21:08 -0400] rev 6135
Use SkyL if SkyR is not included. Saves a bit of texture memory and removes some redundant files.
sheepluva [Mon, 17 Oct 2011 02:07:58 +0200] rev 6134
add tiara hat
koda [Sun, 16 Oct 2011 21:21:43 +0200] rev 6133
missed a compiler option from previous merge
nemo [Sun, 16 Oct 2011 15:09:26 -0400] rev 6132
tweak. constrain to full opacity
koda [Sun, 16 Oct 2011 21:03:30 +0200] rev 6131
merge the changes applied to 0.9.16
nemo [Sun, 16 Oct 2011 11:45:46 -0400] rev 6130
Blend the outter side too
Florian Fabre [Fri, 14 Oct 2011 11:36:46 -0400] rev 6129
Hide focus outline on buttons.
nemo [Thu, 13 Oct 2011 13:50:41 -0400] rev 6128
oops
Guillaume Englert [Thu, 13 Oct 2011 11:15:07 -0400] rev 6127
Add SkyL/SkyR to avoid repeating the cave entrance
nemo [Wed, 12 Oct 2011 21:00:12 -0400] rev 6126
Remove unnecessary assignments post-creation. Simplifies Lua manipulation of these adds as well as just being tidier.
Guillaume Englert [Tue, 11 Oct 2011 10:44:27 -0400] rev 6125
another crystal, spray and landtex tweaks.
sheepluva [Tue, 11 Oct 2011 01:07:37 +0200] rev 6124
something for nemo to play around with
sheepluva [Tue, 11 Oct 2011 00:06:46 +0200] rev 6123
make slope calcs skip small gaps
nemo [Mon, 10 Oct 2011 16:36:35 -0400] rev 6122
tidier
nemo [Mon, 10 Oct 2011 16:23:08 -0400] rev 6121
Make sticky mines and normal mines start their typical behaviour a second after creation in infinite attack mode.
nemo [Mon, 10 Oct 2011 15:45:19 -0400] rev 6120
set followgear to cluster/melon/gascloud
nemo [Mon, 10 Oct 2011 15:25:59 -0400] rev 6119
Make a few more things be impacted by explosions nearby
nemo [Mon, 10 Oct 2011 14:37:19 -0400] rev 6118
tweak (still a hack)
nemo [Mon, 10 Oct 2011 14:13:35 -0400] rev 6117
Experiment in making ice more treacherous. also tweak to snow/christmas flake spawn
nemo [Sun, 09 Oct 2011 21:47:47 -0400] rev 6116
Aaaand another flag that used to be cleared here...
koda [Mon, 10 Oct 2011 02:50:01 +0200] rev 6115
HUGE refactoring of the ipad interface, finally understood how to use interface builder with custom uiviewcontrollers, as well as converted some uitableviewcontrollers to uiviewcontrollers for simplicity
nemo [Sun, 09 Oct 2011 20:03:04 -0400] rev 6114
expose border color to lua
nemo [Sun, 09 Oct 2011 19:48:13 -0400] rev 6113
oops
nemo [Sun, 09 Oct 2011 19:36:09 -0400] rev 6112
Restrict slipperiness to girders and bridges. Make girders more obviously ice.
nemo [Sat, 08 Oct 2011 23:36:52 -0400] rev 6111
Fix a few masks. The one that needed it the most was trophyrace.
nemo [Sat, 08 Oct 2011 22:52:51 -0400] rev 6110
add a couple more
koda [Sun, 09 Oct 2011 03:04:45 +0200] rev 6109
finally removed the white border glitch of the ipad preview map, moved initialization from IB to code
koda [Sun, 09 Oct 2011 01:45:12 +0200] rev 6108
refreshed the ipad interface with some white
koda [Sun, 09 Oct 2011 00:24:58 +0200] rev 6107
some code refactoring of the ios game config
koda [Sat, 08 Oct 2011 23:23:25 +0200] rev 6106
ooops
koda [Sat, 08 Oct 2011 22:51:01 +0200] rev 6105
move some config files
koda [Sat, 08 Oct 2011 22:44:32 +0200] rev 6104
create teams programmatically
koda [Sat, 08 Oct 2011 21:17:24 +0200] rev 6103
convert creation chamber functions to class methods
jose1711 [Sat, 08 Oct 2011 17:22:06 +0200] rev 6102
Updated Slovak translation
jose1711 [Sat, 08 Oct 2011 16:54:56 +0200] rev 6101
merge
koda [Sat, 08 Oct 2011 13:39:40 +0200] rev 6100
sed commands should be tested beforehand
nemo [Sat, 08 Oct 2011 02:05:22 -0400] rev 6099
Another flag that was relying on this routine to clear it...
nemo [Sat, 08 Oct 2011 01:27:43 -0400] rev 6098
tweak Y movement
nemo [Sat, 08 Oct 2011 00:34:41 -0400] rev 6097
Couple more, add back misplaced clearing of Land
nemo [Fri, 07 Oct 2011 23:57:14 -0400] rev 6096
Add landbacktex to a few maps, just to see how it looks.
koda [Sat, 08 Oct 2011 03:07:04 +0200] rev 6095
minor changes
koda [Sat, 08 Oct 2011 02:57:30 +0200] rev 6094
added iphone interface for missions/trainings page, setters/getters unlocked
koda [Sat, 08 Oct 2011 00:04:18 +0200] rev 6093
move out xib files from Resources to Classes
nemo [Fri, 07 Oct 2011 18:52:04 -0400] rev 6092
This should allow hedgehogs to still move freely after trapping other hedgehogs in a portal loop.
nemo [Fri, 07 Oct 2011 17:29:00 -0400] rev 6091
Move the crystals to sprays to reduce the regularity of the land texture
Guillaume Englert [Thu, 06 Oct 2011 14:54:55 -0400] rev 6090
Add Cave theme
koda [Thu, 06 Oct 2011 03:55:51 +0200] rev 6089
(a lot of) ooops
unc0rr [Thu, 06 Oct 2011 00:11:55 +0400] rev 6088
- Frontend: don't pass /script for missions
- Engine: try to load script for map (not tested)
unc0rr [Wed, 05 Oct 2011 22:57:42 +0400] rev 6087
Tiny cleanup
koda [Wed, 05 Oct 2011 10:05:14 +0200] rev 6086
the retina infection keeps spreading...
koda [Wed, 05 Oct 2011 09:49:39 +0200] rev 6085
be a good memory aware citizen
koda [Wed, 05 Oct 2011 01:06:58 +0200] rev 6084
make the missions/trainings start
koda [Wed, 05 Oct 2011 00:18:54 +0200] rev 6083
first pass for implementing missions/training selection on ipad (not yet running)
nemo [Tue, 04 Oct 2011 17:13:39 -0400] rev 6082
hm. probably should set both
nemo [Sun, 02 Oct 2011 10:36:43 -0400] rev 6081
Basic test implementation of an ice flag. Allows for slick parts of terrain. Intended for ice gun, or "ice" mask on portions of land objects.
In this test variant it is triggered on girders/objects/bridges of the snow/christmas theme, or on a map that uses blue as a mask colour. Probably needs sheepluva's slope detection to make slopes more slippery to climb.
koda [Sun, 02 Oct 2011 03:45:09 +0200] rev 6080
on ipad2 and above animate the little hogs on game config and fix the hat display imaging
koda [Sun, 02 Oct 2011 01:35:20 +0200] rev 6079
little changes and fixes to the previous commit
koda [Sun, 02 Oct 2011 00:57:04 +0200] rev 6078
headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
nemo [Fri, 30 Sep 2011 22:33:28 -0400] rev 6077
This prevents girders from erasing landbacktex (square windows in tunnels and such), at the cost of requiring lfBasic and lfObject to be treated the same apart from graphically
koda [Sat, 01 Oct 2011 03:06:51 +0200] rev 6076
fix a couple of 'potential leaks'
koda [Sat, 01 Oct 2011 02:49:40 +0200] rev 6075
rename the ios settings files into something more appropriate
koda [Sat, 01 Oct 2011 02:40:26 +0200] rev 6074
ios major refactoring for ios settings, now they are presented differently on iphone/ipad, code is simplified and optimized, and ui is a little refreshed (eg. no more stuck selected fields)
koda [Fri, 30 Sep 2011 17:04:20 +0200] rev 6073
infecting sheepluva's mission graphics with retina images
koda [Fri, 30 Sep 2011 12:55:04 +0200] rev 6072
a little code cleanup
unc0rr [Fri, 30 Sep 2011 13:17:34 +0400] rev 6071
Fix build with .pro file
unc0rr [Thu, 29 Sep 2011 20:11:27 +0400] rev 6070
Oops, fix build
unc0rr [Thu, 29 Sep 2011 17:25:25 +0400] rev 6069
GameInfo needs room params copy
unc0rr [Tue, 27 Sep 2011 19:27:19 +0400] rev 6068
Introduce EngineInteraction module
koda [Fri, 30 Sep 2011 11:00:48 +0200] rev 6067
translators missed me
koda [Fri, 30 Sep 2011 10:54:10 +0200] rev 6066
fix hats of the AI team file for ios
koda [Fri, 30 Sep 2011 10:43:16 +0200] rev 6065
fix
issue #287, default cmake build type
sheepluva [Thu, 29 Sep 2011 16:04:07 +0200] rev 6064
oops
sheepluva [Thu, 29 Sep 2011 15:57:09 +0200] rev 6063
update .pro
sheepluva [Thu, 29 Sep 2011 00:13:52 +0200] rev 6062
rename misc.{h,cpp} to the name of the class they contain (FreqSpinBox)
sheepluva [Wed, 28 Sep 2011 19:48:02 +0200] rev 6061
this makes more sense
sheepluva [Wed, 28 Sep 2011 19:27:56 +0200] rev 6060
I started to move stuff around, c'mon, hate on meee. PS: if your (clean) build is broken - let me know)
sheepluva [Wed, 28 Sep 2011 06:24:10 +0200] rev 6059
training screen localization works now
sheepluva [Wed, 28 Sep 2011 04:21:24 +0200] rev 6058
load mission caption and description from localization file (WIP)
Xeli [Fri, 28 Oct 2011 18:27:55 +0200] rev 6057
New market version
mikade [Wed, 28 Sep 2011 04:17:41 +0200] rev 6056
mikade making sheepluva happy again
Xeli [Fri, 28 Oct 2011 17:41:39 +0200] rev 6055
Enabled landhash check again
sheepluva [Tue, 27 Sep 2011 16:26:57 +0200] rev 6054
use currentItemChanged signal instead of itemSelectionChanged - since the latter is always one item behind if you hold down the mousebutton and move the cursor through the list
Xeli [Fri, 21 Oct 2011 13:56:11 +0200] rev 6053
oops, removed a line from the 'firstTime only' section
sheepluva [Tue, 27 Sep 2011 16:14:35 +0200] rev 6052
stuffToBeAvoidedInFuture->append("layouting");
Xeli [Fri, 21 Oct 2011 00:28:06 +0200] rev 6051
Added two default teams to the apk, so people who first download it don't have to make two teams before playing their first game
sheepluva [Tue, 27 Sep 2011 05:08:23 +0200] rev 6050
oops, I forgot I wanted to fix that before committing xD
Xeli [Thu, 20 Oct 2011 23:07:53 +0200] rev 6049
wops missed this one: removed a 'fix' eclipse put in there
sheepluva [Tue, 27 Sep 2011 04:31:08 +0200] rev 6048
PIMP'ed up training screen. special thanks to mikade for supplying the pics <3
not quite finished (as you'll notice) - but this sheep is heading for sleep.
Xeli [Thu, 20 Oct 2011 22:54:34 +0200] rev 6047
Changed package name from org.hedgewars.mobile to org.hedgewars.hedgeroid to upload it to the market
nemo [Mon, 26 Sep 2011 21:29:40 -0400] rev 6046
this needs to actually return something
Xeli [Sun, 09 Oct 2011 20:41:17 +0200] rev 6045
Using misc/libtremor/tremor rather than misc/tremor, plus added the include in the android.mk of SDL_mixer
sheepluva [Tue, 27 Sep 2011 00:46:15 +0200] rev 6044
I must not use source files as clipboard.
I must not use source files as clipboard.
I must not use source files as clipboard.
I must not use source files as clipboard.
I must not use source files as clipboard.
I must not use source fi
Xeli [Sun, 09 Oct 2011 15:17:21 +0200] rev 6043
update from rev d75329716a02, it really works now (i think)
sheepluva [Tue, 27 Sep 2011 00:38:39 +0200] rev 6042
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
Xeli [Sun, 09 Oct 2011 15:15:45 +0200] rev 6041
How did freetype even compile with this in it?
unc0rr [Mon, 26 Sep 2011 21:45:33 +0400] rev 6040
- Add unique id to replay file name
- INSERT instead of UPDATE for stats
Xeli [Sat, 08 Oct 2011 14:55:13 +0200] rev 6039
Removed the need for duplicate libraries, the android build now uses lua, freetype and tremor from misc/
sheepluva [Mon, 26 Sep 2011 03:12:09 +0200] rev 6038
wow, somebody was smoking some reaaally good sh!t right there, man!
Xeli [Sat, 08 Oct 2011 14:52:16 +0200] rev 6037
Allow for multicore compiling on quadcores, everyone has one right? :P It has perfomance benifits on single cores too so it's all good =)
sheepluva [Mon, 26 Sep 2011 00:15:10 +0200] rev 6036
small cleanup: enum instead of magic numbers
Xeli [Fri, 07 Oct 2011 14:17:07 +0200] rev 6035
Close a game without leaking memory. It should be noted that sending an SDL Quit event leaks memory
koda [Sun, 25 Sep 2011 23:29:04 +0200] rev 6034
Added tag Hedgewars-iOS-1.3.2 for
changeset 652a199d4f38
koda [Tue, 04 Oct 2011 19:20:42 +0200] rev 6033
fix compiling for android, strip out all delphi code, objfpc ftw
koda [Sun, 25 Sep 2011 23:28:23 +0200] rev 6032
my qt version needs this to work...
koda [Tue, 04 Oct 2011 17:18:25 +0200] rev 6031
strip eols and delphi mode
sheepluva [Sun, 25 Sep 2011 21:54:26 +0200] rev 6030
fix typo that sneaked in by pressing ctrl+z one time too much I guess :D
koda [Mon, 26 Sep 2011 01:32:48 +0200] rev 6029
changed Game arguments to accept data path on 9th array element (like planned)
nemo [Sun, 25 Sep 2011 15:40:01 -0400] rev 6028
rename to match prior mass hat rename
koda [Mon, 26 Sep 2011 01:16:15 +0200] rev 6027
code working on ios now
sheepluva [Sun, 25 Sep 2011 20:54:51 +0200] rev 6026
get rid of that annoying 'Invalid state: in Lobby' message after room being closed or player being kicked from room. (the frontend always tried to leave the room he already left again)
koda [Mon, 26 Sep 2011 00:03:14 +0200] rev 6025
reviewed the build system and parts of the previous merge, performed some code cleanup
sheepluva [Sun, 25 Sep 2011 19:30:10 +0200] rev 6024
some more cleanups and refactoring.
functional changes: when generating random hog names avoid duplicate names (if possible)
Xeli [Sun, 25 Sep 2011 18:24:01 +0200] rev 6023
merge
sheepluva [Sun, 25 Sep 2011 16:09:55 +0200] rev 6022
fix somebody's sed-oops
koda [Sun, 25 Sep 2011 03:32:07 +0200] rev 6021
some hopefully harmless experiments
koda [Sun, 25 Sep 2011 02:28:33 +0200] rev 6020
this finally fixes the interaction between RestoredGameViewController and StatsPagesViewController
koda [Sat, 24 Sep 2011 22:35:31 +0200] rev 6019
warnings round also for ios
koda [Sat, 24 Sep 2011 22:27:52 +0200] rev 6018
add a class method for getting the overlay (and fix a silly mistake while at it) and use it
koda [Sat, 24 Sep 2011 21:54:11 +0200] rev 6017
better memory cleanup for audiomanager and position of lower stats button
koda [Sat, 24 Sep 2011 14:48:23 +0200] rev 6016
disable the followgear vertical offset for small screen devices
sheepluva [Sat, 24 Sep 2011 22:14:10 +0200] rev 6015
cleaning up a little bit more, especially team class. we were leaking teams into heap memory on quick game starts btw
unc0rr [Sat, 24 Sep 2011 22:27:20 +0400] rev 6014
Report long flight archievement
unc0rr [Sat, 24 Sep 2011 21:21:21 +0400] rev 6013
Fix some warnings
unc0rr [Sat, 24 Sep 2011 21:14:51 +0400] rev 6012
Store replays for further analysis
unC0Rr [Sat, 24 Sep 2011 22:16:49 +0400] rev 6011
Fix a bunch of warnings (also improves speed a bit in 32 bit code)
sheepluva [Sat, 24 Sep 2011 17:12:46 +0200] rev 6010
I wanted to move this line, not to delete it heh.
sheepluva [Sat, 24 Sep 2011 16:22:10 +0200] rev 6009
code cleanup/etc
koda [Sat, 24 Sep 2011 04:53:53 +0200] rev 6008
fix a crash in getting statistics and a glitch that made background music start while in-game
koda [Fri, 26 Oct 2012 14:19:43 +0100] rev 6007
close branch
koda [Sat, 24 Sep 2011 03:00:57 +0200] rev 6006
yeah, fix dates -.-
sheepluva [Tue, 18 Oct 2011 05:43:16 +0200] rev 6005
backport of c90f50e6dd8e (eggshell vgt related segfault)
koda [Sat, 24 Sep 2011 02:23:15 +0200] rev 6004
use a real button instead of a cellview in statspage
koda [Sun, 16 Oct 2011 19:02:48 +0200] rev 6003
fix the config.inc conflict by making the ios one in another folder
sheepluva [Sat, 24 Sep 2011 01:41:03 +0200] rev 6002
rope: CheezeMonkey (omg I mentioned your name :O) has pointed out that there is still a way to get stuck in walls. This should fix it.
NOTE: although not necessary for this fix to work rope behavior got also changed:
I removed the direction-bias. if you press left and right at the same time the result is now neutral rather than left.
koda [Sun, 16 Oct 2011 18:37:57 +0200] rev 6001
more details in chCheckProto
koda [Sat, 24 Sep 2011 00:54:47 +0200] rev 6000
ios frontend: sounds and music have their own class now (with caching\!) instead of being spread here and there (exploiting class methods like a true oop pro)
koda [Fri, 14 Oct 2011 19:00:31 +0200] rev 5999
display a message when network is down or server is not reachable, nemo also made the page refresh at display time
sheepluva [Fri, 23 Sep 2011 22:42:30 +0200] rev 5998
many many netclient/frondent changes (just the beginning though):
* better separation of concerns
* trying to reduce segfaulst due to netclient being deconstructed while still in use
* no extra popup for quit reason anymore
* errors/warnings will be displayed in chat instead of popups in most cases
* NOTE: auto-kick for ignored players is currently _disabled_ will fix that soon
koda [Wed, 12 Oct 2011 04:14:38 +0200] rev 5997
because betas are baaaad (also really fix compiling everywhere)
unc0rr [Sat, 24 Sep 2011 00:00:57 +0400] rev 5996
Convert boolean variable + a bunch of fields which make sense only while game is going on into Maybe + structure
nemo [Sun, 25 Sep 2011 10:48:18 -0400] rev 5995
merge from default. Pulls in sheepluva's frontend work, and unbreaks engine cmake.
koda [Fri, 23 Sep 2011 09:58:41 +0200] rev 5994
don't rumble while synchronising a demo/save
sheepluva [Thu, 22 Sep 2011 23:20:11 +0200] rev 5993
randomly selected static/mission maps weren't properly reported to others in room (only new seed was)
koda [Thu, 22 Sep 2011 15:30:40 +0200] rev 5992
prevent screen locking while synching saves (can take some time)
unc0rr [Thu, 22 Sep 2011 17:19:39 +0400] rev 5991
Fix sheepluva's merge
sheepluva [Thu, 22 Sep 2011 14:02:44 +0200] rev 5990
let frontend send (copypasta) multi-line messages line by line to avoid protocol violation
unc0rr [Thu, 22 Sep 2011 11:44:39 +0400] rev 5989
My best guess for
issue #285 is send thread being stuck at sendAll function, so I move client removing function before sendAll
nemo [Wed, 21 Sep 2011 22:03:31 -0400] rev 5988
Disable clouds
koda [Thu, 22 Sep 2011 01:28:50 +0200] rev 5987
ios version bump
koda [Thu, 22 Sep 2011 01:28:19 +0200] rev 5986
apparently the old way was the correct one
koda [Thu, 22 Sep 2011 01:18:31 +0200] rev 5985
aligned credits and game modes to main release
koda [Thu, 22 Sep 2011 01:02:57 +0200] rev 5984
create the ios schemes programmatically
koda [Wed, 21 Sep 2011 23:15:44 +0200] rev 5983
retina images, again
koda [Wed, 21 Sep 2011 22:51:52 +0200] rev 5982
mad several updates to the resource copying phase in the ios project file, changed paths of some images and added some smaller forts version
nemo [Wed, 21 Sep 2011 15:00:01 -0400] rev 5981
Couple of missed changes inu pointed out
koda [Wed, 21 Sep 2011 17:31:37 +0200] rev 5980
one more
koda [Wed, 21 Sep 2011 17:14:26 +0200] rev 5979
moar @2x
koda [Wed, 21 Sep 2011 12:57:30 +0200] rev 5978
another round of retina display images
nemo [Tue, 20 Sep 2011 20:52:04 -0400] rev 5977
Disable a bit of code from revision 4 that I'm pretty sure is not hit anymore, or we'd end up with plenty of doubled graves at a minimum. Also, clear gstWinner/gstLoser along with gstWait - still need to figure out why exactly those aren't rendering anymore though.
koda [Wed, 21 Sep 2011 02:05:42 +0200] rev 5976
fixed several 'retina display' images and added a bunch more (though just from upscaling the normal ones; might be nice to have 'em redrawn at a real higher resolution)
koda [Tue, 20 Sep 2011 23:43:52 +0200] rev 5975
let's use the built in events, shall we
nemo [Tue, 20 Sep 2011 16:00:20 -0400] rev 5974
check for amNothing
nemo [Tue, 20 Sep 2011 13:37:52 -0400] rev 5973
Revert koda's c24fdd9a0458 until it stops breaking my builds :-p
nemo [Tue, 20 Sep 2011 13:27:07 -0400] rev 5972
Clear gstAnimation and reset Timer before entering death animation
nemo [Tue, 20 Sep 2011 12:59:02 -0400] rev 5971
revert prev - that was dumb. wrong gear.
nemo [Tue, 20 Sep 2011 12:46:45 -0400] rev 5970
Let's actually add the gstHHDeath check to the right line, shall we?
nemo [Tue, 20 Sep 2011 12:02:58 -0400] rev 5969
Check on active hedgehog death animation
koda [Mon, 19 Sep 2011 23:35:07 +0200] rev 5968
this reintroduces the gsSuspend state to fix multitasking on ios
koda [Mon, 19 Sep 2011 23:18:48 +0200] rev 5967
using fpc 2.7.1 in ios project file
sheepluva [Mon, 19 Sep 2011 23:49:20 +0200] rev 5966
also merge 0.9.16 in to make koda happy
sheepluva [Mon, 19 Sep 2011 23:25:13 +0200] rev 5965
merge the 2 heads. I hope I did it right. also I increased proto and ver number
nemo [Mon, 19 Sep 2011 14:17:33 -0400] rev 5964
return nil for position if no gear
koda [Mon, 19 Sep 2011 19:12:19 +0200] rev 5963
fix mac compilation
sheepluva [Sun, 18 Sep 2011 21:59:34 +0200] rev 5962
merge changes from 0.9.16 branch - I bet I just broke something XD
koda [Mon, 19 Sep 2011 14:38:44 +0200] rev 5961
Added tag 0.9.16-release for
changeset 74bc72746bec
sheepluva [Sun, 18 Sep 2011 21:46:00 +0200] rev 5960
make chatsection in game room stretch if space is available
sheepluva [Sun, 18 Sep 2011 21:06:09 +0200] rev 5959
another fix for a popup window that had no style
sheepluva [Sun, 18 Sep 2011 16:46:26 +0200] rev 5958
set a default value for density that shouldn't lead to div by 0
unc0rr [Sat, 17 Sep 2011 22:01:17 +0400] rev 5957
Include lib* into src package
unc0rr [Sat, 17 Sep 2011 21:48:18 +0400] rev 5956
okay, let's revert this for now
unc0rr [Mon, 19 Sep 2011 23:55:52 +0400] rev 5955
- Unset hhdriven flag for gone hedgehog
- Fix incorrect work with states in gstWait state handler
- These two changes fix the bug with hogs of gone team not disappearing
nemo [Sat, 17 Sep 2011 13:40:54 -0400] rev 5954
Revert 3ec95dc2b249 - causes hogs to be trapped in the teleport animation. bad breakage
sheepluva [Sat, 17 Sep 2011 19:43:45 +0200] rev 5953
fix style of lobby chatroom user context menu
nemo [Sat, 17 Sep 2011 10:22:35 -0400] rev 5952
oops, it was already added
unc0rr [Sat, 17 Sep 2011 16:20:54 +0400] rev 5951
Set version to 0.9.16, protocol to 39
nemo [Sat, 17 Sep 2011 10:11:56 -0400] rev 5950
Add straight lines to changelog
unc0rr [Sat, 17 Sep 2011 16:20:09 +0400] rev 5949
Merge recent changes from default
sheepluva [Sat, 17 Sep 2011 11:39:42 +0200] rev 5948
update copyright year of README
mikade [Sat, 17 Sep 2011 04:09:05 +0200] rev 5947
change the changelog
sheepluva [Sat, 17 Sep 2011 00:34:21 +0200] rev 5946
update credits a bit
sheepluva [Sat, 17 Sep 2011 00:04:16 +0200] rev 5945
german translations, a lot was still missing -.-
nemo [Fri, 16 Sep 2011 16:52:05 -0400] rev 5944
typo
Xeli [Sun, 25 Sep 2011 18:22:12 +0200] rev 5943
Attempt to prevent oom after restarting too many times
nemo [Fri, 16 Sep 2011 15:26:43 -0400] rev 5942
merge
Xeli [Sun, 25 Sep 2011 18:19:45 +0200] rev 5941
make the fire button appear only on android for now, I'll make it depend on a variable later on
nemo [Fri, 16 Sep 2011 15:21:27 -0400] rev 5940
clear HHJump on portaling
nemo [Fri, 16 Sep 2011 15:26:02 -0400] rev 5939
merge
Xeli [Fri, 16 Sep 2011 20:39:14 +0200] rev 5938
isOnCurrentHog and isOnCrosshair now look at the distance relative to the screen rather than world coords, this means that zooming out doesn't make it harder to touch the hog or crosshair
inu [Fri, 16 Sep 2011 15:03:29 -0400] rev 5937
pt update
Xeli [Fri, 16 Sep 2011 20:38:23 +0200] rev 5936
removed some commented lines
nemo [Fri, 16 Sep 2011 14:43:04 -0400] rev 5935
Requested a few times
Xeli [Fri, 16 Sep 2011 18:24:50 +0200] rev 5934
Exit hedgewars cleanly and return to the frontend with out crashing + fixed error messages "foo" -> HWEngine_Loader
nemo [Fri, 16 Sep 2011 14:04:21 -0400] rev 5933
AI insists on using snowball for digging. Until that is prevented, remove snowball
Xeli [Fri, 16 Sep 2011 18:17:16 +0200] rev 5932
merge
unc0rr [Fri, 16 Sep 2011 19:55:11 +0400] rev 5931
- Allow 8 teams in game on 0.9.16-dev
- Move protocol version check from FOLLOW to JOIN_ROOM
nemo [Fri, 16 Sep 2011 10:29:09 -0400] rev 5930
Aaaaalllways!
Marco Bresciani [Fri, 16 Sep 2011 14:55:48 +0200] rev 5929
Italian translation
sheepluva [Fri, 16 Sep 2011 14:04:45 +0200] rev 5928
whoops, this line got lost in merging action
szczur [Fri, 16 Sep 2011 13:50:56 +0200] rev 5927
Polish translation updates
nemo [Thu, 15 Sep 2011 22:53:47 -0400] rev 5926
2 extra steps was still occasionally causing problems w/ edge cases. hopefully 3 should do the trick
nemo [Thu, 15 Sep 2011 22:33:55 -0400] rev 5925
Move options caption to box title. This frees up quite a bit of space at 800x600
nemo [Thu, 15 Sep 2011 20:39:04 -0400] rev 5924
Tweak sparkles, glass. Left glass commented out in case he prefers old behaviour.
mikade [Fri, 16 Sep 2011 01:45:41 +0200] rev 5923
check waterline
sheepluva [Fri, 16 Sep 2011 01:12:57 +0200] rev 5922
moar sparkles :3
nemo [Thu, 15 Sep 2011 18:54:16 -0400] rev 5921
Avoid hog repeating himself
Palewolf [Fri, 16 Sep 2011 00:32:53 +0200] rev 5920
Spanish translation
sheepluva [Fri, 16 Sep 2011 00:18:21 +0200] rev 5919
TestRectForObstacle: areas outside map borders are not passable
sheepluva [Thu, 15 Sep 2011 23:08:17 +0200] rev 5918
change²log
Henek [Thu, 15 Sep 2011 20:52:58 +0200] rev 5917
merge :(
sheepluva [Thu, 15 Sep 2011 19:20:13 +0200] rev 5916
fix back button location in post-game stats screen
Henek [Thu, 15 Sep 2011 20:51:43 +0200] rev 5915
updateing swedish translation
unc0rr [Thu, 15 Sep 2011 20:40:59 +0400] rev 5914
0.9.16 branch
sheepluva [Thu, 15 Sep 2011 17:19:49 +0200] rev 5913
fix and optimize kamikaze's png
sheepluva [Thu, 15 Sep 2011 10:11:38 +0200] rev 5912
screenshots: display a msg on failure and log causative error
sheepluva [Thu, 15 Sep 2011 09:19:56 +0200] rev 5911
based on the fact that the crash never seemed to have happened with default screen resolutions and also inspired by the only other getmem usage in the code I came up with this simple solution which seems to work just fine.
I do not understand why getmem seems to need this, but well - feel free to explain.
sheepluva [Thu, 15 Sep 2011 03:17:23 +0200] rev 5910
cleaned up the screenshot procedure a little.
This does NOT fix the segfaults or invalid pointer operations that occur in there for me if I resize the window and then screenshot (does not always happen. usually in FreeMem() after the successful save though!
sheepluva [Thu, 15 Sep 2011 01:41:21 +0200] rev 5909
Randy's soldier helmet hat. I fixed the animation, brightened the color and made it a Team-colored hat.
Randy would also like to have his original hat committed ( http://img535.imageshack.us/img535/6720/awag.png) - let me know what you think.
nemo [Wed, 14 Sep 2011 19:20:39 -0400] rev 5908
Updated translation after typo fix
sheepluva [Thu, 15 Sep 2011 00:47:05 +0200] rev 5907
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
koda [Wed, 14 Sep 2011 22:39:39 +0200] rev 5906
merge
sheepluva [Wed, 14 Sep 2011 20:42:45 +0200] rev 5905
some love for TeamHeadband.png
mikade [Wed, 14 Sep 2011 14:27:28 -0400] rev 5904
Updates to golf theme.
nemo [Wed, 14 Sep 2011 14:14:23 -0400] rev 5903
merge
mikade [Wed, 14 Sep 2011 18:40:10 +0200] rev 5902
oops, just burning through commits today.
mikade [Wed, 14 Sep 2011 18:19:07 +0200] rev 5901
Add sounds for incorrectly placed waypoint, fastest time, and no record of any kind.
mikade [Wed, 14 Sep 2011 18:05:54 +0200] rev 5900
Revert currently unneccessary changes to uScript.
Don't allow way-points to be placed in land or outside of border boundaries
mikade [Wed, 14 Sep 2011 17:52:46 +0200] rev 5899
merge
sheepluva [Wed, 14 Sep 2011 19:07:18 +0200] rev 5898
add blink to cyclops hat
mikade [Wed, 14 Sep 2011 15:23:40 +0200] rev 5897
Expose some vars for tracking the border.
sheepluva [Wed, 14 Sep 2011 17:17:50 +0200] rev 5896
lua: boolean TestRectForObstacle(x1, y1, x2, y2, landOnly)
nemo [Tue, 13 Sep 2011 21:25:13 -0400] rev 5895
smoothing should be after despeckling
mikade [Wed, 14 Sep 2011 00:06:26 +0200] rev 5894
Balanced shield miser, multi-shot, and boss kills in SI. Added radar ping.
Make Racer less prone to fail. <- Please test.
nemo [Tue, 13 Sep 2011 17:49:39 -0400] rev 5893
unc0rr [Tue, 13 Sep 2011 21:15:23 +0400] rev 5892
Slightly translated ru.lua
unc0rr [Tue, 13 Sep 2011 21:02:12 +0400] rev 5891
Translation update
igor-hkr@mail.ru [Tue, 13 Sep 2011 20:56:53 +0400] rev 5890
Translation update
sheepluva [Mon, 12 Sep 2011 23:31:19 +0200] rev 5889
typo
nemo [Tue, 13 Sep 2011 10:30:39 -0400] rev 5888
Still haven't received updated lt ts file, but no reason that the .txt and .lua shouldn't get used
nemo [Tue, 13 Sep 2011 00:51:02 -0400] rev 5887
Don't set lfDamaged for small tunnels
nemo [Tue, 13 Sep 2011 00:32:41 -0400] rev 5886
fix voice preview
nemo [Tue, 13 Sep 2011 00:13:01 -0400] rev 5885
Remove extra graphical resweeps, and smooth prior to despeckling. Was getting odd desync here without Land[] seemingly incorrect at end of passes. Just removing seems to fix, and code wasn't that good an idea in its prior state anyway.
nemo [Mon, 12 Sep 2011 20:53:56 -0400] rev 5884
oops
nemo [Mon, 12 Sep 2011 19:30:18 -0400] rev 5883
Disable GL SetAttributes for Windows due to many testers with problems. This restores .15 behaviour.
If we can find willing testers, perhaps we can narrow down which attribute was the problem.
Also reenable F12 bind for Windows.
nemo [Mon, 12 Sep 2011 16:51:45 -0400] rev 5882
Fix hat naming, keep case consistent within the streetfighter group, fix spelling error.
nemo [Mon, 12 Sep 2011 16:38:54 -0400] rev 5881
unc0rr [Mon, 12 Sep 2011 23:08:24 +0400] rev 5880
Add 0.9.16 and 0.9.17-dev version info to server
unc0rr [Mon, 12 Sep 2011 21:51:14 +0400] rev 5879
This should check if Qt provides zlib functions, and adds zlib dependency in case of zlibless Qt. Tested with Qt providing zlib functions only.
koda [Mon, 12 Sep 2011 18:53:28 +0200] rev 5878
I.Fight.For.The.Users
koda [Mon, 12 Sep 2011 15:58:59 +0200] rev 5877
remove the forced fullscreen resolution since everyone is hating it; kept it around only for stereo rendering (where it's mandatory)
sheepluva [Mon, 12 Sep 2011 14:56:24 +0200] rev 5876
fix out-of-dir builds
sheepluva [Mon, 12 Sep 2011 07:38:16 +0200] rev 5875
don't load key binds for AI hedgehogs
sheepluva [Mon, 12 Sep 2011 07:27:34 +0200] rev 5874
nemo's molotov burst effect; with a slight color modification added
sheepluva [Mon, 12 Sep 2011 06:31:10 +0200] rev 5873
fix side-effects of nemo's bottle-turnin'
nemo [Sun, 11 Sep 2011 21:32:49 -0400] rev 5872
uh, that was just so I could look at the flame more closely, wasn't supposed to be checked in
nemo [Sun, 11 Sep 2011 21:30:42 -0400] rev 5871
Since we are tweaking molotov. make the flame flickery and add a drowning frame
sheepluva [Mon, 12 Sep 2011 00:47:49 +0200] rev 5870
smoke for molotov
nemo [Sun, 11 Sep 2011 18:09:49 -0400] rev 5869
make it more sekret
sheepluva [Sun, 11 Sep 2011 23:48:40 +0200] rev 5868
cyclops hat by Randy
nemo [Sun, 11 Sep 2011 15:51:56 -0400] rev 5867
rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo [Sun, 11 Sep 2011 14:46:04 -0400] rev 5866
aaaallways, I want to beeee with you, and make belieeeeve with you
unc0rr [Sun, 11 Sep 2011 21:45:28 +0400] rev 5865
Save demo when loaded from save game finishes
nemo [Sun, 11 Sep 2011 13:21:50 -0400] rev 5864
Remove some transparencies, fix some files
nemo [Sun, 11 Sep 2011 13:16:01 -0400] rev 5863
Man, checking it at end of turn was just tidier :(
nemo [Sun, 11 Sep 2011 13:12:52 -0400] rev 5862
better?
sheepluva [Sun, 11 Sep 2011 18:57:54 +0200] rev 5861
fix for disconnect reason not being shown
sheepluva [Sun, 11 Sep 2011 18:37:34 +0200] rev 5860
omg how could I forget
sheepluva [Sun, 11 Sep 2011 18:35:59 +0200] rev 5859
added some changes I remembered/saw in the logs to the changelog
sheepluva [Sun, 11 Sep 2011 18:19:05 +0200] rev 5858
hand drawn map editor: allow "undo" after "clear"
nemo [Sun, 11 Sep 2011 11:09:28 -0400] rev 5857
Also this
nemo [Sun, 11 Sep 2011 10:46:53 -0400] rev 5856
Should prevent a crasher when drowning while firing
nemo [Sun, 11 Sep 2011 10:22:09 -0400] rev 5855
I do believe the only thing that was *ever* wrong with camera shake was someone decided to use getRandom on something that had always been a visual effect anyway. Pretty sure WorldDx is in fact safe to modify.
sheepluva [Sun, 11 Sep 2011 16:18:49 +0200] rev 5854
small de update
sheepluva [Sun, 11 Sep 2011 16:07:36 +0200] rev 5853
whoops, I didn't want to commit that line
nemo [Sun, 11 Sep 2011 10:00:32 -0400] rev 5852
tweak
nemo [Sun, 11 Sep 2011 09:46:22 -0400] rev 5851
Focus camera on moving current hog (probably more important to player). Should make tumbler, sine gun play, attacking off rope and saucer more playable. Also fix a typo in prior offset, and compensate for zoom.
sheepluva [Sun, 11 Sep 2011 15:38:45 +0200] rev 5850
make "All Files" file filter in file dialog actually display all files rather then just those with a dot in their name
sheepluva [Sun, 11 Sep 2011 15:18:46 +0200] rev 5849
nemo [Sun, 11 Sep 2011 08:54:21 -0400] rev 5848
Try the same offsetting as X - I think it helps w/ mikade's Space Invasion camera problem
sheepluva [Sat, 10 Sep 2011 22:55:31 -0400] rev 5847
sheepluva [Sun, 11 Sep 2011 04:22:57 +0200] rev 5846
german lua translations
mikade [Sun, 11 Sep 2011 04:08:50 +0200] rev 5845
Substitute broken Tumbler-based GaudyRacer with generic, map independant Racer.
More changes/updates on this script to come.
nemo [Sat, 10 Sep 2011 21:23:12 -0400] rev 5844
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo [Sat, 10 Sep 2011 21:02:34 -0400] rev 5843
For better or for worse. Add sheepluva's forcing of clean on engine subdirectory. This works around a bug in fpc 2.4-2.6 that appears to generate incorrect inlining of loops on 2nd build. -B avoids this, but without a clean, the -B never got called. Also restore options, which I had confused w/ config. my bad.
mikade [Sun, 11 Sep 2011 02:24:46 +0200] rev 5842
fix timebox (differently), support for more players, remove version numbers,
enable limited sudden death. Also: using Skip Go generates as many points as
you would have gotten had you sat and waited.
sheepluva [Sun, 11 Sep 2011 00:36:47 +0200] rev 5841
some portal love for deagle/etc shots
nemo [Sat, 10 Sep 2011 11:40:37 -0400] rev 5840
tone flash waaaaay down when zoomed out
sheepluva [Sat, 10 Sep 2011 16:21:38 +0200] rev 5839
fix: let's use less random code for drawing the bullet trajectory
nemo [Sat, 10 Sep 2011 10:13:19 -0400] rev 5838
This condition should have been removed when I was changing targetting
sheepluva [Sat, 10 Sep 2011 14:43:16 +0200] rev 5837
translation fail/typo
sheepluva [Sat, 10 Sep 2011 14:10:14 +0200] rev 5836
some sniper training improvements and few german lua translations
sheepluva [Sat, 10 Sep 2011 04:08:15 +0200] rev 5835
actual rope fix for hogs getting stuck on walls
sheepluva [Sat, 10 Sep 2011 03:27:47 +0200] rev 5834
rollin' back my silly hack (
rea4d1fe665d7 )
sheepluva [Sat, 10 Sep 2011 01:05:01 +0200] rev 5833
Fix preview of ruler map. Thanks to Randy for pointing out it was incorrect.
nemo [Fri, 09 Sep 2011 18:30:40 -0400] rev 5832
Remove some unused variables and options.inc which uFloat doesn't use, probably should never use, and was getting in the way of my testcase - but most importantly, remove the inline on hwSqrt which was causing very bad math on my compiler/machine. We may have to remove more inlining. A pity.
sheepluva [Fri, 09 Sep 2011 21:31:39 +0200] rev 5831
monkey task: always log to userpath
sheepluva [Fri, 09 Sep 2011 20:17:50 +0200] rev 5830
move hedgehogs out of walls
unc0rr [Fri, 09 Sep 2011 22:04:40 +0400] rev 5829
Don't test for hasGone in unapproved places. Now any possibility of desync on player quit is ruled out. Not tested at all.
Xeli [Fri, 16 Sep 2011 17:36:05 +0200] rev 5828
Changed firebutton, parameters in uTouch might need to be tweaked some more
sheepluva [Fri, 09 Sep 2011 15:52:59 +0200] rev 5827
we don't need trailing whitespaces... I guess :P
Xeli [Wed, 14 Sep 2011 18:43:16 +0200] rev 5826
Fix to enable compiling for something else than arm, the compiler for x64_86 didn't recognize Int32 etc..
sheepluva [Fri, 09 Sep 2011 15:36:30 +0200] rev 5825
Scripting: Update screen dimensions on screen resize and introduce onScreenResize() event.
I implemented that event in Tumber and Space Invasion already in order to update HUD locations properly. (mikade: deal with it $
Xeli [Fri, 09 Sep 2011 05:15:45 +0200] rev 5824
merge
mikade [Fri, 09 Sep 2011 03:57:45 +0200] rev 5823
merge
Disable SuddenDeath on Missions
Fix hats for Missions
Add achievement "Lively Lifeguard" for "That Sinking Feeling"
mikade [Fri, 09 Sep 2011 03:22:08 +0200] rev 5822
merge
mikade [Fri, 09 Sep 2011 03:21:16 +0200] rev 5821
Allow limited form of SuddenDeath (WaterRise = 0) in both CTF modes
Fix missing case of support for more players in CTF_Blizzard
nemo [Thu, 08 Sep 2011 21:20:12 -0400] rev 5820
er. let's reference the right gear, shall we?
mikade [Fri, 09 Sep 2011 03:00:03 +0200] rev 5819
Add support for more players.
(Hopefully) prevent Time-Box (or is that Time Box?) ruining my life.
nemo [Thu, 08 Sep 2011 21:18:44 -0400] rev 5818
There. Push this back on to unc0rr. This effect can still desync, 'cause it always could, but at least now the two are linked w/o argument I think.
mikade [Fri, 09 Sep 2011 02:11:51 +0200] rev 5817
For now, don't spawn anything other than health crates.
sheepluva [Fri, 09 Sep 2011 03:04:15 +0200] rev 5816
"fix" for a screen scaling problem I had after resizing to odd width number values
sheepluva [Fri, 09 Sep 2011 01:25:21 +0200] rev 5815
* ShoppaKing/TrophyRace maps updated by wolfmarc
* post new resolution in console on resize
sheepluva [Fri, 09 Sep 2011 00:22:48 +0200] rev 5814
change minimum resolution back to 640x480 (full weapon menu too big for smaller screens)
nemo [Thu, 08 Sep 2011 13:03:58 -0400] rev 5813
oops
nemo [Thu, 08 Sep 2011 13:01:20 -0400] rev 5812
Restore hog on team gone
sheepluva [Thu, 08 Sep 2011 17:44:51 +0200] rev 5811
fix knight hat
unc0rr [Thu, 08 Sep 2011 17:59:19 +0400] rev 5810
Fix loading from save desync
unc0rr [Thu, 08 Sep 2011 15:39:30 +0400] rev 5809
Remove unnecessary and wrong check
unc0rr [Wed, 07 Sep 2011 11:19:10 +0400] rev 5808
Replace tab with space
nemo [Thu, 08 Sep 2011 08:44:17 -0400] rev 5807
Define 2 script callbacks to notify of hog vanishment
nemo [Thu, 08 Sep 2011 00:29:01 -0400] rev 5806
remove debug message, clear a couple of global gear references if appropriate, fix control script
nemo [Wed, 07 Sep 2011 20:54:32 -0400] rev 5805
Add flickery ghost grave
nemo [Wed, 07 Sep 2011 20:53:45 -0400] rev 5804
Since shakes are still proving unsafe until camera is reworked, try a mild flash instead
nemo [Wed, 07 Sep 2011 20:35:24 -0400] rev 5803
Revert camera shake. Now to make sure we don't desync anymore.
Star [Wed, 07 Sep 2011 20:13:14 -0400] rev 5802
updated hat
jose1711 [Sat, 08 Oct 2011 16:45:52 +0200] rev 5801
merge
nemo [Wed, 07 Sep 2011 20:12:20 -0400] rev 5800
NEEDS TESTING. Try reenabling camera shake based on unc0rr's comment.
nemo [Wed, 07 Sep 2011 15:06:42 -0400] rev 5799
svg export darkened the upper white band a bit too much for my tastes
nemo [Wed, 07 Sep 2011 15:03:26 -0400] rev 5798
new countries
nemo [Tue, 06 Sep 2011 17:14:29 -0400] rev 5797
fix hat name
nemo [Tue, 06 Sep 2011 17:10:03 -0400] rev 5796
Another mass hat rename, because people were just about finished fixing their teams.
unc0rr [Tue, 06 Sep 2011 21:15:01 +0400] rev 5795
- Don't generate seed twice
- Also update preview of missions when new one is chosen
unc0rr [Tue, 06 Sep 2011 21:10:02 +0400] rev 5794
Send mapgen for static maps
unc0rr [Tue, 06 Sep 2011 20:53:26 +0400] rev 5793
This should be a real fix (7643cbb88f09 reverted). Not tested.
tsleon [Tue, 06 Sep 2011 10:40:32 -0400] rev 5792
translation update
szczur [Tue, 06 Sep 2011 10:37:32 -0400] rev 5791
translation update
unc0rr [Tue, 06 Sep 2011 13:36:10 +0400] rev 5790
Fix link again (changed libraries order)
nemo [Mon, 05 Sep 2011 16:20:35 -0400] rev 5789
Don't set index if using static map - avoids desync where map name is passed and list is set, but then index is set to 0
nemo [Mon, 05 Sep 2011 15:48:46 -0400] rev 5788
Add update preview when picking random static
nemo [Mon, 05 Sep 2011 15:32:58 -0400] rev 5787
Add a fade out when in lag for snow.
nemo [Mon, 05 Sep 2011 15:05:46 -0400] rev 5786
check for turn over (infinite attack)
unC0Rr [Mon, 05 Sep 2011 21:45:28 +0400] rev 5785
Fix linking in windows
unC0Rr [Mon, 05 Sep 2011 21:12:22 +0400] rev 5784
Add zlib headers (library itself is included to Qt)
sheepluva [Mon, 05 Sep 2011 16:04:05 +0200] rev 5783
3 more user hats, fixed by "Star and Moon", thank you!
sheepluva [Mon, 05 Sep 2011 15:11:46 +0200] rev 5782
fix gas mask hat
unc0rr [Mon, 05 Sep 2011 15:51:32 +0400] rev 5781
Don't refuse to create save file when a game loaded from save interrupts
unc0rr [Mon, 05 Sep 2011 15:49:14 +0400] rev 5780
Support Qt version which have no qHash(QUrl)
nemo [Sun, 04 Sep 2011 17:26:38 -0400] rev 5779
Move a few more, exclude NoHat and team hats from animation
nemo [Sun, 04 Sep 2011 17:15:09 -0400] rev 5778
Load list of hats dynamically.
nemo [Sun, 04 Sep 2011 16:42:51 -0400] rev 5777
Add check on amNothing
nemo [Sun, 04 Sep 2011 16:35:27 -0400] rev 5776
Break a bunch of teams by reorganising hats so that similar ones are found together. Hat groupings by Star
nemo [Sun, 04 Sep 2011 14:05:11 -0400] rev 5775
copy/paste fail
nemo [Sun, 04 Sep 2011 13:54:24 -0400] rev 5774
make pickhammer and blowtorch burn time for infinite attack mode
unc0rr [Sun, 04 Sep 2011 21:40:47 +0400] rev 5773
Some renaming
unc0rr [Sun, 04 Sep 2011 21:39:50 +0400] rev 5772
Replace iterators with simple declarative foreach (not tested if it works)
nemo [Sun, 04 Sep 2011 13:36:59 -0400] rev 5771
by request of shoppa player, remove land spray from shoppa wep set
nemo [Sun, 04 Sep 2011 13:13:51 -0400] rev 5770
load mask from user path as well
unc0rr [Sun, 04 Sep 2011 21:03:06 +0400] rev 5769
Prevent runtime warning
unc0rr [Sun, 04 Sep 2011 20:51:54 +0400] rev 5768
Only prepend hedgewars.org if the url is relative
nemo [Sun, 04 Sep 2011 12:47:10 -0400] rev 5767
remove dupe
nemo [Sun, 04 Sep 2011 12:34:43 -0400] rev 5766
oops
unc0rr [Sun, 04 Sep 2011 20:21:08 +0400] rev 5765
Allow surfing, download and extract only .zip files
nemo [Sun, 04 Sep 2011 12:19:31 -0400] rev 5764
truncate page on comment tags, as suggested by unc0rr
nemo [Sun, 04 Sep 2011 12:06:10 -0400] rev 5763
Add a crappy button to encourage artists to make another one. Restore Info page.
unc0rr [Sun, 04 Sep 2011 19:04:36 +0400] rev 5762
Extract to cfgdir
nemo [Sun, 04 Sep 2011 10:54:00 -0400] rev 5761
update animation page. remove test image
nemo [Sun, 04 Sep 2011 10:47:44 -0400] rev 5760
Add a bunch of new hats from the hats thread. There are still 20 or so that need pixel fixes that are not in this list.
unc0rr [Sun, 04 Sep 2011 17:33:33 +0400] rev 5759
Call update() so loaded images appear
unc0rr [Sun, 04 Sep 2011 14:59:38 +0400] rev 5758
Fix a warning
unc0rr [Sun, 04 Sep 2011 14:46:46 +0400] rev 5757
Link against quazip
unc0rr [Sun, 04 Sep 2011 14:44:13 +0400] rev 5756
Extract downloaded content into temp dir
unc0rr [Sun, 04 Sep 2011 13:46:08 +0400] rev 5755
Implement DataBrowser which downloads resources (images, css) on its own.
There's a hack with resources base url and a bug with images not appearing when downloading done (scroll helps though).
unc0rr [Sun, 04 Sep 2011 11:48:01 +0400] rev 5754
- Implement progressbars to show download progress
- Link to quazip library (not used yet)
jose1711 [Thu, 08 Sep 2011 00:34:57 +0200] rev 5753
Updated Slovak translation
unc0rr [Sun, 04 Sep 2011 10:58:42 +0400] rev 5752
Add QuaZIP library to build system
jose1711 [Sun, 04 Sep 2011 00:48:54 +0200] rev 5751
Updated Slovak translation
nemo [Sat, 03 Sep 2011 18:04:19 -0400] rev 5750
Reenable a bunch of old portal play stuff, like dropping grenade into portal on hog, jumping through portal w/ hog on other end, collecting crate w/ portal etc. Also add cooldown to cake/portal interaction. It may still not do what you expect, but it probably shouldn't spin in place.
sheepluva [Sat, 03 Sep 2011 20:36:08 +0200] rev 5749
'Star and Moon' updated his sheep hat.
nemo [Sat, 03 Sep 2011 14:01:52 -0400] rev 5748
Just for fun. Flowers! Also, use a less blatant image in ammo menu.
unc0rr [Sat, 03 Sep 2011 21:35:49 +0400] rev 5747
Remove STL dependency
unc0rr [Sat, 03 Sep 2011 21:23:20 +0400] rev 5746
Use QTextBrowser instead of WebKit for downloadable contents page (currently only shows the page itself)
koda [Sat, 03 Sep 2011 12:35:49 +0200] rev 5745
allow fullscreen resolution selection (but still leaves in the auto max for commodity)
nemo [Fri, 02 Sep 2011 19:06:05 -0400] rev 5744
tweak to avoid jaggies
nemo [Fri, 02 Sep 2011 16:15:37 -0400] rev 5743
typo
nemo [Fri, 02 Sep 2011 13:42:16 -0400] rev 5742
fiiine
nemo [Fri, 02 Sep 2011 13:02:34 -0400] rev 5741
lighten a bit
nemo [Fri, 02 Sep 2011 12:46:17 -0400] rev 5740
Add awesome new TARDIS art
nemo [Fri, 02 Sep 2011 12:39:29 -0400] rev 5739
OMG. I forgot this one.
nemo [Fri, 02 Sep 2011 09:25:43 -0400] rev 5738
that was just getting me into trouble
nemo [Fri, 02 Sep 2011 08:16:34 -0400] rev 5737
oops.
nemo [Fri, 02 Sep 2011 08:16:04 -0400] rev 5736
Thicker borders. Still need something by an actual artist.
unc0rr [Fri, 02 Sep 2011 12:27:15 +0400] rev 5735
Remove toLocal8Bit() conversion of file name as Qt should handle filenames on its own. Helps with filename on Windows, could help with
issue #189.
unc0rr [Fri, 02 Sep 2011 12:06:24 +0400] rev 5734
Implement save button on game statistics page.
I'm surprised I did it.
Closes
issue #264
Xeli [Fri, 09 Sep 2011 04:39:17 +0200] rev 5733
Fixed a major bug (related to pointers) which also solves the stuttering when zooming in and out
nemo [Fri, 02 Sep 2011 01:19:37 -0400] rev 5732
Add a delay before applying screen resize to cut down on resize events (especially bad on OSes that need texture recreation)
Xeli [Fri, 09 Sep 2011 04:33:14 +0200] rev 5731
removed these files which got added by accident, they are to be generated by cmake
unc0rr [Fri, 02 Sep 2011 09:04:11 +0400] rev 5730
Why so serious
Xeli [Fri, 09 Sep 2011 04:32:45 +0200] rev 5729
Changed the package name from org.hedgewars to org.hedgewars.mobile, this file was forgotten last time
nemo [Fri, 02 Sep 2011 00:24:54 -0400] rev 5728
*sigh* I suppose I'd best avoid those trademarks...
Xeli [Thu, 08 Sep 2011 20:58:07 +0200] rev 5727
Fixed the captions, they are now below the windbar
sheepluva [Thu, 01 Sep 2011 20:52:17 +0200] rev 5726
add get away time modifier entry to changelog
Xeli [Thu, 01 Sep 2011 17:03:19 +0200] rev 5725
merge + changed the tardis image to egg.png because the data folder isn't up to date
Xeli [Thu, 01 Sep 2011 17:49:27 +0200] rev 5724
Changed SDL_PollEvent to SDL_PeepEvents
nemo [Thu, 01 Sep 2011 10:13:03 -0400] rev 5723
merge
unc0rr [Thu, 01 Sep 2011 17:45:21 +0400] rev 5722
Keep blowtorch direction (doesn't actually fix the bug with hedgehog turning opposite direction)
nemo [Thu, 01 Sep 2011 00:00:23 -0400] rev 5721
button tweak, add missing left horizon
mikade [Thu, 01 Sep 2011 00:28:38 +0200] rev 5720
onHogAttack hook. Might reposition this later.
Updates to Tumbler gameplay mode
-- Better HUD
-- Allow more user customization
-- Bugfix for new gear spawns
-- Performance tweaks
-- Variety of small gameplay changes
nemo [Wed, 31 Aug 2011 15:50:39 -0400] rev 5719
Add buttons for tag team, bottom border, unbreak smoothing
nemo [Wed, 31 Aug 2011 15:06:03 -0400] rev 5718
Let's draw the bottom border thicker, so it is more visible
nemo [Wed, 31 Aug 2011 14:47:01 -0400] rev 5717
Add option for a bottom border. Needs testing.
nemo [Wed, 31 Aug 2011 11:08:03 -0400] rev 5716
Avoid burning other hog's turn
nemo [Wed, 31 Aug 2011 08:45:22 -0400] rev 5715
Restore gear ASAP, add denied sound for illegal activation without wasting ammo.
unc0rr [Wed, 31 Aug 2011 14:23:12 +0400] rev 5714
- Don't reload fonts
- Fix one more ifdef which made me waste an hour debugging crash
koda [Wed, 14 Sep 2011 22:27:22 +0200] rev 5713
Added tag Hedgewars-iOS-1.3.1 for
changeset cba92708277b
unc0rr [Wed, 31 Aug 2011 13:47:48 +0400] rev 5712
Fix check for darwin or win32. Add debug message.
koda [Wed, 14 Sep 2011 22:27:17 +0200] rev 5711
disable ios screenshooting for now
nemo [Wed, 31 Aug 2011 01:32:12 -0400] rev 5710
TARDIS bugfix
koda [Wed, 14 Sep 2011 22:07:03 +0200] rev 5709
fix for retina display devices
nemo [Wed, 31 Aug 2011 01:17:14 -0400] rev 5708
adjust Z order so crosshairs are on top of hogs, grenades behind explosives
koda [Wed, 14 Sep 2011 19:09:59 +0200] rev 5707
ios version bump
nemo [Wed, 31 Aug 2011 00:58:48 -0400] rev 5706
more proper implementation of TARDIS
koda [Wed, 14 Sep 2011 19:08:37 +0200] rev 5705
Added tag Hedgewars-iOS-1.3 for
changeset 718f98a9df12
nemo [Tue, 30 Aug 2011 12:32:33 -0400] rev 5704
Reset to SD sky colour if in SD
nemo [Mon, 29 Aug 2011 19:28:45 -0400] rev 5703
Check for nil from SpawnCustomCrate
koda [Mon, 29 Aug 2011 23:56:38 +0200] rev 5702
updated sdl.patch
jose1711 [Sun, 28 Aug 2011 20:03:14 +0200] rev 5701
Updated Slovak translation
koda [Sun, 28 Aug 2011 17:37:40 +0200] rev 5700
savedgamesviewcontroller refactor, added icons to supportviewcontroller
koda [Sun, 28 Aug 2011 14:50:04 +0200] rev 5699
ios: respond more gracefully to didReceiveMemoryWarning and add sounds to two buttons
koda [Sun, 28 Aug 2011 11:50:26 +0200] rev 5698
move the ios background music under resources
koda [Sun, 28 Aug 2011 11:48:09 +0200] rev 5697
the return of SDL.patch D:
contains fixes for double free at window destruction, touch interface and the minimum ios version supported
koda [Sun, 28 Aug 2011 11:38:24 +0200] rev 5696
ios: fix a couple of bad memory management (unrelated to the crash at the end of each game)
sdl13: fixed compilation
nemo [Sat, 27 Aug 2011 17:53:35 -0400] rev 5695
Prevent flakes from drawing if they spawn in land
nemo [Sat, 27 Aug 2011 16:13:40 -0400] rev 5694
I like the overall accumulation with a flat bottomed flake better. AA top w/o weird layers in middle
nemo [Sat, 27 Aug 2011 15:06:16 -0400] rev 5693
Avoid unsightly gaps in landbacktex
nemo [Sat, 27 Aug 2011 14:54:56 -0400] rev 5692
implement proper blending
nemo [Sat, 27 Aug 2011 12:52:54 -0400] rev 5691
Try reenabling landbacktex to see how it behaves with current pixel rules
nemo [Fri, 26 Aug 2011 22:15:09 -0400] rev 5690
Allow vgtSmoke to scale. Scale it down 50% for mines, so smoke doesn't seem so oversized
nemo [Fri, 26 Aug 2011 21:49:10 -0400] rev 5689
Fix rounding error in sky colour causing visible lines
nemo [Fri, 26 Aug 2011 21:38:11 -0400] rev 5688
Correctly check for failure to look up ammo, check for damaged mines
nemo [Fri, 26 Aug 2011 20:59:55 -0400] rev 5687
Die speckles, round N. Check that alpha is not basically empty while blending, try to match the damaged land type.
nemo [Fri, 26 Aug 2011 16:16:27 -0400] rev 5686
Use frontend value for fullscreening.
inu [Thu, 25 Aug 2011 16:17:15 -0400] rev 5685
pt update
sheepluva [Thu, 25 Aug 2011 21:00:53 +0200] rev 5684
* partial rollback of changes to camera
* fixed typo in comments
sheepluva [Thu, 25 Aug 2011 18:29:46 +0200] rev 5683
reduce effect of the look-ahead behaviour that I tried to implement
sheepluva [Thu, 25 Aug 2011 18:08:44 +0200] rev 5682
some camera adjustments (should also fix cam flickering on lowerst res)
sheepluva [Thu, 25 Aug 2011 14:56:51 +0200] rev 5681
don't poison invul hogs
nemo [Wed, 24 Aug 2011 23:37:03 -0400] rev 5680
another silly mistake
nemo [Wed, 24 Aug 2011 18:07:37 -0400] rev 5679
accidentally reverted this when reverting the rest of the override changes.
nemo [Wed, 24 Aug 2011 17:55:39 -0400] rev 5678
oops
sheepluva [Wed, 24 Aug 2011 22:29:12 +0200] rev 5677
THUNKphewbzzweeEEeee
nemo [Wed, 24 Aug 2011 15:09:41 -0400] rev 5676
Scripting changes. Add override of mapgen, templatefilter. Expose waterline, add "GetAmmoCount". Default to amNothing in uAmmos if entry is not found.
nemo [Wed, 24 Aug 2011 13:33:53 -0400] rev 5675
add for mine strike too. as cheezemonkey points out, mine bounce is height dependent.
nemo [Tue, 23 Aug 2011 16:37:57 -0400] rev 5674
Set more generous minimums. Flicker seems to have nothing to do with minimum size. I get it even for fairly large dimensions after scaling down from a much larger size. Similar to issues with zoom from about a month ago, before unc0rr fixed them.
nemo [Tue, 23 Aug 2011 09:32:59 -0400] rev 5673
restore screwed up test
nemo [Tue, 23 Aug 2011 09:12:45 -0400] rev 5672
don't override user defined size when resizing
Xeli [Thu, 01 Sep 2011 14:55:31 +0200] rev 5671
Check if we need to download and prevent user from reaching the startgame menu because it needs images from the download
koda [Tue, 23 Aug 2011 12:53:47 +0200] rev 5670
enable window resizing (tested only on linux) - fix
issue #103
Xeli [Thu, 01 Sep 2011 14:54:43 +0200] rev 5669
increment version number/name
koda [Tue, 23 Aug 2011 10:19:33 +0200] rev 5668
ooops
Xeli [Sun, 28 Aug 2011 17:45:23 +0200] rev 5667
sabotage of the iphone port failed..
koda [Tue, 23 Aug 2011 10:07:40 +0200] rev 5666
this should fix the double free that happens when closing the sdl window on ios (untested)
Xeli [Sun, 28 Aug 2011 17:42:32 +0200] rev 5665
fixed = operator in uFloat
koda [Tue, 23 Aug 2011 09:23:45 +0200] rev 5664
ok this makes no sense now, remove 'enhanced' option from ios
Xeli [Fri, 26 Aug 2011 21:03:23 +0200] rev 5663
Made getDownloadPath compatible with < Froyo devices
koda [Tue, 23 Aug 2011 03:46:17 +0200] rev 5662
FREE AT LAST!!! SDL came around a (mostly) sane way for implementing rotation events, so we can scrap all the workaround code that has been added to workaround it!! Also this allows us to use proper (internal) multitasking handling and can simplify optional settings and other yet unexplored features. Yay!
Xeli [Fri, 26 Aug 2011 18:24:29 +0200] rev 5661
Fixed AddFileLog, there's now a log created in /sdcard/Android/data/org.hedgewars.mobile/cache/Data/
koda [Mon, 22 Aug 2011 23:56:25 +0200] rev 5660
set gl attributes before creating the window, or some of them might be ignored (like vsync on osx); also don't skip some reloads when switching to fullscreen and back; finally did a little code re-organisation
Xeli [Fri, 26 Aug 2011 18:20:18 +0200] rev 5659
version name and api changed for Market version
ss: Enter commit message. Lines beginning with 'HG:' are removed.
koda [Mon, 22 Aug 2011 22:17:52 +0200] rev 5658
apparently sdl doesn't work anymore on ios < 3.2 so it is worth to take the leap and upgrade the minimum os to 4.0, so that we can use new apis (like imageio from sdl_image)
Xeli [Fri, 26 Aug 2011 16:47:00 +0200] rev 5657
removed some @override lines which cause compiler errors on openjdk-6
nemo [Mon, 22 Aug 2011 21:28:04 -0400] rev 5656
Disable flakes in Blox theme
= Xeli [Wed, 24 Aug 2011 12:34:37 +0200] rev 5655
merg with the latest rev of 22nd (end of GSoC)
nemo [Mon, 22 Aug 2011 15:35:37 -0400] rev 5654
Free land texture, reset sky colour.
nemo [Mon, 22 Aug 2011 10:56:19 -0400] rev 5653
Put it in the add as well
nemo [Mon, 22 Aug 2011 10:54:53 -0400] rev 5652
Add check for no sound
koda [Mon, 22 Aug 2011 16:20:28 +0200] rev 5651
allow accessing the snapshot folder from the about page in the frontend (button could use a nicer icon)
unc0rr [Mon, 22 Aug 2011 17:54:04 +0400] rev 5650
Fix translation (it was smth like "they have normal bounced")
unc0rr [Mon, 22 Aug 2011 17:46:16 +0400] rev 5649
merge
koda [Mon, 22 Aug 2011 15:11:48 +0200] rev 5648
add Zorg to credits
Xeli [Mon, 22 Aug 2011 03:57:11 +0200] rev 5647
tiny tweak in how lua is moved + added two reverts
koda [Mon, 22 Aug 2011 14:46:54 +0200] rev 5646
enable a tip on osx, remove trailing whitespaces
unc0rr [Mon, 22 Aug 2011 17:44:30 +0400] rev 5645
Implement TestHammer which makes sense
Xeli [Sun, 21 Aug 2011 22:20:20 +0200] rev 5644
merge
tsleon [Mon, 22 Aug 2011 14:20:36 +0200] rev 5643
russian translation update
unc0rr [Mon, 22 Aug 2011 17:22:11 +0400] rev 5642
Make AI aware of damage modifiers
Xeli [Sun, 21 Aug 2011 22:18:54 +0200] rev 5641
removed the enabling of sensors
nemo [Sun, 21 Aug 2011 22:41:10 -0400] rev 5640
make it easier to do portal shoppa, ensure structure doesn't show up by accident in a weaponset
Xeli [Sun, 21 Aug 2011 22:17:40 +0200] rev 5639
Removed chinese font
nemo [Sun, 21 Aug 2011 19:29:04 -0400] rev 5638
Try to avoid overlapping voices for major statements (not things like byebye or oof)
Xeli [Sun, 21 Aug 2011 22:16:55 +0200] rev 5637
Changed url to code.google.com page
nemo [Sun, 21 Aug 2011 15:11:00 -0400] rev 5636
Strip and compress Golf theme
Xeli [Sun, 21 Aug 2011 20:43:11 +0200] rev 5635
changed an ifdef so that android too uses mono sound
nemo [Sun, 21 Aug 2011 14:19:43 -0400] rev 5634
mergy merge merge
Xeli [Sun, 21 Aug 2011 19:57:23 +0200] rev 5633
cosmetic tweak in the teamselection menu
mikade [Sun, 21 Aug 2011 20:10:36 +0200] rev 5632
merge
nemo [Sun, 21 Aug 2011 14:19:01 -0400] rev 5631
Try blurriness instead, to make inactive ammos clearer. Also add some missing line breaks in french locale.
Xeli [Sun, 21 Aug 2011 19:57:06 +0200] rev 5630
forgot to hg add the images...
mikade [Sun, 21 Aug 2011 18:43:59 +0200] rev 5629
HUD for Space Invasion, minor bugfix
nemo [Sun, 21 Aug 2011 13:53:11 -0400] rev 5628
hammer tweak
Xeli [Sun, 21 Aug 2011 19:40:01 +0200] rev 5627
Added a visual imageview to show how many teams have been selected, plus feedback when creating a new team:
nemo [Sun, 21 Aug 2011 12:06:30 -0400] rev 5626
Add mikade and Xeli to credits
Xeli [Sun, 21 Aug 2011 18:14:49 +0200] rev 5625
Added a check for team count to prevent the engine from crashes when starting with <2 teams + changed the text in the Teams selection menu
nemo [Sun, 21 Aug 2011 11:37:39 -0400] rev 5624
Allow hammer to bash mines/barrels too, increase escape time to 3s
Xeli [Sun, 21 Aug 2011 18:13:11 +0200] rev 5623
few comments added
nemo [Sun, 21 Aug 2011 11:24:20 -0400] rev 5622
add check for other forms of flight too
Xeli [Sun, 21 Aug 2011 16:25:18 +0200] rev 5621
added licenses
nemo [Sun, 21 Aug 2011 09:26:33 -0400] rev 5620
Add Lithuanian Qt translation, add Lukas to game credits
Xeli [Sat, 20 Aug 2011 13:53:45 +0200] rev 5619
added a visual fire button, isOnFireButton check needs to be fixed though it only works on 800x480 screens
Uncharted [Sun, 21 Aug 2011 09:19:34 -0400] rev 5618
New lithuanian translation
Xeli [Sat, 20 Aug 2011 13:07:33 +0200] rev 5617
added low jump, you can low-jump by double tapping the right or left side of the screen
nemo [Sun, 21 Aug 2011 08:52:19 -0400] rev 5616
Fix localisation of scripts
Xeli [Fri, 19 Aug 2011 22:40:13 +0200] rev 5615
changed aiming to be triggered when touching the crosshair
unc0rr [Sun, 21 Aug 2011 13:06:23 +0400] rev 5614
Add Guillaume Englert to art contributors list for his Olympic theme
Xeli [Fri, 19 Aug 2011 22:31:59 +0200] rev 5613
small cosmetic change
nemo [Sat, 20 Aug 2011 16:43:57 -0400] rev 5612
This really should have been a TPoint for consistency
Xeli [Fri, 19 Aug 2011 17:22:12 +0200] rev 5611
merge
nemo [Sat, 20 Aug 2011 16:31:20 -0400] rev 5610
-gh (heaptrace) appears to be the reason for crashing in DrawCircle on my system. I wonder if it has other bad behaviour as well.
Xeli [Fri, 19 Aug 2011 17:21:18 +0200] rev 5609
Introduced a Touch_Finger type to replace the arrays with coords, makes cleaner code
nemo [Sat, 20 Aug 2011 15:31:23 -0400] rev 5608
Attempt to recreate all textures if using Windows or OSX which lose textures on context recreation.
Not really tested since I don't have Windows or OSX.
Xeli [Fri, 19 Aug 2011 03:33:25 +0200] rev 5607
Added several graphics
nemo [Sat, 20 Aug 2011 14:26:29 -0400] rev 5606
Special case small radius gears to try and prevent repeated collisions.
Xeli [Fri, 19 Aug 2011 03:32:07 +0200] rev 5605
Added a hook to uGame which now allows uTouch to take action outside of SDL_Finger* events
Users can no walk left, right, jump up, aim, fire and are limited in zooming
nemo [Sat, 20 Aug 2011 14:00:51 -0400] rev 5604
teach AI about sticky mines
Xeli [Fri, 19 Aug 2011 03:29:51 +0200] rev 5603
Fixed crash which occured when entering the teamselection menu for the second time
unc0rr [Fri, 19 Aug 2011 17:25:30 +0400] rev 5602
- Update russian translation
- Perform lupdate
Xeli [Thu, 18 Aug 2011 22:37:47 +0200] rev 5601
merge
unc0rr [Fri, 19 Aug 2011 15:41:04 +0400] rev 5600
Remove PosInStack function, as bots behave better (they search more positions) without it
Xeli [Thu, 18 Aug 2011 22:37:23 +0200] rev 5599
aiming fixed, inverted cursor on ammo menu, added equal and isZero function to uFloat, changed the way ammo menu opens, you must now click on the hog rather than anywhere on the screen
mikade [Fri, 19 Aug 2011 06:08:06 +0200] rev 5598
- Updates to Tumbler gameplay mode [may still need a lil work]
- New User Mission. Is this one possible?
Xeli [Thu, 18 Aug 2011 15:26:41 +0200] rev 5597
Volume keys now work
nemo [Thu, 18 Aug 2011 23:33:39 -0400] rev 5596
oops
Xeli [Wed, 17 Aug 2011 19:39:32 +0200] rev 5595
open ammo when clicking the current hog
sheepluva [Thu, 18 Aug 2011 00:14:43 +0200] rev 5594
portal: combating the space-detection issue.
what needs to be tweaked next is how far away objects are spawned.
it should either be a trial&error adjustment or depend on the object's moving direction and the portal's angle in order to avoid issues with box collisions.
if the spawn distance to the portal is just a fixed value (as it was before this patch) or a constant factor (it is now) it can be too big for "nice" portal angles (in tight gaps with still enough space, but -> denied) and too small for bad angles (box collision esp. on big objects like barrels -> denied)
Xeli [Wed, 17 Aug 2011 18:09:25 +0200] rev 5593
merge
unc0rr [Wed, 17 Aug 2011 21:26:34 +0400] rev 5592
Free messages queue on engine shutdown
Xeli [Wed, 17 Aug 2011 17:15:42 +0200] rev 5591
merge
nemo [Wed, 17 Aug 2011 11:17:50 -0400] rev 5590
...
Xeli [Wed, 17 Aug 2011 17:14:47 +0200] rev 5589
Now able to select a weapon
nemo [Wed, 17 Aug 2011 11:07:03 -0400] rev 5588
*sigh*
Xeli [Wed, 17 Aug 2011 12:32:40 +0200] rev 5587
merge
nemo [Wed, 17 Aug 2011 10:58:00 -0400] rev 5586
Add square check to shotgun. This a minor optimisation that might sidestep a bug on iOS/Android. Still need to find out why the bug is happening though
nemo [Wed, 17 Aug 2011 00:11:57 -0400] rev 5585
Break visual gears list up into 4, to avoid iterating over entire list to draw a single layer. Also fix error in tag zoom.
nemo [Tue, 16 Aug 2011 23:02:27 -0400] rev 5584
Make it a lot harder to cheat with typical random crates. This also means that crates will vary even if map has the same seed (hog positions of course will be unchanged).
nemo [Tue, 16 Aug 2011 21:37:10 -0400] rev 5583
At mikade's request, expose screenheight/screenwidth and allow setting tag zoom level
unc0rr [Tue, 16 Aug 2011 21:57:58 +0400] rev 5582
Properly implement slot, connect signal from the object which actually sends it to the slot
nemo [Mon, 15 Aug 2011 16:57:36 -0400] rev 5581
Check for dX too
nemo [Mon, 15 Aug 2011 16:50:09 -0400] rev 5580
I'll learn to build first eventually...
Xeli [Wed, 17 Aug 2011 12:31:10 +0200] rev 5579
uTouch, has cursor move, zoom and click or tap to open the ammo menu
nemo [Mon, 15 Aug 2011 16:49:15 -0400] rev 5578
oops
Xeli [Mon, 15 Aug 2011 21:49:09 +0200] rev 5577
merge
nemo [Mon, 15 Aug 2011 16:48:39 -0400] rev 5576
Move HealthTag dY init into AddGear
mikade [Mon, 15 Aug 2011 19:42:39 +0200] rev 5575
merge
nemo [Mon, 15 Aug 2011 12:47:53 -0400] rev 5574
Use Frame instead of State for the health flag
unc0rr [Mon, 15 Aug 2011 20:31:31 +0400] rev 5573
Don't allow to join other protocol room using FOLLOW command (not tested)
unc0rr [Mon, 15 Aug 2011 20:18:18 +0400] rev 5572
Why so suspicious?
mikade [Mon, 15 Aug 2011 17:29:54 +0200] rev 5571
Allow user to drop bombs off rope, parachute, and flying saucer.
nemo [Mon, 15 Aug 2011 10:16:18 -0400] rev 5570
forgot scale
nemo [Sun, 14 Aug 2011 23:52:45 -0400] rev 5569
suggestion of mikade's - delete old mines if the collision array shows signs of filling up. This is kind of an edge case, esp now that array is up to 1024, but should prevent (easiest) way to crash by collision array overflow (endless mines/minestrikes).
nemo [Sun, 14 Aug 2011 23:06:00 -0400] rev 5568
bump up max collision to 1024 entries
nemo [Sun, 14 Aug 2011 23:00:12 -0400] rev 5567
Tiny bit of progress on download page - hooked it up to "Info" button for now.
nemo [Sun, 14 Aug 2011 21:49:04 -0400] rev 5566
draw health tag relative to screen if State <> 0
koda [Mon, 15 Aug 2011 00:23:32 +0200] rev 5565
smaller code cleanup
nemo [Sun, 14 Aug 2011 17:49:12 -0400] rev 5564
For mikade's sake, use old dx/dy/frametick as default, so health crosses move the same
nemo [Sun, 14 Aug 2011 17:42:26 -0400] rev 5563
Use same visual gear for health tags and hearts.
nemo [Sun, 14 Aug 2011 16:59:55 -0400] rev 5562
Seduction animation. New visual gear type.
nemo [Sun, 14 Aug 2011 13:45:37 -0400] rev 5561
Shrink number of circle points to 60, reenable seduction circle (no longer crashes)
nemo [Sun, 14 Aug 2011 13:25:55 -0400] rev 5560
Change to "aura" due to odd crasher in DrawCircle, at least on my machine/driver. Less precise, but perhaps more attractive.
unc0rr [Sun, 14 Aug 2011 20:53:52 +0400] rev 5559
Use local scope global var instead
Henek [Sat, 13 Aug 2011 22:46:47 +0200] rev 5558
new SD flakes from mikade and a flash when sudden death starts
koda [Sat, 13 Aug 2011 21:06:51 +0200] rev 5557
small fix for the ios project file
unc0rr [Sat, 13 Aug 2011 21:26:59 +0400] rev 5556
Some screwing around GearsNear code
unc0rr [Sat, 13 Aug 2011 20:44:42 +0400] rev 5555
Don't switch to gsConfirm state (which is pretty same as gsGame) when not in gsGame or gsChat state. Prevents crashes and other possible kinds of wierd behaviour.
nemo [Fri, 12 Aug 2011 15:33:07 -0400] rev 5554
Revert ParseCommandOverride change since it appears to be badly screwing up scripting. Need to find out why. This backs out 7f57d0c7816a and the recent workaround.
nemo [Fri, 12 Aug 2011 14:09:08 -0400] rev 5553
extend the workaround. FIXME still applies
nemo [Fri, 12 Aug 2011 13:15:30 -0400] rev 5552
oops. accidentaly committed test move of voice line (the FIXME still applies though)
nemo [Fri, 12 Aug 2011 12:42:50 -0400] rev 5551
use ansistring instead
Xeli [Mon, 15 Aug 2011 21:45:27 +0200] rev 5550
Zoom and moving the camera now works with SDL_FINGER* events
nemo [Fri, 12 Aug 2011 10:36:37 -0400] rev 5549
sheepluva pointed out there are 2 StrPas in pascal, in different units. Do conversion in LuaPas instead
Xeli [Thu, 11 Aug 2011 15:03:21 +0200] rev 5548
merge
nemo [Thu, 11 Aug 2011 23:07:45 -0400] rev 5547
This is a WTF checkin. Seriously. Someone needs to look at this to find out why it is behaving as it is.
Xeli [Thu, 11 Aug 2011 15:01:05 +0200] rev 5546
Android (multitouch) implementation
nemo [Thu, 11 Aug 2011 22:33:56 -0400] rev 5545
unbreak voice playback in team creation
Xeli [Thu, 11 Aug 2011 14:59:56 +0200] rev 5544
SDL_FINGERUP/DOWN/MOTION events added
Henek [Thu, 11 Aug 2011 00:18:10 +0200] rev 5543
disable campaign button, structure and change sudden death music to hell.ogg
Xeli [Thu, 11 Aug 2011 14:59:14 +0200] rev 5542
start of implementation of the save button, check if there's something to save and update TeamSelectionActivity if a change has been made
nemo [Wed, 10 Aug 2011 17:22:17 -0400] rev 5541
another merge to clean up
Xeli [Thu, 11 Aug 2011 14:56:31 +0200] rev 5540
Android touch events propagate to hwengine now
nemo [Wed, 10 Aug 2011 17:20:21 -0400] rev 5539
:( bad revision.
Xeli [Wed, 10 Aug 2011 14:55:00 +0200] rev 5538
back key now quits the game
nemo [Wed, 10 Aug 2011 17:16:19 -0400] rev 5537
merge1
Xeli [Wed, 10 Aug 2011 14:52:51 +0200] rev 5536
Changed gametype to 'style'
mikade [Wed, 10 Aug 2011 22:34:25 +0200] rev 5535
Fixed up Golf theme. Should look pretty good, now.
Xeli [Wed, 10 Aug 2011 01:50:57 +0200] rev 5534
typo on the nullpointer check
nemo [Wed, 10 Aug 2011 11:45:02 -0400] rev 5533
exclude current hedgehog
Xeli [Wed, 10 Aug 2011 01:22:52 +0200] rev 5532
Fixed team colors in the UI, delete and a nullpointer bug when no teams are created
nemo [Tue, 09 Aug 2011 21:54:45 -0400] rev 5531
Revert 3768e9a6ec40. I misread the test. Seems parachute works as expected now already
Xeli [Tue, 09 Aug 2011 21:41:52 +0200] rev 5530
merge
nemo [Tue, 09 Aug 2011 21:18:12 -0400] rev 5529
return visual gear in hogsay
nemo [Mon, 08 Aug 2011 23:57:04 -0400] rev 5528
slight visual tweak. birdy's wings beat faster if he's just about tired out
nemo [Mon, 08 Aug 2011 13:43:24 -0400] rev 5527
gear state flag names for scripting
nemo [Sun, 07 Aug 2011 14:41:47 -0400] rev 5526
remove offset in seduction gear creation
nemo [Sun, 07 Aug 2011 14:29:11 -0400] rev 5525
Experimental area-of-effect Seduction
unc0rr [Sun, 07 Aug 2011 22:27:57 +0400] rev 5524
Oh, and fix cursor visibility correlations between gsConfirm state and paused state
unc0rr [Sun, 07 Aug 2011 22:24:13 +0400] rev 5523
Also unhide mouse cursor when in gsConfirm state
unc0rr [Sun, 07 Aug 2011 22:20:52 +0400] rev 5522
Release mouse cursor in gsConfirm state
unc0rr [Sun, 07 Aug 2011 22:18:51 +0400] rev 5521
Enter gsConfirm state when loosing focus
nemo [Sun, 07 Aug 2011 13:32:28 -0400] rev 5520
disable extra time in timeless mode
nemo [Sun, 07 Aug 2011 12:50:17 -0400] rev 5519
drowning flake graphics tweak
koda [Sun, 07 Aug 2011 18:49:49 +0200] rev 5518
oops this slipped through
nemo [Sun, 07 Aug 2011 12:40:14 -0400] rev 5517
Expose TargetX/TargetY to scripting
Xeli [Tue, 09 Aug 2011 21:31:49 +0200] rev 5516
removed prints
nemo [Sun, 07 Aug 2011 12:25:21 -0400] rev 5515
disable special case for parachute on rope. legacy? Without it, parachute behaves as one expects
Xeli [Tue, 09 Aug 2011 20:56:34 +0200] rev 5514
fixed minor download bug
nemo [Sun, 07 Aug 2011 12:06:53 -0400] rev 5513
make a special case for teleport instead. also allows teleporting off of a parachute
Xeli [Tue, 09 Aug 2011 20:56:18 +0200] rev 5512
api level 9 for now
nemo [Sun, 07 Aug 2011 11:52:06 -0400] rev 5511
prevent attempting to teleport in mid-air during inf attack
Xeli [Tue, 09 Aug 2011 20:55:34 +0200] rev 5510
-
nemo [Sun, 07 Aug 2011 11:23:27 -0400] rev 5509
Don't reset attack when Unplaced.
Xeli [Tue, 09 Aug 2011 20:54:56 +0200] rev 5508
Fixed IPC provide gameconfig
nemo [Sun, 07 Aug 2011 11:18:49 -0400] rev 5507
This should make bee/airstrikes play nicer with infinite attack mode
Xeli [Tue, 09 Aug 2011 20:53:37 +0200] rev 5506
Added color and team hog count
koda [Sat, 06 Aug 2011 07:09:30 +0200] rev 5505
Ditch the renderer system in sdl1.3 and use the 'old fashioned' sdl/opengl context. This gives us more flexibility and less problem in receiving video events (expecially on mobile platform) as well as not having to care to reset the gl context every time sdl interferes.
This is a major sdl1.3 update so it should be tested with care (working great on ios)
Xeli [Tue, 09 Aug 2011 20:52:26 +0200] rev 5504
AI thread is now an SDL_Thread rather than pthread
koda [Fri, 05 Aug 2011 01:22:51 +0200] rev 5503
use -Os --ffast-math on ios everywhere, plus other sdk3.2 compatibility changes
Xeli [Tue, 09 Aug 2011 20:51:20 +0200] rev 5502
changed iphone specific ifdefs to mobile
nemo [Fri, 05 Aug 2011 14:15:19 -0400] rev 5501
merge
Xeli [Mon, 08 Aug 2011 23:52:17 +0200] rev 5500
Removed the (default) qualifier
grammikj [Wed, 10 Aug 2011 16:07:34 +0100] rev 5499
Make sinegun sound a bit louder
nemo [Fri, 05 Aug 2011 14:13:06 -0400] rev 5498
move gstWait - should make detecting drowning easier for mikade
Xeli [Mon, 08 Aug 2011 23:25:21 +0200] rev 5497
added placeholder images for teamcount
grammikj [Wed, 10 Aug 2011 15:41:25 +0100] rev 5496
Fix sounds, add some more for hellish impact and sine gun
Xeli [Thu, 04 Aug 2011 17:44:55 +0200] rev 5495
merge
nemo [Thu, 04 Aug 2011 19:52:27 -0400] rev 5494
Fix crasher. thanks to dagni for the demo file that tracked it down.
grammickj [Fri, 05 Aug 2011 12:19:01 +0100] rev 5493
New sounds: mudball, mine bounce, hammer
koda [Tue, 02 Aug 2011 00:28:49 +0200] rev 5492
add a couple of nilcheck for safety
nemo [Mon, 01 Aug 2011 16:45:45 -0400] rev 5491
minor tweak since health tag was being retinted anyway. make it fade out. also disable unneeded tinted flag, save a handful of ops
nemo [Mon, 01 Aug 2011 15:37:27 -0400] rev 5490
Make vgtHealth use Tint
nemo [Mon, 01 Aug 2011 13:29:01 -0400] rev 5489
add getter for effects. untested.
unc0rr [Mon, 01 Aug 2011 10:08:02 +0400] rev 5488
Merge
koda [Mon, 01 Aug 2011 01:54:18 +0200] rev 5487
i had to forget something about the ios project file, by contract
koda [Mon, 01 Aug 2011 00:48:38 +0200] rev 5486
ios: this should prevent at least one of the crashes zorg spotted; also added some callbacks in SDLh; also polished project file (from -O2 to -Os)
nemo [Sun, 31 Jul 2011 12:07:44 -0400] rev 5485
Reset to default zoom. Unbreaks waves
koda [Sun, 31 Jul 2011 17:09:04 +0200] rev 5484
i forgot to update schemes after adding tag mode; also updated/fixed a couple of them
koda [Sun, 31 Jul 2011 16:03:24 +0200] rev 5483
ios: caught some leaks, merged two methods inside a fuction, postponed the rating popup
nemo [Sat, 30 Jul 2011 17:23:47 -0400] rev 5482
add nil check
nemo [Sat, 30 Jul 2011 15:36:11 -0400] rev 5481
sucky temp graphic for land gun, also. an experiment - do these lines make it easier to tell when a weapon is disabled without being too ugly?
nemo [Sat, 30 Jul 2011 14:52:25 -0400] rev 5480
kill off some speckles, crank up land gun output
Xeli [Thu, 04 Aug 2011 17:41:07 +0200] rev 5479
removed TODO no use for it now
nemo [Wed, 27 Jul 2011 20:58:06 -0400] rev 5478
bluer colour, more pulsing
Xeli [Thu, 04 Aug 2011 17:40:29 +0200] rev 5477
manifest changes, all activities are fullscreen and some activities have been added to the manifest
nemo [Wed, 27 Jul 2011 09:20:55 -0400] rev 5476
this helps a bit
Xeli [Thu, 04 Aug 2011 17:37:40 +0200] rev 5475
The start of the IPC transers to the engine
nemo [Wed, 27 Jul 2011 09:06:51 -0400] rev 5474
skip splashes for flakes
Xeli [Thu, 04 Aug 2011 17:36:13 +0200] rev 5473
Utility functions which are context wide, mostly SD methods right now
nemo [Wed, 27 Jul 2011 08:55:30 -0400] rev 5472
trying another texture
Xeli [Thu, 04 Aug 2011 17:35:42 +0200] rev 5471
Main activity for starting a local game
nemo [Wed, 27 Jul 2011 08:52:29 -0400] rev 5470
unnecessary test removed, also merge
Xeli [Thu, 04 Aug 2011 17:34:57 +0200] rev 5469
send the gameconfig
koda [Wed, 27 Jul 2011 11:30:54 +0200] rev 5468
annoying translators like it was no thing
Xeli [Thu, 04 Aug 2011 17:34:21 +0200] rev 5467
Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values
koda [Wed, 27 Jul 2011 10:39:04 +0200] rev 5466
increasing commit number with style
Xeli [Thu, 04 Aug 2011 17:28:11 +0200] rev 5465
moved these files to a subdir
koda [Wed, 27 Jul 2011 10:38:41 +0200] rev 5464
one more stray tag to be removed
Xeli [Thu, 04 Aug 2011 17:27:05 +0200] rev 5463
datastructures for the different aspects of a gameconfiguration
koda [Wed, 27 Jul 2011 10:37:05 +0200] rev 5462
trying to clean up the .hgtags mess
nemo [Wed, 27 Jul 2011 08:51:16 -0400] rev 5461
Deletion was a bad idea.
Xeli [Thu, 04 Aug 2011 17:22:37 +0200] rev 5460
AddFileLog tweak, added [Con] to each line
nemo [Tue, 26 Jul 2011 23:46:41 -0400] rev 5459
example of an SD art. mine from openclipart
Xeli [Thu, 04 Aug 2011 17:21:13 +0200] rev 5458
added GenLandPreview declaration
mikade [Tue, 26 Jul 2011 01:02:02 +0200] rev 5457
Don't activate switch if player only has 1 hog
Demo's mine is set explicity at 5s and not at scheme settings.
Xeli [Thu, 04 Aug 2011 17:20:14 +0200] rev 5456
jni constants used by hwLibrary
koda [Mon, 25 Jul 2011 01:52:04 +0200] rev 5455
add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
Xeli [Thu, 04 Aug 2011 17:19:27 +0200] rev 5454
images for the frontend
koda [Mon, 25 Jul 2011 01:18:51 +0200] rev 5453
add the ios friendly scripts
Xeli [Thu, 04 Aug 2011 17:17:21 +0200] rev 5452
Created callbacks to give the frontend information of maxteams/hogs
koda [Sun, 24 Jul 2011 19:14:56 +0200] rev 5451
rip out the sync weapons/schemes switch and place it into settings; also perform some runtime check on what can be enabled
Xeli [Mon, 18 Jul 2011 14:41:08 +0200] rev 5450
Added lua files to hgignore two files have been manually 'hg added'
nemo [Sun, 24 Jul 2011 16:58:40 -0400] rev 5449
raise AI to hard
Xeli [Mon, 18 Jul 2011 14:40:19 +0200] rev 5448
CMake now moves the proper lua files to the project
nemo [Sun, 24 Jul 2011 16:26:39 -0400] rev 5447
oops
Xeli [Sat, 16 Jul 2011 17:04:30 +0200] rev 5446
Lua source modification revert aded
nemo [Sun, 24 Jul 2011 15:00:25 -0400] rev 5445
darken the green just a touch to stand out a bit more from mint
Xeli [Sat, 16 Jul 2011 17:00:47 +0200] rev 5444
Added support for LUA
nemo [Sun, 24 Jul 2011 14:42:28 -0400] rev 5443
set of 9 colours proposed by bugq - attempting to avoid colours that are hard to distinguish
Xeli [Thu, 14 Jul 2011 16:03:29 +0200] rev 5442
Greatly simplifies the buildenvironment plus makes cmake a bit more vocal
nemo [Sun, 24 Jul 2011 00:25:35 -0400] rev 5441
Add grayscale option for 3d, helps with colour clashing
Xeli [Thu, 14 Jul 2011 16:01:33 +0200] rev 5440
Removed double org.hedgewars.mobile.Download*.java introduced in 5408:ab055114c788
nemo [Sat, 23 Jul 2011 16:07:43 -0400] rev 5439
test on i should be first condition
unc0rr [Wed, 27 Jul 2011 11:41:43 +0400] rev 5438
Merge
Xeli [Thu, 14 Jul 2011 15:59:29 +0200] rev 5437
Removed double icons introduced in 5411:9b82f4f9fba6
unc0rr [Sat, 23 Jul 2011 09:31:57 +0400] rev 5436
merge
Xeli [Thu, 14 Jul 2011 15:58:08 +0200] rev 5435
added startlocalgame activity
sheepluva [Thu, 21 Jul 2011 16:30:42 +0200] rev 5434
fix wrong location of "Type"-label in map-selection
Xeli [Thu, 14 Jul 2011 15:55:28 +0200] rev 5433
Main class files for the start-local-game screen
sheepluva [Wed, 20 Jul 2011 20:44:25 +0200] rev 5432
some changelog stuff
Xeli [Thu, 14 Jul 2011 15:54:12 +0200] rev 5431
this file points to the resources files containing weapons and schemes
mikade [Wed, 20 Jul 2011 18:05:43 +0200] rev 5430
Restored Golf theme. May require additional work.
unc0rr [Wed, 27 Jul 2011 11:39:08 +0400] rev 5429
Colon sign isn't compatible with windows
Xeli [Thu, 14 Jul 2011 15:52:10 +0200] rev 5428
Fixed a small bug for when detecting Themes
mikade [Wed, 20 Jul 2011 17:46:19 +0200] rev 5427
New mission. Hopefully easier than most of my other missions. :D
Features: Deadly AI accuracy, and "Energetic Engineer" achievement.
unc0rr [Sat, 23 Jul 2011 09:30:51 +0400] rev 5426
Implement command for banning by ip and a command for bans list
unc0rr [Wed, 27 Jul 2011 11:38:00 +0400] rev 5425
Remove unneeded variable
Xeli [Thu, 14 Jul 2011 15:48:27 +0200] rev 5424
Layouts for the start local game
sheepluva [Wed, 20 Jul 2011 00:09:13 +0200] rev 5423
escape ampersand ('&') in team select buttons.
unc0rr [Tue, 26 Jul 2011 17:28:55 +0400] rev 5422
Make AI much more wise (fix a bug preventing AI to explore caves)
Xeli [Thu, 14 Jul 2011 15:46:43 +0200] rev 5421
added xml files which represent the default entries of Schemes and weapons
svetlisa [Tue, 19 Jul 2011 12:02:24 +0200] rev 5420
bg locale update
unc0rr [Tue, 26 Jul 2011 17:27:14 +0400] rev 5419
Comment out unsynced logging
Xeli [Thu, 14 Jul 2011 15:45:43 +0200] rev 5418
added various icons and graphics for the frontend
nemo [Sat, 16 Jul 2011 13:45:40 -0400] rev 5417
try to tweak flamethrower a bit to do more damage with fire changes. An optimal firepit test dealt 68.
Xeli [Thu, 14 Jul 2011 15:42:54 +0200] rev 5416
Added a small example of the frontend still being worked but commited so the downloader now works
nemo [Sat, 16 Jul 2011 13:01:11 -0400] rev 5415
Adjust "sticky" fire (molotov) so it makes better fire pits, by making the kicks more regular, yet of random left/right. Tweak napalm slightly along same lines. Probably needs more balancing.
Xeli [Thu, 14 Jul 2011 15:42:01 +0200] rev 5414
Added a utility class needed by the Downloaders
unc0rr [Tue, 12 Jul 2011 21:12:07 +0400] rev 5413
Somehow this line got lost somewhere
Xeli [Thu, 14 Jul 2011 15:41:26 +0200] rev 5412
Moved download classes to their own dir and fixed the way the dest dir is being 'build'
nemo [Mon, 11 Jul 2011 16:03:46 -0400] rev 5411
merge
Xeli [Wed, 06 Jul 2011 14:38:06 +0200] rev 5410
small fix to have LUA_DISABLED working again
nemo [Mon, 11 Jul 2011 14:08:15 -0400] rev 5409
typo
Xeli [Tue, 05 Jul 2011 23:30:35 +0200] rev 5408
removed some left over artifact of DataPackage in CMakeLists.txt
koda [Mon, 11 Jul 2011 13:04:18 +0200] rev 5407
typo and spaces
Xeli [Tue, 05 Jul 2011 23:29:32 +0200] rev 5406
fixed Data path
koda [Sun, 10 Jul 2011 02:18:46 +0200] rev 5405
better variable grouping...
jose1711 [Sat, 09 Jul 2011 21:30:36 +0200] rev 5404
Updated Slovak translation
Xeli [Tue, 05 Jul 2011 23:29:08 +0200] rev 5403
fixed app name
nemo [Fri, 08 Jul 2011 12:18:27 -0400] rev 5402
Add fudge factors for the collision check on portal exit
Xeli [Tue, 05 Jul 2011 23:26:32 +0200] rev 5401
Added build scripts to the hgignore files, these are generated by cmake
nemo [Thu, 07 Jul 2011 08:09:12 -0400] rev 5400
merge french translation
Xeli [Tue, 05 Jul 2011 18:33:42 +0200] rev 5399
merge
karibikCZ [Thu, 07 Jul 2011 07:55:23 -0400] rev 5398
Updated Czech translation
Xeli [Tue, 05 Jul 2011 18:27:18 +0200] rev 5397
Added download functionality and changed some icons
unc0rr [Thu, 07 Jul 2011 12:34:07 +0400] rev 5396
This seems to be a much better place
Xeli [Tue, 05 Jul 2011 18:23:54 +0200] rev 5395
Removed DataPackage and added eclipse specific meta files to ignore
unc0rr [Tue, 05 Jul 2011 21:41:48 +0400] rev 5394
This should improve performance on singlecore computers
Xeli [Tue, 05 Jul 2011 18:22:07 +0200] rev 5393
removed the extra DataPackage apk, the main app will download it itself
koda [Mon, 04 Jul 2011 15:35:44 +0200] rev 5392
little code cleanup (but please test)
Xeli [Tue, 05 Jul 2011 18:21:19 +0200] rev 5391
Removed the "move" of the resources, it isn't needed for the android build anymore and if they get moved in the default repo it probably should go somewhere in /share
koda [Mon, 04 Jul 2011 12:28:58 +0200] rev 5390
(fix
issue #126) moved initial nickname popup to the netconnection page
Xeli [Fri, 01 Jul 2011 21:30:33 +0200] rev 5389
Changed package name from org.hedgewars to org.hedgewars.mobile
unc0rr [Mon, 04 Jul 2011 10:26:16 +0400] rev 5388
Remove logging (was added for debugging, could lead to a crash due to lack of synchronization)
Xeli [Fri, 01 Jul 2011 09:02:30 +0200] rev 5387
updated path to Data folder to match where DataPacakage put it *temporarily*
nemo [Sun, 03 Jul 2011 20:14:03 -0400] rev 5386
oops
Xeli [Fri, 01 Jul 2011 08:46:47 +0200] rev 5385
merge
nemo [Sun, 03 Jul 2011 20:01:13 -0400] rev 5384
separate landpixels/land despeckling results to avoid desyncing on blurry land due to extra despeckling passes. right now, this does mean landpixels edge-of-block recheck is not done
Xeli [Wed, 29 Jun 2011 18:09:24 +0200] rev 5383
Added *.properties in Android project dirs to hgignore
Added a new project which will move resources from it's own apk to the sdcard
mikade [Sun, 03 Jul 2011 22:47:57 +0200] rev 5382
Altered switch behavior on 'The Specialists'.
Xeli [Wed, 29 Jun 2011 18:05:04 +0200] rev 5381
Removed protocol check, using CMake now to setup the building scripts using Templates/* removed old scripts
nemo [Sun, 03 Jul 2011 14:36:42 -0400] rev 5380
Based on some user complaints on forum, try to reduce impact of teams on small displays.
Xeli [Tue, 28 Jun 2011 18:33:51 +0200] rev 5379
Moved the Audio directory from the iOS folder one level up. Android-build will now refer to it SDL-android-project/build.xml must be changed if the directory is moved
nemo [Sun, 03 Jul 2011 12:53:39 -0400] rev 5378
adjust test slightly
Xeli [Tue, 28 Jun 2011 18:30:10 +0200] rev 5377
Added hedgewars icons
koda [Sun, 03 Jul 2011 18:22:07 +0200] rev 5376
copy pasta fail
Xeli [Tue, 28 Jun 2011 17:57:54 +0200] rev 5375
merge
nemo [Sun, 03 Jul 2011 11:38:25 -0400] rev 5374
Add a little y kick if there is nothing under an active barrel.
Xeli [Tue, 28 Jun 2011 17:56:25 +0200] rev 5373
added DataPackage temporarily
nemo [Sun, 03 Jul 2011 11:24:53 -0400] rev 5372
Change bee pos sprite, make aiming napalm a little easier, adjust napalm flames to be more centred on the target
Xeli [Tue, 28 Jun 2011 17:55:15 +0200] rev 5371
Preloaded libhwengine.so and added an argument to nativeInit()
koda [Sun, 03 Jul 2011 02:33:17 +0200] rev 5370
ios: disble logging, stop music correctly in preferences, move script command before seed, try using reatin instead of if
Xeli [Tue, 28 Jun 2011 17:54:27 +0200] rev 5369
Removed absolute path to libhwengine.so, the library must be preloaded from Java now. Which automagically knows where libhwengine.so is!
sheepluva [Sun, 03 Jul 2011 01:10:39 +0200] rev 5368
fix build. seems like a indentation-related merge-oopsy dragged deleted code back in.
Xeli [Tue, 28 Jun 2011 17:51:58 +0200] rev 5367
The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
unc0rr [Fri, 01 Jul 2011 10:38:00 +0400] rev 5366
Merge
Xeli [Tue, 28 Jun 2011 17:51:07 +0200] rev 5365
Added an argument to Game(PChar) which provides a path to the data folder. This allows the user/java side to change from internal sdcard to sdcard
nemo [Thu, 30 Jun 2011 18:20:41 -0400] rev 5364
Sweep all pixels at 0 or 1 neighbours, whether damaged or not. Intended to handled output of Smooth, might be nice to cut down on the counting somehow though.
Xeli [Fri, 24 Jun 2011 13:37:43 +0200] rev 5363
Using the correct resolution rahter than a hardcoded one
mikade [Thu, 30 Jun 2011 05:26:36 +0200] rev 5362
Enable autoswitch on turn start for The Specialists Mode.
Remove switch from Engineer wepset to prevent nemo getting combo'd again :)
Xeli [Fri, 24 Jun 2011 13:24:51 +0200] rev 5361
Added a script to build and install the application, users must define a path to the ndk
unc0rr [Wed, 29 Jun 2011 22:24:38 +0400] rev 5360
merge
Xeli [Fri, 24 Jun 2011 13:22:17 +0200] rev 5359
put back GLUnit in the uses clause, indentation fix, path fix
nemo [Wed, 29 Jun 2011 00:05:26 -0400] rev 5358
call onusedammo earlier for switcher
unc0rr [Thu, 30 Jun 2011 15:09:10 +0400] rev 5357
Tiny optimization: convert smooth wind indicator change gear into visual gear
Xeli [Fri, 24 Jun 2011 13:21:02 +0200] rev 5356
disabled engine Protocol check until i fix config.in
nemo [Tue, 28 Jun 2011 23:32:42 -0400] rev 5355
match snow to visual gear
unc0rr [Thu, 30 Jun 2011 14:28:13 +0400] rev 5354
Fix formatting a bit
Xeli [Fri, 24 Jun 2011 13:19:32 +0200] rev 5353
Fixed a fault strcpy
nemo [Tue, 28 Jun 2011 21:48:28 -0400] rev 5352
Fix random weapons with per-hog ammo, fix ammo store loadout number in scripting for per-clan and per-hog ammo, add an advanced script hook into parsecommand to override values, add check for empty map in chSetMap, load script earlier in game params from frontend
unc0rr [Thu, 30 Jun 2011 14:26:01 +0400] rev 5351
Convert huge switch into an array
Xeli [Fri, 24 Jun 2011 13:14:03 +0200] rev 5350
Fixed a fault strcpy
nemo [Tue, 28 Jun 2011 19:16:42 -0400] rev 5349
sweep up some AA pixels
unc0rr [Thu, 30 Jun 2011 13:59:57 +0400] rev 5348
Don't draw snow flakes spawned in land, introduce gstInvisible flag
Xeli [Fri, 24 Jun 2011 13:13:31 +0200] rev 5347
Added test parameter which end up at hwengine::Game(PChar)
Henek [Tue, 28 Jun 2011 21:31:02 +0200] rev 5346
first draft of a html based theme editor
unc0rr [Wed, 29 Jun 2011 17:32:05 +0400] rev 5345
Simplify code using 'with', convert some tabs to spaces
Xeli [Fri, 24 Jun 2011 13:12:52 +0200] rev 5344
Removed WriteToConsole debugging lines
Henek [Tue, 28 Jun 2011 21:28:13 +0200] rev 5343
fake crates now with complementary poison
unc0rr [Wed, 29 Jun 2011 17:25:41 +0400] rev 5342
Check xx for LAND_WIDTH_MASK
Xeli [Fri, 24 Jun 2011 09:54:39 +0200] rev 5341
merge
unc0rr [Tue, 28 Jun 2011 17:12:09 +0400] rev 5340
- Allow snow to drop a bit outside the map, where it already is allowed to spawn
- Tiny optimization
Xeli [Fri, 24 Jun 2011 09:36:59 +0200] rev 5339
Fixed the incomplete merge of rev: 22c1f4833a86
unc0rr [Tue, 28 Jun 2011 16:12:39 +0400] rev 5338
Fix CMake warning (a header listed twice)
Xeli [Thu, 23 Jun 2011 21:57:53 +0200] rev 5337
Package name changes
nemo [Mon, 27 Jun 2011 13:39:46 -0400] rev 5336
Store gear X/Y/dX/dY for use in splash/droplets. Also saves a few hwRound calls.
Xeli [Thu, 23 Jun 2011 21:57:31 +0200] rev 5335
more packing name changes
mikade [Mon, 27 Jun 2011 02:41:45 +0200] rev 5334
Fix some quirky syntax.
Xeli [Thu, 23 Jun 2011 21:33:04 +0200] rev 5333
Package name changed from org.libsdl.app to org.hedgewars
nemo [Sun, 26 Jun 2011 20:29:08 -0400] rev 5332
Use an ifdef instead, add despeckling of tunnels
Xeli [Thu, 23 Jun 2011 21:09:33 +0200] rev 5331
Changed the package path from org.libsdl.app to org.hedgewars
nemo [Sun, 26 Jun 2011 20:19:11 -0400] rev 5330
disable .reserve - not 4.6 compatible
Xeli [Thu, 23 Jun 2011 16:52:23 +0200] rev 5329
Reverted back to tip and changed the correct IFDEF IPHONEOS to MOBILE without breaking other iphoneos
nemo [Sun, 26 Jun 2011 19:44:41 -0400] rev 5328
Forgot to remove this script name
orange.hg@gmail.com [Tue, 28 Jun 2011 20:42:04 +0000] rev 5327
Second passage (second time I correct),
-nouvelles phrases de jeu (new sentences)
-correction de fautes (correction of mistakes)
-reformulations pour plus de compréhension et de cohérence (reformulation for more understanding)
Xeli [Thu, 23 Jun 2011 16:29:46 +0200] rev 5326
Changed UI elements
nemo [Sun, 26 Jun 2011 19:42:44 -0400] rev 5325
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
orange.hg@gmail.com [Sun, 26 Jun 2011 17:43:41 +0000] rev 5324
quelques ajouts supplémentaires dans ce qui n'était pas encore traduit
Xeli [Thu, 23 Jun 2011 16:26:03 +0200] rev 5323
Enabled fullscreen and locked it to landscap
nemo [Sun, 26 Jun 2011 16:34:31 -0400] rev 5322
add missing nil check, increase despeckling of background too
orange.hg@gmail.com [Sun, 26 Jun 2011 17:18:19 +0000] rev 5321
Après le premier jet d'hier, correction de quelques fautes, traductions plus appropriées, ...
Xeli [Thu, 23 Jun 2011 15:51:21 +0200] rev 5320
Added various directories where compilers output to
nemo [Sun, 26 Jun 2011 15:23:45 -0400] rev 5319
bounce. tweak of values, remove friction modifier, move to weapon, to match timer behaviour
orange.hg@gmail.com [Sat, 25 Jun 2011 18:05:08 +0000] rev 5318
Pour chaque <translation type="unfinished"> j'ai complété avec la traduction française.
Je n'ai pas su quoi faire avec <translation type="obsolete"> => reformuler autrement ce qu'il y a déjà marqué ??
Certaines choses ne sont pas encore traduites car il manque le contexte général du mot pour le traduire correctement.
Xeli [Thu, 23 Jun 2011 14:30:04 +0200] rev 5317
Added sdl_net from the unofficial android port: http://www.anddev.org/sdl_port_for_android_sdk-ndk_16-t9218.html
nemo [Sun, 26 Jun 2011 13:38:47 -0400] rev 5316
Allow control of grenade bounce. Not sure if this is a good idea, but has been requested a lot, so...
orange.hg@gmail.com [Sat, 25 Jun 2011 16:29:05 +0000] rev 5315
Changements :
-ajout de messages répondant à certaine actions des hedgehogs (passer son tour, toucher un ami, etc.) et à l'arrivée des boites (santé, armes et outils)
-reformulation de certaines phrases concernant la description des armes et les modes de jeu (cà d : ajout/retrai d'un mot, changement des temps de certains verbes, etc.)
Xeli [Thu, 23 Jun 2011 14:12:11 +0200] rev 5314
Have make move the actual libhwengine.so to the SDL-android-project folder, rather than having the ndk-build reference to it. This removes the circular dependency
Henek [Sun, 26 Jun 2011 02:47:36 +0200] rev 5313
now scripts can create unique crates: dummy (empty) crates and booby traps. scripts can also set health crate values
orange.hg@gmail.com [Sat, 25 Jun 2011 15:10:08 +0000] rev 5312
de nombreux petits changements :
-quelques fautes d'accent
-remplacement de mots que je trouvais mieux appropriés
-reformulation de phrases dont la traduction était trop littéraire.
Xeli [Thu, 23 Jun 2011 13:57:16 +0200] rev 5311
Added mkdir out
unc0rr [Sat, 25 Jun 2011 17:22:35 +0400] rev 5310
merge
Xeli [Thu, 23 Jun 2011 13:52:19 +0200] rev 5309
Updated the path of hwLibrary.pas
Henek [Sat, 25 Jun 2011 15:11:11 +0200] rev 5308
fixing some different issues with edit team page and the new dual data setup
unc0rr [Sat, 25 Jun 2011 17:22:13 +0400] rev 5307
Fix broken theme icon loading from user dir
Xeli [Thu, 23 Jun 2011 13:35:51 +0200] rev 5306
Added logging for Android
unc0rr [Sat, 25 Jun 2011 16:40:29 +0400] rev 5305
merge
Xeli [Wed, 22 Jun 2011 23:59:01 +0200] rev 5304
Added SDL-android-project, this is the Android/Java part of the application
Henek [Sat, 25 Jun 2011 14:20:21 +0200] rev 5303
this should fix captions on iOS (and android), though I can't check
unc0rr [Sat, 25 Jun 2011 16:39:54 +0400] rev 5302
Fix camera jerking on zoom in
Xeli [Wed, 22 Jun 2011 23:56:08 +0200] rev 5301
Moved Android-build to project_files/Android-build
nemo [Fri, 24 Jun 2011 14:40:44 -0400] rev 5300
unbreak localisation
Xeli [Wed, 22 Jun 2011 23:55:32 +0200] rev 5299
Removed the extra WriteToConsole()
sheepluva [Fri, 24 Jun 2011 13:24:41 +0200] rev 5298
Remove unused variable
Xeli [Wed, 22 Jun 2011 23:44:06 +0200] rev 5297
Cleaned up the makefil
nemo [Thu, 23 Jun 2011 15:08:19 -0400] rev 5296
At mikade's request and w/ unc0rr's blessing, dramatically slash inactivity delay from 1.25s down to a tenth of a second.
Xeli [Wed, 22 Jun 2011 13:27:02 +0200] rev 5295
Script called from Make.android to push the library to the device
unc0rr [Thu, 23 Jun 2011 21:19:43 +0400] rev 5294
merge
Xeli [Wed, 22 Jun 2011 13:25:53 +0200] rev 5293
Make file to build the hwengine as Library for Android, it also uses PushToDevice to update the library on the device without the need of reinstalling the apk
unc0rr [Thu, 23 Jun 2011 21:14:41 +0400] rev 5292
merge
Xeli [Wed, 22 Jun 2011 13:24:30 +0200] rev 5291
Custom OpenGL 1.1 header, converted from GLES/gl.h + GLES/glplatform.h with some entries of KHR/khrplatform.h. Android API level 4
nemo [Wed, 22 Jun 2011 18:55:58 -0400] rev 5290
This can afford to be a bit larger. Does not impact performance.
unc0rr [Thu, 23 Jun 2011 21:12:27 +0400] rev 5289
- Implement ThemesModel (load theme icons once, store in memory, don't reload from disk every time selection changes)
- .pro file is usable again
Xeli [Wed, 22 Jun 2011 12:54:30 +0200] rev 5288
Changed back DARWINN typo, removed 3 commented functions
Henek [Wed, 22 Jun 2011 01:04:38 +0200] rev 5287
fixed gfInfAttack preventing ending of turn while placing hedgehogs
Xeli [Wed, 22 Jun 2011 00:38:31 +0200] rev 5286
First commit..
nemo [Tue, 21 Jun 2011 18:28:34 -0400] rev 5285
Make sky, horizon, flakes and clouds optional, replace repeated strips of skyL/skyR with 2x2 transparent PNGs instead of larger images of variable dimensions, remove a number of empty unused images
nemo [Tue, 21 Jun 2011 17:28:53 -0400] rev 5284
Remove default transparent chunks. Chunk will only be added if theme defined.
koda [Tue, 21 Jun 2011 23:24:50 +0200] rev 5283
oops
koda [Tue, 21 Jun 2011 23:23:21 +0200] rev 5282
whitelist Island theme on ios (with Tiy approval)
koda [Tue, 21 Jun 2011 22:57:46 +0200] rev 5281
update theme listing for ios
koda [Tue, 21 Jun 2011 22:57:10 +0200] rev 5280
remove/rename icons for dummy themes
Henek [Tue, 21 Jun 2011 22:47:12 +0200] rev 5279
remove theme.cfg from CMakeLists too
mikade [Tue, 21 Jun 2011 20:51:51 +0200] rev 5278
New User Mission: That Sinking Feeling
mikade [Tue, 21 Jun 2011 20:49:47 +0200] rev 5277
PianoStrike exploit fix for Capture The Flag.
New Gameplay Mode: The Specialists
unc0rr [Tue, 21 Jun 2011 22:43:55 +0400] rev 5276
Derive themes list from list of dirs in Themes folder which have icon.png inside
koda [Tue, 21 Jun 2011 16:55:34 +0200] rev 5275
restore logging on mac
nemo [Mon, 20 Jun 2011 20:46:27 -0400] rev 5274
Avoid desyncing on blurry land
nemo [Mon, 20 Jun 2011 19:00:19 -0400] rev 5273
oops
nemo [Mon, 20 Jun 2011 18:58:26 -0400] rev 5272
Allow scripting to set arbitrary weapon counts
nemo [Mon, 20 Jun 2011 15:21:27 -0400] rev 5271
ack. forgot to add my stub files
mikade [Mon, 20 Jun 2011 20:43:11 +0200] rev 5270
merge
unc0rr [Mon, 20 Jun 2011 21:40:08 +0400] rev 5269
Implement testing for illegal characters
nemo [Mon, 20 Jun 2011 12:57:44 -0400] rev 5268
Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo [Mon, 20 Jun 2011 09:32:31 -0400] rev 5267
move smoothing into separate function, adjust call order
nemo [Mon, 20 Jun 2011 09:15:24 -0400] rev 5266
25%, not 50%
koda [Mon, 20 Jun 2011 10:36:20 +0200] rev 5265
merge Zorg's changes
nemo [Mon, 20 Jun 2011 02:03:15 -0400] rev 5264
More AA - try smoothing explosions a bit
sheepluva [Mon, 20 Jun 2011 01:28:21 +0200] rev 5263
display player count below and with label, just because it's funny to mess with unC0Rr's code and make him cry :P
Zorg <zorgiepoo@gmail.com> [Sun, 19 Jun 2011 21:03:16 -0400] rev 5262
Oops, don't need this.
nemo [Mon, 20 Jun 2011 02:03:15 -0400] rev 5261
More AA - try smoothing explosions a bit
Zorg <zorgiepoo@gmail.com> [Sun, 19 Jun 2011 20:55:34 -0400] rev 5260
When the password field is filled with null characters and when the user tries to edit the field, clear it.
sheepluva [Mon, 20 Jun 2011 01:28:21 +0200] rev 5259
display player count below and with label, just because it's funny to mess with unC0Rr's code and make him cry :P
tsleon [Sun, 19 Jun 2011 18:45:10 +0200] rev 5258
updated russian translation
koda [Sun, 19 Jun 2011 12:34:54 +0200] rev 5257
passing by reference... my darkest enemy
actual reason below:
In your case (without reference) the compiler generates a temporary object (int) for the first argument of your MyApplication constructor. You pass this temporary int to QApplication’s constructor (with int reference), which saves the address of this reference. Once your MyApplication constructor is done the temporary int is destroyed but QApplication still has its address.
koda [Sun, 19 Jun 2011 00:49:13 +0200] rev 5256
fix water bubbles like sheepluva wanted (also code formatting)
koda [Sat, 18 Jun 2011 17:26:13 +0200] rev 5255
under osx don't load a file in case a game is already running (also a little of code formatting)
krdrt5367 [Sat, 18 Jun 2011 16:56:45 +0200] rev 5254
updated polish translation
koda [Sat, 18 Jun 2011 16:54:08 +0200] rev 5253
add the manual build server dir to .hgignore
koda [Sat, 18 Jun 2011 03:14:45 +0200] rev 5252
file association for mac!
associating file is done automatically when you move the app in your system but there is also a button to set it manually
i had to disable argument parsing and to subclass qapplication to make this work
please test
koda [Wed, 15 Jun 2011 23:59:44 +0200] rev 5251
expose the available translations in the plist file
koda [Wed, 15 Jun 2011 23:11:06 +0200] rev 5250
forgot to update this variable name
nemo [Fri, 17 Jun 2011 20:53:36 -0400] rev 5249
revert back to 512x512
mikade [Fri, 17 Jun 2011 18:03:12 +0200] rev 5248
okay...
unc0rr [Tue, 21 Jun 2011 16:43:05 +0400] rev 5247
Ability to turn camera following gears off
nemo [Fri, 17 Jun 2011 11:58:27 -0400] rev 5246
merge of tsleon's updated russian. I assume unc0rr will vet the phrasing
mikade [Thu, 16 Jun 2011 23:45:17 +0200] rev 5245
Fully playable version of Space Invasion (fingers crossed). No bugs known.
unc0rr [Tue, 21 Jun 2011 16:42:04 +0400] rev 5244
Don't stick to enemies when there are more than 2 clans
nemo [Tue, 14 Jun 2011 16:50:41 -0400] rev 5243
check alternate script loading path
nemo [Tue, 14 Jun 2011 16:44:51 -0400] rev 5242
corrected user ptData path
nemo [Tue, 14 Jun 2011 14:00:29 -0400] rev 5241
add missing user path check
nemo [Tue, 14 Jun 2011 11:29:15 -0400] rev 5240
Oops. Forgot an assignment.
nemo [Sun, 12 Jun 2011 22:34:38 -0400] rev 5239
Bit more reusability
nemo [Sun, 12 Jun 2011 21:06:48 -0400] rev 5238
Enable ~/.hedgewars/Data (or platform equivalent) to override/extend pretty much everything in system Data dir. Obviously desyncing can occur, so this is at user's own risk. Should simplify map etc install. Needs testing.
nemo [Sun, 12 Jun 2011 14:45:26 -0400] rev 5237
If 2 or more resolutions are available, use the 2nd in the list. This should (usually) be smaller than the desktop resolution, which should reduce noob fail (not realising part of interface is obscured)
nemo [Sun, 12 Jun 2011 10:33:55 -0400] rev 5236
Make flakes respond to wind a bit more strongly
nemo [Sun, 12 Jun 2011 10:16:38 -0400] rev 5235
Skip droplets if plain splash is enabled, add a sanity check just in case.
ts.leon@mail.ru [Fri, 10 Jun 2011 17:28:53 +0000] rev 5234
Update for ver. 0.9.15
nemo [Sat, 11 Jun 2011 17:27:26 -0400] rev 5233
Should reduce rope skip fail and unrealistic rope drownings
nemo [Thu, 09 Jun 2011 00:22:57 -0400] rev 5232
fix splash
nemo [Thu, 09 Jun 2011 00:00:33 -0400] rev 5231
tweak to avoid specks after damage
Zorg <zorgiepoo@gmail.com> [Wed, 08 Jun 2011 23:25:05 -0400] rev 5230
Set m_game_connected to false after emitting Disconnected(). This fixes a bug in a case such that when entering an invalid password, the game would bring you back to the main menu.
Zorg <zorgiepoo@gmail.com> [Wed, 08 Jun 2011 03:36:54 -0400] rev 5229
Attempt to fix
issue #125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
nemo [Sat, 04 Jun 2011 16:09:12 -0400] rev 5228
Nerf RC a bit
nemo [Thu, 02 Jun 2011 18:39:35 -0400] rev 5227
oops.
nemo [Thu, 02 Jun 2011 18:36:35 -0400] rev 5226
Don't need to check for this case
nemo [Thu, 02 Jun 2011 18:08:50 -0400] rev 5225
Experiment in making the land less jagg-y
koda [Mon, 30 May 2011 01:14:25 +0200] rev 5224
muuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuusic for the ios frontend finally
koda [Sun, 29 May 2011 23:58:28 +0200] rev 5223
allow fpc to search through the user directory when linking frameworks
koda [Sun, 29 May 2011 23:21:59 +0200] rev 5222
unbreak compiling frontend under osx
unc0rr [Sun, 29 May 2011 20:28:27 +0400] rev 5221
Tiny optimization
koda [Sat, 28 May 2011 23:40:42 +0200] rev 5220
when the match is not completed (eg out of memory or crash) the game asks for restoring it as soon as it is opened again
koda [Sat, 28 May 2011 16:40:23 +0200] rev 5219
this notification can be removed
nemo [Sat, 28 May 2011 16:59:09 -0400] rev 5218
Fix bug that made me lose my tournament match
unc0rr [Fri, 27 May 2011 23:18:23 +0400] rev 5217
Don't allocate SDL_event structure on stack
TrevInc [Wed, 25 May 2011 14:21:40 +0200] rev 5216
small Korean update
nemo [Mon, 23 May 2011 11:25:37 -0400] rev 5215
Try and avoid problem reported by users like RDChrisco with cards that only support 512 texture size, and disable backgrounds. Also, reorganise the rq flags sprite loading a bit. Needs testing to make sure it matches the sprite uses. It should though.
unc0rr [Sun, 22 May 2011 19:44:53 +0400] rev 5214
60 seconds cooldown ban on kick
nemo [Tue, 17 May 2011 19:05:13 -0400] rev 5213
make the associate button use the user's settings for loading demos/saves
unc0rr [Mon, 16 May 2011 22:04:59 +0400] rev 5212
Don't perform RestartServer action when already did it once
unc0rr [Mon, 16 May 2011 22:03:14 +0400] rev 5211
Don't send stats after spawning new server
unc0rr [Sun, 15 May 2011 18:16:13 +0400] rev 5210
Pass correct arguments on restart
unc0rr [Sun, 15 May 2011 18:10:01 +0400] rev 5209
On restart command close server socket and spawn new server, keep running until last client quits
koda [Thu, 12 May 2011 23:29:31 +0200] rev 5208
all together now! releaseAndNil ftw
koda [Thu, 12 May 2011 23:00:26 +0200] rev 5207
some general tweaks (more intelligent use of macros and more caching)
koda [Wed, 11 May 2011 01:26:38 +0200] rev 5206
settings.plist is no more, long live nsuserdefaults
koda [Mon, 09 May 2011 18:00:39 +0200] rev 5205
some headers cleanup and rename of stats and playrecord pages for consistency
koda [Mon, 09 May 2011 16:56:29 +0200] rev 5204
split pages.h into several header files
unc0rr [Sun, 08 May 2011 21:15:42 +0400] rev 5203
Better tracking of damage source and target when scoring a turn
unc0rr [Thu, 05 May 2011 17:08:29 +0400] rev 5202
Some improvements on stats subsystem
koda [Wed, 04 May 2011 01:19:39 +0200] rev 5201
* moved colours and default port from .cpp.in to .h
* slight tweaks to existing colours (softer shades)
koda [Tue, 03 May 2011 23:16:47 +0200] rev 5200
* move ammo lines from .cpp.in to .h so that it is readable from the ios frontend (and who knows, maybe from other frontends as well)
* increase the max team number from 6 to 8 like engine supports
* update ios project file for uCursor
unc0rr [Mon, 02 May 2011 18:40:15 +0400] rev 5199
Oops, forgot to remove this
unc0rr [Mon, 02 May 2011 18:39:11 +0400] rev 5198
Merge cursor_issues into default
nemo [Mon, 02 May 2011 01:55:14 -0400] rev 5197
Basic TARDIS implementation. Still needs proper animation, and probably a check to force reappearance on death of last team mate
koda [Mon, 02 May 2011 02:07:28 +0200] rev 5196
update hgtags
koda [Sun, 01 May 2011 05:39:52 +0200] rev 5195
fix rotation and ammomenu on ios
koda [Sat, 30 Apr 2011 20:06:05 +0200] rev 5194
small fix for starting the ios game
unc0rr [Mon, 16 May 2011 22:08:28 +0400] rev 5193
Close branch
unc0rr [Fri, 29 Apr 2011 17:11:08 +0400] rev 5192
Optimize hwFloat2Float a bit
unc0rr [Mon, 02 May 2011 18:37:57 +0400] rev 5191
- Implement a thin wrapper over real cursor, which eliminates need in SDL_WarpMouse outside game window
- Fixes pointing target near water when zooming
unc0rr [Fri, 29 Apr 2011 17:05:10 +0400] rev 5190
Call statistics routine after setting the damage
unc0rr [Fri, 29 Apr 2011 13:56:38 +0400] rev 5189
Merge with default tip
koda [Fri, 29 Apr 2011 03:31:50 +0200] rev 5188
some updates to the crossbuild system for mac
most notably it chooses a single default architecture with more precision
koda [Fri, 29 Apr 2011 02:42:46 +0200] rev 5187
make sdl1.3 window creation code more readable
koda [Thu, 28 Apr 2011 01:01:07 +0200] rev 5186
fix some more warnings
koda [Thu, 28 Apr 2011 00:16:36 +0200] rev 5185
remove the trailing _en from scheme data and use the macros available instead of creating a string every time
nemo [Wed, 27 Apr 2011 11:11:45 -0400] rev 5184
update iphone too
nemo [Wed, 27 Apr 2011 11:05:56 -0400] rev 5183
Oops. Forgot Hello (frontend) and "First Blood"
unc0rr [Wed, 27 Apr 2011 16:01:27 +0400] rev 5182
merge
koda [Wed, 27 Apr 2011 02:34:38 +0200] rev 5181
add getawaytime and tagteam mode to ios
some tweaks to scheme creation
koda [Wed, 27 Apr 2011 02:10:22 +0200] rev 5180
small cosmetics
unc0rr [Wed, 27 Apr 2011 15:57:23 +0400] rev 5179
Fix "Mixing signed expressions and longwords gives a 64bit result" warnings
vittorio.giovara@gmail.com [Tue, 26 Apr 2011 13:13:07 +0200] rev 5178
ooops
koda [Tue, 26 Apr 2011 02:36:40 +0200] rev 5177
remove unusued voices also for ios
small tweak that allows us to avoid modifying sdl sourcecode to work
nemo [Mon, 25 Apr 2011 17:56:26 -0400] rev 5176
Skip installation of unused sounds to save space
koda [Mon, 25 Apr 2011 07:53:06 +0200] rev 5175
finish overlay refactoring and some leak annihilation
koda [Mon, 25 Apr 2011 06:38:59 +0200] rev 5174
initial refactoring of ObjcExports and OverlayViewController
koda [Mon, 25 Apr 2011 02:25:25 +0200] rev 5173
small trailing changes
koda [Mon, 25 Apr 2011 01:46:54 +0200] rev 5172
aaand let's add freetype as well while we are at it
other smaller changes
koda [Sun, 24 Apr 2011 23:13:45 +0200] rev 5171
add ios project files for lua sources
koda [Sun, 24 Apr 2011 22:57:57 +0200] rev 5170
add libTremor sources (integer-only libvorbis implementation) to repo and ios project
koda [Sun, 24 Apr 2011 21:35:23 +0200] rev 5169
some comments and simplifications for cmake files
koda [Thu, 21 Apr 2011 08:22:34 +0200] rev 5168
small tweak to autogenerate the config.inc file in the ios project
koda [Thu, 21 Apr 2011 07:41:24 +0200] rev 5167
Clean Augean stables 2 (pascal has classnames available)
koda [Wed, 20 Apr 2011 05:26:47 +0200] rev 5166
and now for something completely different, overlay refactoring!
updated project files with new certificate info
removed some warnings
nemo [Tue, 19 Apr 2011 15:34:21 -0400] rev 5165
Disable Digital/Beach since Tiy's made clear he feels the problems are too extensive to fix.
Remove Chunk from Beach theme due copyright violation
unc0rr [Tue, 19 Apr 2011 14:39:55 +0400] rev 5164
Use cWaterLine instead of LAND_HEIGHT, fix mortar handler aswell
unc0rr [Tue, 19 Apr 2011 14:20:52 +0400] rev 5163
Fix test for water in airstrike handler
unc0rr [Tue, 19 Apr 2011 12:35:43 +0400] rev 5162
Fix AI trying to turn around in targeting mode
nemo [Mon, 18 Apr 2011 23:35:44 -0400] rev 5161
oops
nemo [Mon, 18 Apr 2011 23:26:28 -0400] rev 5160
trying to make the umbrella and beachball seem a bit less cut out with a bit of beach sun/shade
koda [Tue, 19 Apr 2011 00:43:39 +0200] rev 5159
merge
koda [Tue, 19 Apr 2011 00:43:14 +0200] rev 5158
stats implemented once again! refactoring complete \o/
koda [Tue, 19 Apr 2011 00:19:01 +0200] rev 5157
things are a little sanier
koda [Mon, 18 Apr 2011 02:45:51 +0200] rev 5156
work in progress yet again (can run some games now)
koda [Sun, 17 Apr 2011 22:38:24 +0200] rev 5155
more refactoring, less warnings, less stuff kept around
koda [Sun, 17 Apr 2011 20:52:56 +0200] rev 5154
initial refactoring for interfacing the game engine from the ios frontend (game doesn't run yet)
nemo [Sun, 17 Apr 2011 23:44:54 -0400] rev 5153
I'm not saying this fixes anything, I'm just hoping it inspires Tiy to take an interest in the theme. (removes the background water effect that just wasn't working, puts in new spray objects including removing the copyrighted one, tries for a sand that doesn't look like sandpaper)
nemo [Sun, 17 Apr 2011 13:33:46 -0400] rev 5152
merge in japanese updates
nemo [Sun, 17 Apr 2011 12:48:32 -0400] rev 5151
An experiment - make bazooka AI use float instead of hwFloat - should be as accurate, but faster.
nemo [Sun, 17 Apr 2011 11:57:46 -0400] rev 5150
Allow head of rope to attach to hogs/barrels/crates again. Rope still does not, to avoid the bug.
unc0rr [Sun, 17 Apr 2011 22:16:36 +0400] rev 5149
Try to allow cursor to reach water when zooming out
unc0rr [Sat, 16 Apr 2011 23:21:15 +0400] rev 5148
Make AI switch to amNothing before trying to walk if it holds weapon which needs targeting (not tested)
unc0rr [Fri, 15 Apr 2011 22:38:50 +0400] rev 5147
Add 'Cancel connection' button. Fixes
issue #162
unc0rr [Fri, 15 Apr 2011 21:36:59 +0400] rev 5146
Send server's name in udp packet. Fixes
issue #25
nemo [Thu, 14 Apr 2011 18:17:30 -0400] rev 5145
adjust crosshair criteria again. this should take care of sniper rifle and crosshair after attacking
nemo [Tue, 12 Apr 2011 15:57:16 -0400] rev 5144
update dejavu - might possibly fix the german/brazillian/swedish crasher, who knows.
unc0rr [Tue, 12 Apr 2011 22:31:48 +0400] rev 5143
Start implementation of archivements/ratings on server side: replay saving routine
unc0rr [Tue, 12 Apr 2011 21:28:37 +0400] rev 5142
Show winners in console in a special form so this information could be easily parsed
Henek [Mon, 11 Apr 2011 18:23:43 +0200] rev 5141
cleared up Random Weapons and implemented remembering of weapons in Balanced Random Weapons too, also seems to work
nemo [Mon, 11 Apr 2011 11:22:10 -0400] rev 5140
Change a few iterations over list to what is apparently a modification safe syntax, may fix
issue #208 and #217 - needs testing of course.
sheepluva [Mon, 11 Apr 2011 01:30:43 +0200] rev 5139
grenade back to old damage, but from now on explosions assume they are not closer to a gear's center than the gear's radius
Henek [Mon, 11 Apr 2011 00:35:53 +0200] rev 5138
now Random Weapons will show the weapon you will get during the other players turns
not tested online yet, would be happy if someone could and report to me results
nemo [Sun, 10 Apr 2011 17:25:34 -0400] rev 5137
rename gtBomb to gtGrenade, nerf grenade from 50 to 47 pending some flag to indicate pixels in Land[] belonging to current hog to avoid throwing grenades into hogs
nemo [Sun, 10 Apr 2011 14:04:56 -0400] rev 5136
Fix a few crosshair bugs. Disable ShowCrosshair and just decide when drawing.
y2kbugxp90@gmail.com [Mon, 11 Apr 2011 20:53:55 +0000] rev 5135
typo
sheepluva [Sun, 10 Apr 2011 20:02:25 +0200] rev 5134
//
y2kbugxp90@gmail.com [Mon, 11 Apr 2011 00:42:06 +0000] rev 5133
A bunch of Japanese edits
unc0rr [Sun, 10 Apr 2011 20:36:09 +0400] rev 5132
Make WriteLnToConsole write to stderr instead of stdout
y2kbugxp90@gmail.com [Sun, 10 Apr 2011 05:09:41 +0000] rev 5131
Got a start on localizing all these strings.
unc0rr [Sun, 10 Apr 2011 20:24:25 +0400] rev 5130
Add a parameter for game simulation with no gui/sound enabled, just to get statistics
y2kbugxp90@gmail.com [Sun, 10 Apr 2011 04:23:27 +0000] rev 5129
The first of several Japanese language localization patches.
nemo [Sat, 09 Apr 2011 15:54:28 -0400] rev 5128
Check for 0 health to avoid div by 0. spotted by mikade.
claymore [Fri, 08 Apr 2011 21:15:57 +0200] rev 5127
added Balanced Random Weapon gameplay script
claymore [Fri, 08 Apr 2011 18:50:12 +0200] rev 5126
Frontend: room rename
sheepluva [Fri, 08 Apr 2011 13:42:25 +0200] rev 5125
//
sheepluva [Fri, 08 Apr 2011 11:40:18 +0200] rev 5124
comments
sheepluva [Fri, 08 Apr 2011 04:30:28 +0200] rev 5123
guess what. comments. yay for burning commits
sheepluva [Fri, 08 Apr 2011 03:07:04 +0200] rev 5122
some more comments *yawns*
sheepluva [Thu, 07 Apr 2011 23:54:09 +0200] rev 5121
added some comments in order to confuse the GSoC students as much as possible ;D
nemo [Thu, 07 Apr 2011 14:13:11 -0400] rev 5120
redundant now
unc0rr [Thu, 07 Apr 2011 21:43:43 +0400] rev 5119
Fix crash in server (accessing deleted room)
nemo [Thu, 07 Apr 2011 11:30:56 -0400] rev 5118
For mikade - bit more flexibility in script captions
igorko [Thu, 07 Apr 2011 13:26:56 +0200] rev 5117
mono version for ukranian voices
koda [Thu, 07 Apr 2011 13:21:11 +0200] rev 5116
merge
sheepluva [Thu, 07 Apr 2011 01:45:38 +0200] rev 5115
fix indentation and missing newline at end of file
Jonathan@Jonathan-PC.fritz.box [Wed, 06 Apr 2011 22:56:05 +0200] rev 5114
Improved random name generation (now a random fort and random grave is choosen
from the available ones)
Jonathan@Jonathan-PC.fritz.box [Wed, 06 Apr 2011 22:55:22 +0200] rev 5113
background stars won't go all in the same direction anymore
Jonathan@Jonathan-PC.fritz.box [Wed, 06 Apr 2011 11:51:23 +0200] rev 5112
avoided some ambiguous function calls
koda [Wed, 06 Apr 2011 00:30:02 +0200] rev 5111
merge
nemo [Tue, 05 Apr 2011 16:27:58 -0400] rev 5110
set cLocale even for en
koda [Wed, 06 Apr 2011 00:29:49 +0200] rev 5109
strangely enough, the new sdl rotation code is incompatible with our system... this is a workaround that should hold up until their code becomes more stable
Zorg <zorgiepoo@gmail.com> [Tue, 05 Apr 2011 16:15:20 -0400] rev 5108
Fixing
issue #211. Check to see if m_currPath is NULL before doing anything in mouseReleaseEvent. Multiple mouse release events can occur after a mouse press and before the next mouse press if you mouse-click really fast.
nemo [Tue, 05 Apr 2011 16:23:52 -0400] rev 5107
Allow override of voicepack with a locale voicepack. Untested, but should mean that a Default voice should use the Ukranian version if that is their locale.
koda [Tue, 05 Apr 2011 22:21:02 +0200] rev 5106
wow we're getting famous http://hg.libsdl.org/SDL/rev/8a04b596b472
Zorg <zorgiepoo@gmail.com> [Tue, 05 Apr 2011 16:05:41 -0400] rev 5105
Testing a merge.
sheepluva [Tue, 05 Apr 2011 20:28:44 +0200] rev 5104
Digital-Theme, converted+fixed as requested by koda, sorry I had no choice. He would had been all "couch" again if I hadn't done this for him :(
XD
koda [Tue, 05 Apr 2011 17:10:48 +0200] rev 5103
fix windows compilation
nemo [Tue, 05 Apr 2011 11:00:18 -0400] rev 5102
oops. forgot the parent cmakelist
igorko [Tue, 05 Apr 2011 10:59:23 -0400] rev 5101
Ukranian localisation of a voicepack. Still to be decided, if this should localised, and played as Default if a user is using the ukranian locale.
koda [Mon, 04 Apr 2011 16:27:27 +0200] rev 5100
you can use esc to exit chat when input is empty
koda [Mon, 04 Apr 2011 12:53:11 +0200] rev 5099
enable keyrepeat while chatting so you can keep backspace pressed to delete a line (fix
issue #111)
unc0rr [Sun, 03 Apr 2011 20:07:05 +0400] rev 5098
Allow to rename room
unc0rr [Sun, 03 Apr 2011 19:27:48 +0400] rev 5097
dammit, merge
koda [Sun, 03 Apr 2011 16:46:20 +0200] rev 5096
small tweak for bundle creation
koda [Sun, 03 Apr 2011 16:34:12 +0200] rev 5095
fix autorelease pools not being set (
issue #209) and format code a little
unc0rr [Sun, 03 Apr 2011 19:26:53 +0400] rev 5094
- Update .pro file
- Add a label in chat widget with a number of nicks listed
unc0rr [Sun, 03 Apr 2011 16:31:48 +0400] rev 5093
Some polishing
unc0rr [Sun, 03 Apr 2011 16:31:40 +0400] rev 5092
Fix crash when old room admin becomes new room admin
unc0rr [Sun, 03 Apr 2011 13:34:04 +0400] rev 5091
Show only logged-in clients quit messages
unc0rr [Sun, 03 Apr 2011 13:31:33 +0400] rev 5090
Use readInt_
nemo [Sat, 02 Apr 2011 22:17:08 -0400] rev 5089
This better matches lua headers
nemo [Sat, 02 Apr 2011 20:33:06 -0400] rev 5088
use PtrInt to match lua's use of ptrdiff. Needs testing.
koda [Sat, 02 Apr 2011 20:57:40 +0200] rev 5087
cmd+m should minimize the app as per apple human guidelines
unc0rr [Sat, 02 Apr 2011 21:20:18 +0400] rev 5086
STM not needed too
Zorg <zorgiepoo@gmail.com> [Tue, 05 Apr 2011 16:02:26 -0400] rev 5085
Reverting..
koda [Sat, 02 Apr 2011 18:55:46 +0200] rev 5084
merge -- this time i tested
Zorg <zorgiepoo@gmail.com> [Sun, 03 Apr 2011 00:13:38 -0400] rev 5083
Fixed messages complaining about no autorelease pool being set up with objects leaking on the Mac. I simply initialized an autorelease pool in the couple of places that needed it.
Zorg <zorgiepoo@gmail.com> [Sat, 02 Apr 2011 12:52:19 -0400] rev 5082
Forgot to add this too..
koda [Sat, 02 Apr 2011 18:31:58 +0200] rev 5081
merge from zorg's clone
Zorg <zorgiepoo@gmail.com> [Sat, 02 Apr 2011 12:50:07 -0400] rev 5080
I forgot to add this file.
unc0rr [Sat, 02 Apr 2011 20:01:40 +0400] rev 5079
merge
Zorg <zorgiepoo@gmail.com> [Sat, 02 Apr 2011 02:34:54 -0400] rev 5078
Removing pages.cpp and splitting it up into various files.
unc0rr [Sat, 02 Apr 2011 20:01:20 +0400] rev 5077
Some fixes. Can't reproduce ghosts now.
nemo [Fri, 01 Apr 2011 16:22:49 -0400] rev 5076
workaround. disable drawing shot after passing through portal. proper fix would need to use the portal position
nemo [Tue, 29 Mar 2011 20:10:56 -0400] rev 5075
not useful for visual gears, and apparently not helpful for consistency
nemo [Tue, 29 Mar 2011 18:06:39 -0400] rev 5074
eh. 1,000,000 might be better...
nemo [Tue, 29 Mar 2011 17:57:04 -0400] rev 5073
oops. vg dX/dY - just for consistency
nemo [Tue, 29 Mar 2011 17:52:04 -0400] rev 5072
dX/dY will return int * 100,000
nemo [Tue, 29 Mar 2011 16:47:54 -0400] rev 5071
Adding a hat test page to version control. Also kind of a test to see if it will be served with the right content type by google code
sheepluva [Tue, 29 Mar 2011 22:36:36 +0200] rev 5070
clipping fix for spidey
sheepluva [Tue, 29 Mar 2011 22:05:18 +0200] rev 5069
fix clipping fails on 2 hats
sheepluva [Tue, 29 Mar 2011 21:42:40 +0200] rev 5068
fix Jason hat animation and pngcrushed it and previously fixed/changed hats
sheepluva [Tue, 29 Mar 2011 21:10:35 +0200] rev 5067
fix for
issue #207: To far left for Napalm (and other weapons)
sheepluva [Tue, 29 Mar 2011 16:24:55 +0200] rev 5066
fix leaking of hand-drawn maps
nemo [Mon, 28 Mar 2011 20:13:03 -0400] rev 5065
mikade really likes the snow dust
unc0rr [Mon, 28 Mar 2011 21:44:39 +0400] rev 5064
merge
unc0rr [Mon, 28 Mar 2011 21:44:17 +0400] rev 5063
- Use LastDamage in CheckHHDamage
- Clear hedgehog's LastDamage when switching to him
unc0rr [Mon, 28 Mar 2011 21:27:06 +0400] rev 5062
Colin Rice
*Give correct credit for damage
claymore [Mon, 28 Mar 2011 19:31:47 +0200] rev 5061
don't disable the light-bulb button when less than 3 teams
unc0rr [Mon, 28 Mar 2011 20:31:01 +0400] rev 5060
Hide last two octets of IP address from usual users
unc0rr [Mon, 28 Mar 2011 20:30:15 +0400] rev 5059
More creation of sender thread to the reciever thread
unc0rr [Mon, 28 Mar 2011 20:28:59 +0400] rev 5058
Some improvements in test programs
sheepluva [Mon, 28 Mar 2011 16:30:44 +0200] rev 5057
Beach-Theme: reduce visible square height for sand castle
sheepluva [Mon, 28 Mar 2011 16:24:42 +0200] rev 5056
Beach-Theme: fix+crop horizon and sky
sheepluva [Mon, 28 Mar 2011 16:07:27 +0200] rev 5055
Beach-Theme: theme.cfg conversion+fix
Miguelac [Mon, 28 Mar 2011 15:08:10 +0200] rev 5054
Beach Theme (as for .15)
koda [Sun, 27 Mar 2011 01:53:59 +0100] rev 5053
this should help people hacking the cmake files
(removes old comments, BUNDLE and other macros, updates to INSTALL file)
koda [Sat, 26 Mar 2011 22:49:38 +0100] rev 5052
fix a couple of loose ends
nemo [Fri, 25 Mar 2011 20:02:27 -0400] rev 5051
merge and remove QDebug
nemo [Fri, 25 Mar 2011 19:42:00 -0400] rev 5050
unbreak SDL 1.2 build. Koda needs to look at this
nemo [Fri, 25 Mar 2011 19:25:50 -0400] rev 5049
Delay portal gun a bit, reduce mudball
unc0rr [Fri, 25 Mar 2011 20:52:42 +0300] rev 5048
That game has renamed
koda [Thu, 24 Mar 2011 17:29:10 +0100] rev 5047
merge
koda [Thu, 24 Mar 2011 17:28:36 +0100] rev 5046
this brings compatibility up with SDL HEAD (5504), but maybe breaks compatibility with sdl 1.2 so please test! still has problems with keyboard input and rendered ttf textures
koda [Thu, 24 Mar 2011 16:06:03 +0100] rev 5045
this supposedly makes hwengine work with sdl 1.3 past rev 5296
Colin Rice (clr_) [Wed, 23 Mar 2011 16:32:24 +0100] rev 5044
I changed r. Still not a perfect fix.
koda [Wed, 23 Mar 2011 16:27:24 +0100] rev 5043
glswapbuffer consistency and create the window in the center (still, it doesn't work past sdl r5296)
Colin Rice (clr_) [Wed, 23 Mar 2011 14:15:20 +0100] rev 5042
Patch for
issue #165: Portal: don't allow embedding Objects in ground (or porting them to impassable/invalid locations)
nemo [Tue, 22 Mar 2011 23:01:26 -0400] rev 5041
Fix endianness
unc0rr [Tue, 22 Mar 2011 19:27:14 +0300] rev 5040
Fix straight lines drawing issues
nemo [Tue, 22 Mar 2011 01:30:51 -0400] rev 5039
Since when do we use ARGB for colours?? All our internal colours are supposed to be RGBA
nemo [Mon, 21 Mar 2011 22:38:27 -0400] rev 5038
tweak to crosshair
unc0rr [Mon, 21 Mar 2011 21:38:44 +0300] rev 5037
Fix ghost players (used Prelude.catch instead of Control.Exception.catch)
unc0rr [Mon, 21 Mar 2011 21:23:39 +0300] rev 5036
merge
nikin [Sun, 20 Mar 2011 15:22:55 -0400] rev 5035
nikin just wants to get commit count up
nikin [Sun, 20 Mar 2011 15:07:45 -0400] rev 5034
Remove floating point to avoid desync
nemo [Sun, 20 Mar 2011 15:00:01 -0400] rev 5033
remove ammo if you suicide in the middle of uses
EJ <eivind.jahren@gmail.com> [Sun, 20 Mar 2011 15:03:39 +0100] rev 5032
Replaced bs2packs.
nemo [Sun, 20 Mar 2011 12:52:36 -0400] rev 5031
Adjust conditions for showing crosshair
EJ <eivind.jahren@gmail.com> [Mon, 21 Mar 2011 21:04:20 +0300] rev 5030
Changed the standard show function to Text.Show.ByteString, and misc.
ByteString related changes in gameServer.
Tobias Domhan <tdomhan@gmail.com> [Fri, 25 Mar 2011 23:35:04 +0200] rev 5029
solved
issue #197 and other issues that were caused when copying or creating a new weapon set that was named like an already existing one. this will now be avoided.
shreyasbp@gmail.com [Sun, 20 Mar 2011 08:42:32 +0000] rev 5028
This should fix http://code.google.com/p/hedgewars/issues/detail?id=153
inu [Sat, 19 Mar 2011 20:25:10 -0400] rev 5027
portuguese updates
nikin [Sat, 19 Mar 2011 20:24:31 -0400] rev 5026
percentage modifier for get away time
nemo [Sat, 19 Mar 2011 19:41:59 -0400] rev 5025
Land sprayer tweaks, make land spray and mudball not end turn
nemo [Sat, 19 Mar 2011 17:49:27 -0400] rev 5024
Landgun, first pass. At sdw's request.
nemo [Sat, 19 Mar 2011 16:00:10 -0400] rev 5023
Remove stray pixels
Henek [Sat, 19 Mar 2011 16:19:50 +0100] rev 5022
some final work and buggfix for Tag Team, it is now playable
Henek [Sat, 19 Mar 2011 14:38:49 +0100] rev 5021
redone tag team to work and be beautifully coded
koda [Thu, 17 Mar 2011 23:53:51 +0100] rev 5020
merge
koda [Thu, 17 Mar 2011 23:53:33 +0100] rev 5019
allows for building hedgewars with SDL-1.3
also reordered other sdl~version dependent macros into a proper cmake module file
koda [Thu, 17 Mar 2011 22:35:46 +0100] rev 5018
and or is not or and is not and
koda [Thu, 17 Mar 2011 16:42:59 +0100] rev 5017
update headers a bit
Henek [Thu, 17 Mar 2011 23:11:48 +0100] rev 5016
added game mode Tag Team, mostly untested, please test :)
koda [Thu, 17 Mar 2011 16:19:03 +0100] rev 5015
my bad
Henek [Wed, 16 Mar 2011 22:45:42 +0100] rev 5014
should probably fix broken flakes, my bad
Henek [Wed, 16 Mar 2011 17:25:05 +0100] rev 5013
added GetCurAmmoType to lua
unc0rr [Mon, 14 Mar 2011 20:08:53 +0300] rev 5012
No unblock needed
unc0rr [Mon, 14 Mar 2011 20:04:51 +0300] rev 5011
I must have been on drugs when wrote it
unc0rr [Sun, 13 Mar 2011 20:34:27 +0300] rev 5010
merge
unc0rr [Sun, 13 Mar 2011 20:34:01 +0300] rev 5009
Store bans in .ini file
unc0rr [Sun, 13 Mar 2011 20:25:44 +0300] rev 5008
Don't add ip ban with new timestamp when user gets kicked due to ban
unc0rr [Sun, 13 Mar 2011 20:21:27 +0300] rev 5007
Get rid of lastLogins, implement bans system
unc0rr [Sun, 13 Mar 2011 15:20:07 +0300] rev 5006
- Remove not needed Show instances
- Introduce BanInfo data type
unc0rr [Sun, 13 Mar 2011 15:09:29 +0300] rev 5005
Oops
koda [Sun, 13 Mar 2011 18:23:51 +0100] rev 5004
update some sdl-1.3 bindings (working up to rev 5296)
unc0rr [Sun, 13 Mar 2011 15:09:04 +0300] rev 5003
Implement Store truncating, so the memory even gets freed sometimes
koda [Sun, 13 Mar 2011 03:43:18 +0100] rev 5002
we get our own AppDelegate, subclassing SDL_UikitAppDelegate so that we don't have to mess with sdl build system
unc0rr [Sat, 12 Mar 2011 22:55:25 +0300] rev 5001
Better quit message
unc0rr [Sat, 12 Mar 2011 22:42:01 +0300] rev 5000
- Don't pretend client sent some message from sending thread (fixes crash when client is already deleted by recieveng thread)
- Better exception handling in recieving thread
unc0rr [Fri, 11 Mar 2011 22:22:28 +0300] rev 4999
- Fix a problem with ghost teams (missing 'not')
- Fix formatting a little bit
unc0rr [Thu, 10 Mar 2011 22:28:40 +0300] rev 4998
Send QUIT on exception too. This leads to double QUIT for a usual disconnection, yet is safe. Should fix crashes.
Henek [Wed, 09 Mar 2011 22:39:35 +0100] rev 4997
correcting two misstakes in en.txt and sv.txt as reported by Cairo and others
most definitely present in other locals too
unc0rr [Wed, 09 Mar 2011 22:11:29 +0300] rev 4996
Fix crash (accessing already deleted client record) by reverting to old client removing handling + throwTo
unc0rr [Wed, 09 Mar 2011 21:41:16 +0300] rev 4995
Fix comments spelling
nemo [Tue, 08 Mar 2011 15:50:42 -0500] rev 4994
issue #194, turn off followgear for altuse
unc0rr [Tue, 08 Mar 2011 22:18:35 +0300] rev 4993
Fix split
unc0rr [Tue, 08 Mar 2011 21:45:00 +0300] rev 4992
- Simplify insane TConfig code
- Fix a bunch of warning
unc0rr [Tue, 08 Mar 2011 21:27:44 +0300] rev 4991
Fix check for duplicated nickname
unc0rr [Sun, 06 Mar 2011 21:55:44 +0300] rev 4990
Write latest protocol version too
unc0rr [Sun, 06 Mar 2011 21:54:37 +0300] rev 4989
- Write server config into .ini file on change
- Import Data.TConfig into project, make it export Conf constructor, remove all workarounds for missing constructor in server.
unc0rr [Sat, 05 Mar 2011 22:39:26 +0300] rev 4988
Store more parameters in ini file
unc0rr [Sat, 05 Mar 2011 22:23:14 +0300] rev 4987
Use 'undefined' less (replace with default values and 'error')
unc0rr [Sat, 05 Mar 2011 22:16:29 +0300] rev 4986
Use Maybe for storing client's clan, allows less error-prone spectator checks
Henek [Sat, 05 Mar 2011 13:07:02 +0100] rev 4985
added PlaceGirder to lua
unc0rr [Sat, 05 Mar 2011 09:34:21 +0300] rev 4984
Fix build
unc0rr [Sat, 05 Mar 2011 09:32:11 +0300] rev 4983
Better support for 0.9.15
unc0rr [Fri, 04 Mar 2011 22:45:28 +0300] rev 4982
Add dbName parameter to .ini file, fix some warnings
unc0rr [Fri, 04 Mar 2011 11:30:53 +0300] rev 4981
Optimize check (not like it is called much, just ffs; not tested)
unc0rr [Thu, 03 Mar 2011 22:15:42 +0300] rev 4980
merge
nemo [Wed, 02 Mar 2011 15:57:44 -0500] rev 4979
fix bad ogg name
nemo [Wed, 02 Mar 2011 15:19:55 -0500] rev 4978
add victory/flawless victory sounds. untested
nemo [Wed, 02 Mar 2011 11:48:02 -0500] rev 4977
Try to make AI aware of dud mines by clearing gstAttacking on dud, and adding some rules on mine health/damage/dud probability to AI weighting.
koda [Wed, 02 Mar 2011 00:27:20 +0100] rev 4976
Happy 2011 :)
unc0rr [Thu, 03 Mar 2011 22:15:13 +0300] rev 4975
Use Data.TConfig to read and store server config in hedgewars.ini (a little bit of hate to the author for not exporting Conf type)
unc0rr [Mon, 28 Feb 2011 22:28:43 +0300] rev 4974
Add stubs for server config reading and writing routines
unc0rr [Mon, 28 Feb 2011 22:04:10 +0300] rev 4973
Add server version (which is separate from protocol version) and a check in frontend for a new enough server (currently only qWarning)
nemo [Sun, 27 Feb 2011 18:55:34 -0500] rev 4972
replace removed command
nemo [Sun, 27 Feb 2011 18:03:33 -0500] rev 4971
merge
unc0rr [Sun, 27 Feb 2011 21:45:37 +0300] rev 4970
Oops, forgot to hg add this file
nemo [Sun, 27 Feb 2011 13:35:08 -0500] rev 4969
visual tweak to smoke
unc0rr [Sun, 27 Feb 2011 21:06:28 +0300] rev 4968
Read server config from file
unc0rr [Sun, 27 Feb 2011 20:58:59 +0300] rev 4967
merge
nemo [Sun, 27 Feb 2011 12:56:36 -0500] rev 4966
make defective mines explode if they take enough damage, add missing interface line for koda's new uSound fade
igor-hkr@mail.ru [Sun, 27 Feb 2011 20:58:43 +0300] rev 4965
Ukrainian translation update
unc0rr [Sun, 27 Feb 2011 20:15:48 +0300] rev 4964
merge
nemo [Sun, 27 Feb 2011 11:46:41 -0500] rev 4963
add friendslist whitelist to autokick, and more merging
unc0rr [Sun, 27 Feb 2011 20:15:09 +0300] rev 4962
Start new server on RestartException
unc0rr [Sun, 27 Feb 2011 19:32:44 +0300] rev 4961
merge
unc0rr [Sun, 27 Feb 2011 19:32:14 +0300] rev 4960
merge
unc0rr [Thu, 24 Feb 2011 22:01:36 +0300] rev 4959
ShutdownException for server shutdown
nemo [Sun, 27 Feb 2011 11:32:48 -0500] rev 4958
Autokick ignored players from game room on join. Needs testing.
unc0rr [Wed, 23 Feb 2011 18:38:11 +0300] rev 4957
Remove deprecated statistics MVar
koda [Sat, 26 Feb 2011 15:56:11 +0100] rev 4956
usound: added function for loops with fade in and out
airplane attacks: added stunt sound (
issue #54)
unc0rr [Wed, 23 Feb 2011 18:34:07 +0300] rev 4955
Don't forkIO main loop
nemo [Fri, 25 Feb 2011 16:32:24 -0500] rev 4954
Fix PNG offsets (also some non-RGB)
mikade [Tue, 22 Feb 2011 18:51:22 +0200] rev 4953
Fixed scoring exploit on Control and removed user branding from the map
Changed hog positioning code on CTF_Blizzard so that each side is positioned in the same manner, and gets to move in the same order
Fixed version control fail in CTF_Blizzard
koda [Sat, 19 Feb 2011 04:04:34 +0100] rev 4952
Added tag Hedgewars-iOS-1.2.3 for
changeset ae0c6c35414d
koda [Sat, 19 Feb 2011 04:04:29 +0100] rev 4951
fix silly validation and signature
koda [Sat, 19 Feb 2011 02:21:09 +0100] rev 4950
disable the two last workinprogress weapons on the ios release
koda [Sat, 19 Feb 2011 01:42:12 +0100] rev 4949
ios version bump
koda [Sat, 19 Feb 2011 01:38:40 +0100] rev 4948
remove unused ios code
koda [Sat, 19 Feb 2011 01:01:03 +0100] rev 4947
don't play button sounds when audio is off
koda [Fri, 18 Feb 2011 00:31:01 +0100] rev 4946
better ammomenu window dragging algorithm (as suggested by iphonedevelopertips)
koda [Fri, 18 Feb 2011 00:21:36 +0100] rev 4945
in the cocoa ammomenu show descriptions properly for lower weapons
updated the way to update weaponset
unc0rr [Wed, 16 Feb 2011 13:07:00 +0300] rev 4944
More robust login system when db server goes away
unc0rr [Wed, 16 Feb 2011 12:49:12 +0300] rev 4943
Allow users to join official server even when there's no db connection
unc0rr [Wed, 16 Feb 2011 12:07:30 +0300] rev 4942
Okay, a compatibility layer for clients of 0.9.15 version (not sure about old versions, as I removed all compatibility hacks for older versions previously)
unc0rr [Tue, 15 Feb 2011 21:12:22 +0300] rev 4941
Fix for my last commit (which was all nonsense)
nemo [Mon, 14 Feb 2011 08:31:45 -0500] rev 4940
merge
koda [Fri, 11 Feb 2011 00:15:11 +0100] rev 4939
screenshot binding for library (on ios it just plays the sound)
nemo [Wed, 09 Feb 2011 23:26:01 -0500] rev 4938
use ctrl instead of alt to avoid colliding with linux window positioning
unc0rr [Wed, 09 Feb 2011 21:59:43 +0300] rev 4937
Draw straight lines while holding Alt key
unc0rr [Tue, 08 Feb 2011 22:24:30 +0300] rev 4936
Merge MAP, MAPGEN and SEED params into one on room join, so engine isn't spawned three times for a preview. Not tested as I'm unable to see my rooms (why?)
koda [Tue, 08 Feb 2011 02:43:07 +0100] rev 4935
screenshots 4 ios
koda [Mon, 07 Feb 2011 23:22:14 +0100] rev 4934
i obviously forgot one piece
koda [Mon, 07 Feb 2011 23:12:56 +0100] rev 4933
update sdl apis to use the new rendering functions
unc0rr [Sun, 06 Feb 2011 21:50:29 +0300] rev 4932
- Take into account hlint suggestions
- Fix almost all warnings
unc0rr [Sun, 06 Feb 2011 18:59:53 +0300] rev 4931
Don't accept EM message when the game isn't started
koda [Sun, 06 Feb 2011 13:19:00 +0100] rev 4930
fix
issue #185 :|
also fix compilation & universal binary stuff for hwlib under macosx
sheepluva [Sun, 06 Feb 2011 11:39:11 +0100] rev 4929
I need this export in order to not have the wrapper.c fail to find Game() on linux
From this point on compilation and usage of library should work on linux, at least does for me :P
sheepluva [Sun, 06 Feb 2011 11:34:52 +0100] rev 4928
fix engine library compilation on linux/amd64
sheepluva [Sun, 06 Feb 2011 10:36:01 +0100] rev 4927
remove redundant note
sheepluva [Sun, 06 Feb 2011 10:28:59 +0100] rev 4926
update lib wrapper.c so that it actually supplies all arguments required by current Game(), instead of causing a segfault ;D
sheepluva [Sun, 06 Feb 2011 00:47:00 +0100] rev 4925
initialize pointers properly with nil
koda [Sat, 05 Feb 2011 22:22:16 +0100] rev 4924
show dual head mode some love
unc0rr [Sat, 05 Feb 2011 23:37:25 +0300] rev 4923
Fix admin stuff :D
unc0rr [Sat, 05 Feb 2011 23:33:10 +0300] rev 4922
Fix password checking
unc0rr [Sat, 05 Feb 2011 23:15:22 +0300] rev 4921
Fix build of official server
koda [Sat, 05 Feb 2011 15:45:44 +0100] rev 4920
cleaning up how chat is handled on idevices
updated project to use updated libs
some leaks resolved (maybe)
jose1711 [Sat, 05 Feb 2011 15:36:02 +0100] rev 4919
Updated Slovak translation
unc0rr [Sat, 05 Feb 2011 11:32:15 +0300] rev 4918
Add Unique field to Client structure, and use it to check for matching recieved account status with client
unc0rr [Sat, 05 Feb 2011 11:05:16 +0300] rev 4917
Convert READY and NOT_READY messages to CLIENT_FLAGS message
Marco Bresciani [Fri, 04 Feb 2011 20:41:46 +0100] rev 4916
italian translation :D
sheepluva [Fri, 04 Feb 2011 07:13:58 +0100] rev 4915
fix porkey hat (image height, animation) and sheep hat (image height)
unc0rr [Thu, 03 Feb 2011 22:29:10 +0300] rev 4914
Stub for server restart command
sheepluva [Thu, 03 Feb 2011 07:00:38 +0100] rev 4913
graphic for sinegun, will probably tweak it soon(TM) though
koda [Thu, 03 Feb 2011 00:23:41 +0100] rev 4912
change order of statspage/gamerun when running in dual screen
koda [Wed, 02 Feb 2011 23:38:44 +0100] rev 4911
update libs and move the multiwindow handling from internal libsdl mods to proper apis usage
koda [Wed, 02 Feb 2011 23:21:14 +0100] rev 4910
guess what? merge 0.9.15 again...
unc0rr [Wed, 02 Feb 2011 22:19:10 +0300] rev 4909
- Implement BAN protocol command
- Make BanClient handler call KickClient
unc0rr [Wed, 02 Feb 2011 22:14:00 +0300] rev 4908
Frontend sends ROUNDFINISHED with information about whether the round was played till end (will be needed for stats)
unc0rr [Wed, 02 Feb 2011 21:53:19 +0300] rev 4907
KICK and BAN actions (ban has no protocol command for it yet)
unc0rr [Wed, 02 Feb 2011 21:23:47 +0300] rev 4906
Fix even more
unc0rr [Wed, 02 Feb 2011 21:23:12 +0300] rev 4905
Fix merge :D
unc0rr [Wed, 02 Feb 2011 11:28:38 +0300] rev 4904
Merge server refactor into default
sheepluva [Wed, 02 Feb 2011 09:05:48 +0100] rev 4903
if source has uncommitted changes:
* show notice during build
* append "++" to frontend's versionstring/titlebar/demo names/save names
sheepluva [Wed, 02 Feb 2011 07:40:36 +0100] rev 4902
if on dev version append hg revision id to demos/saves' filenames
sheepluva [Tue, 01 Feb 2011 19:49:10 +0100] rev 4901
Thou shalt not leak!
koda [Tue, 01 Feb 2011 15:30:08 +0100] rev 4900
addfilelog <3 debugfile
sheepluva [Tue, 01 Feb 2011 08:15:01 +0100] rev 4899
automatically convert hedgewars.org urls to actual links (in order to make support in the lobby/rooms easier
sheepluva [Tue, 01 Feb 2011 07:52:50 +0100] rev 4898
stylesheet-based chat coloring (only internal for now)
sheepluva [Tue, 01 Feb 2011 06:06:38 +0100] rev 4897
make names in chats clickable. still color adjustments needed; and testing
sheepluva [Tue, 01 Feb 2011 00:24:28 +0100] rev 4896
open links in server message preview externally
koda [Tue, 01 Feb 2011 00:27:47 +0100] rev 4895
pleeeeeeeeeeeeeeeeeeeeeease, remeber {$IFDEF DEBUGFILE} before using AddFileLog
koda [Tue, 01 Feb 2011 00:18:25 +0100] rev 4894
merge 0.9.15 once again
Henek [Mon, 31 Jan 2011 21:59:59 +0100] rev 4893
make Random Weapons and No Jumping use the new custom goal function
sheepluva [Mon, 31 Jan 2011 08:45:05 +0100] rev 4892
nicklist actions:
* changed order
* double-click will trigger the first action
* "follow"-action not available in rooms
nemo [Sun, 30 Jan 2011 19:02:32 -0500] rev 4891
oops 2
nemo [Sun, 30 Jan 2011 18:49:55 -0500] rev 4890
oops
nemo [Sun, 30 Jan 2011 17:54:02 -0500] rev 4889
Reset things using team colour on change in SetClanColor in lua. This routine had better have been worth it.
Also add GearHidden to health recount.
Oh. and NEEDS TESTING.
sheepluva [Sun, 30 Jan 2011 20:04:34 +0100] rev 4888
activate icon display in menus
(menu icons are not displayed in qt by default in newer version)
unc0rr [Sun, 30 Jan 2011 21:33:39 +0300] rev 4887
merge
Henek [Sun, 30 Jan 2011 19:05:31 +0100] rev 4886
fixed unlimeted fuel bug for rcplane
also added solid flag for tryplaceonland function
unc0rr [Sun, 30 Jan 2011 21:33:08 +0300] rev 4885
Fix ApplyDamage accepting Damage == 0
sheepluva [Sun, 30 Jan 2011 06:56:12 +0100] rev 4884
nicklists:
* friends go to the top
* ignored people go to the bottom
* first time each of those happens it automatically scrolls there (to avoid "where did it go?!"-moments)
friendslist/ignorelist:
adding a nick to one will remove it from other
Henek [Sat, 29 Jan 2011 21:16:09 +0100] rev 4883
added dummy for tardis and ugly icons for tardis and structure
also added ability to add goals for lua, but forgot it so might not work
nemo [Sat, 29 Jan 2011 14:54:08 -0500] rev 4882
expose set clan color for Cairo. might also be useful for betrayals in campaign mode or somesuch
Henek [Sat, 29 Jan 2011 18:18:44 +0100] rev 4881
still in developement take on adding structures, working hiding of hogs and ejecting them later.
also some refactoring in uGears to evade "ambigous" variable names
and, a little tweak to teleportation code that should not affect game but will help in for instance lua
sheepluva [Sat, 29 Jan 2011 17:40:45 +0100] rev 4880
bugfix: fixing sticky mines calling AddGearCI when they shouldn't (allows jumping on them in midair)
thanks to CheezeMonkey for discovering this bug
also: fix confusing indentation
notice: this does NOT fix the hovering-mine-cluster-bug
unc0rr [Sat, 29 Jan 2011 17:40:49 +0300] rev 4879
Ask for another nickname on collision. Works only with new server.
unc0rr [Sat, 29 Jan 2011 15:39:04 +0300] rev 4878
Update frontend's project file
sheepluva [Sat, 29 Jan 2011 05:39:24 +0100] rev 4877
nick sorting: give letters priority over all other chars
sheepluva [Sat, 29 Jan 2011 01:08:39 +0100] rev 4876
sort nick lists case-insensitive
sheepluva [Fri, 28 Jan 2011 03:30:14 +0100] rev 4875
lua: getter and setter for hedgehog hats
sheepluva [Fri, 28 Jan 2011 02:47:11 +0100] rev 4874
procedure for loading hats
Henek [Tue, 25 Jan 2011 20:32:58 +0100] rev 4873
add a new lua library with misc tools and removed redundant tracker functions
mikade [Mon, 24 Jan 2011 23:48:44 +0200] rev 4872
Two new gameplay modes: Tumbler and Racer.
Knock hedgehogs with Tumber.
Race against your friends with Racer.
Both modes could still use more development.
mikade [Mon, 24 Jan 2011 14:52:55 -0500] rev 4871
bugfix for flag spawn, teleporter + rope
sheepluva [Sat, 22 Jan 2011 22:43:54 +0100] rev 4870
trim net nick in frontend
Henek [Sat, 22 Jan 2011 22:31:05 +0100] rev 4869
added GetGearRaduis and minor Tracker things
unc0rr [Sat, 22 Jan 2011 22:39:35 +0300] rev 4868
merge
sheepluva [Sat, 22 Jan 2011 19:40:57 +0100] rev 4867
let players set timer of drill strike. yes. drill strike :3 the timer starts to tick on first impact
unc0rr [Sat, 22 Jan 2011 22:37:12 +0300] rev 4866
Disallow isSpace chars at start and end of nicknames and room names
nemo [Fri, 21 Jan 2011 17:07:42 -0500] rev 4865
*sigh*
mikade [Fri, 21 Jan 2011 11:45:31 -0500] rev 4864
Fix typos in tips
nemo [Fri, 21 Jan 2011 11:15:13 -0500] rev 4863
updated italian translation
unc0rr [Thu, 20 Jan 2011 21:32:39 +0300] rev 4862
Fix empty message resulting in corrupted packets
koda [Thu, 20 Jan 2011 01:49:20 +0100] rev 4861
(ios) perform a small change about how to close the game window, should hopefully save memory and avoid crashes (who am i kidding? that's the usual PR talk...)
koda [Thu, 20 Jan 2011 01:27:51 +0100] rev 4860
ios has still a case sensitive file system
koda [Wed, 19 Jan 2011 23:51:19 +0100] rev 4859
disable the C memory manager and keep the native pascal one
koda [Wed, 19 Jan 2011 23:02:43 +0100] rev 4858
new local play button graphic
nemo [Wed, 19 Jan 2011 16:44:14 -0500] rev 4857
rename firepunch to shoryuken
koda [Wed, 19 Jan 2011 01:12:55 +0100] rev 4856
implemented ranking in ios stats pages
koda [Tue, 18 Jan 2011 23:08:47 +0100] rev 4855
when multiple fingers are detected, remove all widgets in order to avoid accidental commands
Henek [Tue, 18 Jan 2011 22:55:58 +0100] rev 4854
adding my new Tracker library so mikade can use it with you guys on dev, still might change a bit though
koda [Tue, 18 Jan 2011 22:42:06 +0100] rev 4853
sheepluva suggested that game should pause when in weapon screen (iphone only)
koda [Tue, 18 Jan 2011 14:28:29 +0100] rev 4852
Added tag 0.9.14.1-release for
changeset ae71dff40ecc
nemo [Mon, 17 Jan 2011 20:22:15 -0500] rev 4851
SwitchHog in scripting
koda [Tue, 18 Jan 2011 00:12:39 +0100] rev 4850
code cleanup
koda [Mon, 17 Jan 2011 23:24:55 +0100] rev 4849
merge
koda [Mon, 17 Jan 2011 01:44:15 +0100] rev 4848
merge experimental3D in default
koda [Mon, 17 Jan 2011 23:23:40 +0100] rev 4847
slim down .hgtags
koda [Mon, 25 Feb 2013 10:04:31 +0100] rev 4846
closing old branch
koda [Mon, 17 Jan 2011 23:22:52 +0100] rev 4845
merge latest 0.9.15 changes into head
koda [Mon, 17 Jan 2011 01:43:10 +0100] rev 4844
merge default into experimental3D
mikade [Sun, 16 Jan 2011 13:53:32 -0500] rev 4843
merge in script tweaks
Henek [Sun, 16 Jan 2011 01:20:36 +0100] rev 4842
readding cabal file for the server, burp not shure why it had gone
sheepluva [Fri, 14 Jan 2011 17:24:49 +0100] rev 4841
you're welcome koda
sheepluva [Fri, 14 Jan 2011 17:01:29 +0100] rev 4840
also convert/pngcrush png pictures with 16bit/channel (resulting in 8bit/channel) and repage their layers (as I found out that some of the pics had their layer offset the actual visual area, which makes the picture look blank in gimp)
nemo [Thu, 13 Jan 2011 17:40:56 -0500] rev 4839
Force RGBA for these too (and strip)
nemo [Thu, 13 Jan 2011 16:01:16 -0500] rev 4838
Force a bunch of images to RGBA that were either RGB or indexed, strip
unc0rr [Thu, 13 Jan 2011 21:52:48 +0300] rev 4837
Pass PHedgehog instead of PGear to stats. Fixes crash.
Henek [Wed, 12 Jan 2011 20:32:44 +0100] rev 4836
also example flake
Henek [Wed, 12 Jan 2011 20:31:55 +0100] rev 4835
added rq-sky to themes so it can set sky color for low quality. also added tint of sky on sudden death. underwater theme is an example of this
unc0rr [Wed, 12 Jan 2011 22:02:43 +0300] rev 4834
Oops, I should test more
unc0rr [Wed, 12 Jan 2011 22:01:15 +0300] rev 4833
Doesn't work as expected
nemo [Mon, 10 Jan 2011 19:15:12 -0500] rev 4832
update collision in set gear position
unc0rr [Mon, 10 Jan 2011 18:20:58 +0300] rev 4831
Prevent frontend crash in certain circumstances
unc0rr [Mon, 10 Jan 2011 15:53:49 +0300] rev 4830
Don't waste CPU cycles trying to find a piece of land when there's no free land left
unc0rr [Mon, 10 Jan 2011 15:35:22 +0300] rev 4829
Set version to 0.9.16-dev
unc0rr [Mon, 10 Jan 2011 15:33:15 +0300] rev 4828
Fix formatting
unc0rr [Sun, 09 Jan 2011 21:50:59 +0300] rev 4827
Initialize flag. Fixes weapon changing animation between shots when AI uses shotgun.
unc0rr [Sun, 09 Jan 2011 21:37:45 +0300] rev 4826
Inherit hedgehog from gear which caused damage, thus keeping track of which hog actually did the damage
unc0rr [Sun, 09 Jan 2011 21:36:51 +0300] rev 4825
Add a space for better looking console message
unc0rr [Fri, 07 Jan 2011 23:08:34 +0300] rev 4824
Keep track of which hog's weapon does damage
unc0rr [Fri, 07 Jan 2011 21:41:12 +0300] rev 4823
Oops, fix build
unc0rr [Fri, 07 Jan 2011 19:46:58 +0300] rev 4822
Don't highlight drawn maps in rooms list
unc0rr [Fri, 07 Jan 2011 19:44:07 +0300] rev 4821
Greek translation
nemo [Thu, 06 Jan 2011 11:29:48 -0500] rev 4820
reset weapons default in shoppa.
koda [Wed, 05 Jan 2011 03:53:46 +0100] rev 4819
ctf_blizzard ios fix
koda [Sun, 16 Jan 2011 05:21:00 +0100] rev 4818
rename "frame alternate" to "wiggle" as it's more appropriate
move visual gears around levels to have smooth stereo effect
nemo [Tue, 04 Jan 2011 18:26:54 -0500] rev 4817
Small tweak to filter
koda [Sat, 15 Jan 2011 18:35:59 +0100] rev 4816
use a different depth for different layers (land, water, explosions)
unc0rr [Tue, 04 Jan 2011 22:33:20 +0300] rev 4815
Clearly state which port is IPC connection on
koda [Tue, 04 Jan 2011 13:05:30 +0100] rev 4814
smaller rearrangement of (non stereo related) variables
unc0rr [Tue, 04 Jan 2011 16:15:47 +0300] rev 4813
Make barrels drop when hog walks away from under it
koda [Tue, 04 Jan 2011 12:53:46 +0100] rev 4812
merge with HEAD after 0.9.15 release, move consts and vars in their proper files
koda [Tue, 04 Jan 2011 01:21:30 +0100] rev 4811
add new robot badge to sources
nemo [Mon, 03 Jan 2011 10:45:50 -0500] rev 4810
Apply RGBA consistently in Tint
koda [Sun, 02 Jan 2011 19:30:16 +0100] rev 4809
rearrange quality flags a little, disable snow rendering on rqLowRes
koda [Sun, 02 Jan 2011 18:12:16 +0100] rev 4808
remove obsolete TrainingFlags code
sheepluva [Sun, 02 Jan 2011 13:54:28 +0100] rev 4807
display caption for ammotype amNothing when switched to so that players know what just happened
Henek [Sat, 01 Jan 2011 23:10:57 +0100] rev 4806
added flake configuration also in sudden death and SDClouds for underwater
Palewolf [Sat, 01 Jan 2011 19:41:58 +0100] rev 4805
Fancier detection of hogs/objects. Hogs wont get buried even by the worst of storms.
jose1711 [Sat, 01 Jan 2011 14:42:08 +0100] rev 4804
Updated Slovak translation
Palewolf [Sat, 01 Jan 2011 14:26:50 +0100] rev 4803
Flakes were updating the wrong coordinates when rqBlurryLand was on
sheepluva [Sat, 01 Jan 2011 14:23:39 +0100] rev 4802
fix very ancient typo in CheckCollision() that would cause check for collision at bottom and right instead of movement direction
sheepluva [Sat, 01 Jan 2011 14:18:33 +0100] rev 4801
part #2
sheepluva [Sat, 01 Jan 2011 11:15:35 +0100] rev 4800
my attempt of "detach rope if the Land[] vanishes"
sheepluva [Fri, 31 Dec 2010 23:09:06 +0100] rev 4799
fixing Palewolf's if-merging-whoopsy there. should unbreak build
sheepluva [Fri, 31 Dec 2010 21:39:12 +0100] rev 4798
fix sticky rope issue
sheepluva [Fri, 31 Dec 2010 21:33:13 +0100] rev 4797
revert ed78465973f6 ("detach rope if the Land[] vanishes") for now, some questionable/troublecausing parts there.
Palewolf [Fri, 31 Dec 2010 21:30:38 +0100] rev 4796
Avoid drawing if there's a hog/object behind
Palewolf [Fri, 31 Dec 2010 19:31:37 +0100] rev 4795
Make flakes smaller by popular demand.
koda [Fri, 31 Dec 2010 04:08:57 +0100] rev 4794
Added tag Hedgewars-iOS-1.2.2 for
changeset 5ea3d182415e
koda [Fri, 31 Dec 2010 03:29:41 +0100] rev 4793
merge and fix my typos
Henek [Fri, 31 Dec 2010 01:05:23 +0100] rev 4792
sudden death changes: only change visual bit on health decrease and support for water transparancy change and clouds number change
Palewolf [Fri, 31 Dec 2010 00:37:39 +0100] rev 4791
Snow blends into land, trys to fill the gaps
sheepluva [Thu, 30 Dec 2010 22:20:17 +0100] rev 4790
fix portal gun wrong color issue
Henek [Thu, 30 Dec 2010 20:55:22 +0100] rev 4789
finnished refactoring the rest themes, and note comments on Eyes and Deepspace
jose1711 [Thu, 30 Dec 2010 20:10:26 +0100] rev 4788
Updated Slovak translation (lua)
jose1711 [Thu, 30 Dec 2010 19:36:40 +0100] rev 4787
Merge
ourobolos [Thu, 30 Dec 2010 11:32:04 -0500] rev 4786
French translation finally gets some love
Henek [Thu, 30 Dec 2010 16:21:14 +0100] rev 4785
some more themes updated, note comments on brick
nemo [Thu, 30 Dec 2010 09:58:05 -0500] rev 4784
avoid uninitialised pointer. thanks to dead.mazayus
nemo [Wed, 29 Dec 2010 22:44:45 -0500] rev 4783
nil check
Henek [Thu, 30 Dec 2010 01:44:55 +0100] rev 4782
added also splash and droplets to sd and refactored theme.cfg, not all themes updated
unc0rr [Tue, 20 Sep 2011 00:00:22 +0400] rev 4781
Close branch
nemo [Wed, 29 Dec 2010 16:21:30 -0500] rev 4780
add a couple of variables to speed up UID lookups. Based on the assumption new visual gears and gears will tend to be at the end of the list. Set them on successful lookup or script gear creation, clear on delete. Oh also pick up a couple of TrevInc's translation changes
koda [Wed, 29 Jun 2011 21:52:07 +0200] rev 4779
merge
sheepluva [Wed, 29 Dec 2010 17:27:33 +0100] rev 4778
have napalm strike bombs explode right over the target
koda [Sat, 26 Feb 2011 17:07:30 +0100] rev 4777
info.plist 2011
sheepluva [Wed, 29 Dec 2010 15:57:13 +0100] rev 4776
set windspeed to 0 at the very beginning of the game. (fixes DisableWind game modifier)
koda [Wed, 02 Feb 2011 09:23:42 +0100] rev 4775
add NOAUTOUPDATE symbol and hedgewars-server.cabal
sheepluva [Wed, 29 Dec 2010 14:59:56 +0100] rev 4774
fix parachute wall climbing bug
koda [Tue, 01 Feb 2011 00:12:19 +0100] rev 4773
yay, sdl resumed development and accepted some of our patches in mainstream
Henek [Wed, 29 Dec 2010 02:15:37 +0100] rev 4772
sudden death: now having theme support, still some work though with config
sheepluva [Thu, 27 Jan 2011 22:55:11 +0100] rev 4771
how about we 60-sec-ban the _kicked user_ instead of the _admin that kicked that user_? :P
nemo [Tue, 28 Dec 2010 20:04:42 -0500] rev 4770
Strip a redundant entry, just use "successful"
koda [Fri, 31 Dec 2010 03:22:30 +0100] rev 4769
put nicer messages and split args
unc0rr [Sat, 22 Jan 2011 22:35:53 +0300] rev 4768
Disallow isSpace chars at start and end of nicknames and room names
nemo [Tue, 28 Dec 2010 19:32:21 -0500] rev 4767
return nil values if an invalid visual gear is passed to the get, add a check in Control map lua
koda [Fri, 31 Dec 2010 02:52:55 +0100] rev 4766
beautify stat page
koda [Sat, 22 Jan 2011 01:38:01 +0100] rev 4765
fixes for maps and quality = 0
nemo [Tue, 28 Dec 2010 19:20:30 -0500] rev 4764
fix similar problem to last checkin with this lua, also fix line endings
koda [Fri, 31 Dec 2010 01:15:43 +0100] rev 4763
unify stats display on ipad and non-ipad and on saved and normal games
unc0rr [Thu, 20 Jan 2011 21:12:50 +0300] rev 4762
Impement 60 seconds ban after kick from server. Not tested at all.
nemo [Tue, 28 Dec 2010 19:05:58 -0500] rev 4761
Unbreak reduce quality on snow/christmas. Thanks Cairo.
koda [Fri, 31 Dec 2010 00:10:38 +0100] rev 4760
simplify stats handling
koda [Mon, 17 Jan 2011 14:53:14 +0100] rev 4759
ctrl+q closes frontend also on linux and windows
Henek [Wed, 29 Dec 2010 01:01:51 +0100] rev 4758
drill strike falling instead of exploding when exiting ground
koda [Thu, 30 Dec 2010 04:54:25 +0100] rev 4757
initial stats display
koda [Mon, 17 Jan 2011 08:37:43 +0100] rev 4756
add 32 bit version when building for macappstore
nemo [Tue, 28 Dec 2010 18:47:44 -0500] rev 4755
Add 0.9.15 zh_CN changes (sorry). Also clean up more of past mistake in lua (think I got 'em all now), and add a missing changelog entry.
koda [Thu, 30 Dec 2010 02:03:24 +0100] rev 4754
moar code cleanup and initial saving of stats
koda [Sat, 15 Jan 2011 21:59:22 +0100] rev 4753
Added tag 0.9.15-release for
changeset 29ab0d49c3e6
koda [Wed, 29 Dec 2010 00:28:39 +0100] rev 4752
ios version bump and code cleanup
koda [Sat, 15 Jan 2011 21:32:44 +0100] rev 4751
possible fix hanging server on ctlr+w
Henek [Wed, 29 Dec 2010 00:08:21 +0100] rev 4750
oops, forgot to add the graphics
koda [Sat, 15 Jan 2011 21:00:45 +0100] rev 4749
Removed tag 0.9.15
Henek [Tue, 28 Dec 2010 23:53:37 +0100] rev 4748
sudden death, now with visual and audial effects :D
jose1711 [Tue, 28 Dec 2010 22:40:12 +0100] rev 4747
Merge
koda [Sat, 15 Jan 2011 16:44:32 +0100] rev 4746
implemented actions for closing/enging program (needs testing over the net)
Henek [Tue, 28 Dec 2010 20:44:06 +0100] rev 4745
fix CMakeLists.txt for CTF_Blizzard
koda [Fri, 14 Jan 2011 00:31:21 +0100] rev 4744
general uKey refactor in preparaiton of two new shortcuts
nemo [Tue, 28 Dec 2010 11:58:56 -0500] rev 4743
Seems these aren't needed in CTF_Blizzard. Guess we'll find out
koda [Thu, 13 Jan 2011 04:25:20 +0100] rev 4742
nemo [Tue, 28 Dec 2010 11:06:46 -0500] rev 4741
Aaaand, strip these 2 as well.
koda [Thu, 13 Jan 2011 04:24:54 +0100] rev 4740
Removed tag 0.9.15
nemo [Tue, 28 Dec 2010 10:22:19 -0500] rev 4739
run pngcrush to strip sRGB / iCCP
koda [Thu, 13 Jan 2011 04:18:31 +0100] rev 4738
merge
nemo [Mon, 27 Dec 2010 17:34:51 -0500] rev 4737
Add Hangul to CheckCJK
koda [Thu, 13 Jan 2011 04:17:51 +0100] rev 4736
merge
nemo [Mon, 27 Dec 2010 17:34:34 -0500] rev 4735
0.9.15 merge + typo fix
koda [Thu, 13 Jan 2011 04:17:19 +0100] rev 4734
merge
koda [Thu, 13 Jan 2011 02:56:25 +0100] rev 4733
koda [Tue, 28 Jun 2011 01:05:33 +0200] rev 4732
expose the available translations in the plist file for 0.9.15 (
rf31d1073345e)
nemo [Mon, 27 Dec 2010 16:32:15 -0500] rev 4731
merge 0.9.15 (with a typo fix)
koda [Tue, 28 Dec 2010 10:31:48 +0100] rev 4730
typo
koda [Sun, 26 Jun 2011 23:56:24 +0200] rev 4729
restore logging on mac for 0.9.15 as well (
r91752f716d64)
koda [Mon, 27 Dec 2010 22:22:50 +0100] rev 4728
AddFileLogs
koda [Thu, 13 Jan 2011 03:01:38 +0100] rev 4727
koda [Thu, 13 Jan 2011 03:07:55 +0100] rev 4726
Removed tag 0.9.15
koda [Sun, 26 Jun 2011 23:09:48 +0200] rev 4725
fix 0.9.15 compilation when debugfile is not specified (there is a better fix already in trunk)
Henek [Mon, 27 Dec 2010 22:47:18 +0100] rev 4724
make korean translation of engine available
nemo [Mon, 27 Dec 2010 12:51:08 -0500] rev 4723
Changelog entry applies to .15 too
Henek [Mon, 27 Dec 2010 19:49:40 +0100] rev 4722
update Swedish
nemo [Mon, 27 Dec 2010 12:47:51 -0500] rev 4721
Merge trunk into 0.9.15, excluding CMakeLists.txt and ChangeLog.txt - this should fix snowball again, pick up some more translation changes, hide the seed button by default and fix a couple of frontend desyncs
nemo [Mon, 27 Dec 2010 12:43:29 -0500] rev 4720
Allow people to see my clever seed names if I set to something other than random seed hash.
TrevInc [Sun, 26 Dec 2010 23:38:02 -0500] rev 4719
First pass at korean locale
nemo [Sun, 26 Dec 2010 23:35:55 -0500] rev 4718
strip
nemo [Sun, 26 Dec 2010 23:35:31 -0500] rev 4717
Resize snowball in hand
inu [Sun, 26 Dec 2010 23:11:20 -0500] rev 4716
portuguese update
nemo [Sun, 26 Dec 2010 21:00:35 -0500] rev 4715
remove these again...
szczur [Sun, 26 Dec 2010 20:41:41 -0500] rev 4714
moar polish
nemo [Sun, 26 Dec 2010 18:08:04 -0500] rev 4713
few more lua phrases
Henek [Mon, 27 Dec 2010 00:04:50 +0100] rev 4712
a little addition to the changelog
nemo [Sun, 26 Dec 2010 17:40:35 -0500] rev 4711
remove another missed dupe from previous generation
Henek [Sun, 26 Dec 2010 23:28:11 +0100] rev 4710
fixed Swedish translation
Henek [Sun, 26 Dec 2010 23:18:43 +0100] rev 4709
fixed strange config on room join and untranslated "Normal" gameplay option
nemo [Sun, 26 Dec 2010 16:56:33 -0500] rev 4708
add dx/dy increment prior to dostepbulletwork to avoid hurting yourself due to adjusted radius interaction (which snowball needs)
nemo [Sun, 26 Dec 2010 16:45:14 -0500] rev 4707
Add stubs for korean locale, now that we have a volunteer, update locale files
nemo [Sun, 26 Dec 2010 16:01:39 -0500] rev 4706
completely disable falling back to "say" in chHogSay
nemo [Sun, 26 Dec 2010 15:37:43 -0500] rev 4705
ok. restore old [r + 1 + r] for gear width for a moment, and reset snowballs.
nemo [Sun, 26 Dec 2010 15:30:24 -0500] rev 4704
increase snowball radius
nemo [Sun, 26 Dec 2010 15:29:04 -0500] rev 4703
oh. and koda's revision too
nemo [Sun, 26 Dec 2010 15:28:44 -0500] rev 4702
merge 0.9.15 with default
koda [Sun, 26 Dec 2010 19:30:51 +0100] rev 4701
restore showing a bigger icon for themes
nemo [Sun, 26 Dec 2010 12:42:22 -0500] rev 4700
oops. forgot to check on indestructible in combination with disableLandBack
koda [Sun, 26 Dec 2010 19:25:40 +0100] rev 4699
hide seed...
mikade [Sun, 26 Dec 2010 17:31:58 +0100] rev 4698
Updated maps CTF, Control and new unscripted map Blizzard
unc0rr [Sun, 26 Dec 2010 20:17:15 +0300] rev 4697
ban CMakeCache.txt
nemo [Sun, 26 Dec 2010 11:21:09 -0500] rev 4696
merge default into 0.9.15
nemo [Sun, 26 Dec 2010 11:17:01 -0500] rev 4695
add a disabling for landback, set it if flakes are enabled
unc0rr [Sun, 26 Dec 2010 18:56:31 +0300] rev 4694
Add 0.9.15 to the list of known versions
unC0Rr [Sun, 26 Dec 2010 19:06:10 +0300] rev 4693
Apply 2fa92e9a0a here
unc0rr [Sun, 26 Dec 2010 18:56:00 +0300] rev 4692
Update doc a bit
Palewolf [Sun, 26 Dec 2010 15:50:21 +0100] rev 4691
Turn off dust when drilling through air
nemo [Sun, 26 Dec 2010 10:47:03 -0500] rev 4690
revert last change. ordinary fire is fine, but HHG screws up.
Palewolf [Sun, 26 Dec 2010 14:58:28 +0100] rev 4689
Added star, exclamation and question mark signs
nemo [Sun, 26 Dec 2010 10:31:10 -0500] rev 4688
disable landbackpixel on small explosions
nemo [Sun, 26 Dec 2010 00:47:18 -0500] rev 4687
pull in a few changes from default
nemo [Sun, 26 Dec 2010 00:28:23 -0500] rev 4686
remove all screwing about with uLandGraphics - have not found a way to properly handle LandBackTex through despeckling or fill checks that does not result in ugly fire damage or wiped out landbacktex. Would rather some snowflakes lines than that.
Palewolf [Sun, 26 Dec 2010 00:15:41 +0100] rev 4685
Small fixes. Thanks Hennek.
nemo [Sat, 25 Dec 2010 22:58:35 -0500] rev 4684
+2 was intended to be consistent on diametre (1px + radius *2) but screws up bullet
Palewolf [Sat, 25 Dec 2010 22:44:20 +0100] rev 4683
Updated changelog
nemo [Sat, 25 Dec 2010 21:35:40 -0500] rev 4682
add a GetGearElasticity since Mikade kept asking for it. (actually return *10000 to handle it being an hwFloat - I assume large values will just overflow to negative)
unc0rr [Sat, 25 Dec 2010 23:09:54 +0300] rev 4681
Allow 8 teams in server
nemo [Sat, 25 Dec 2010 14:52:16 -0500] rev 4680
aaaaargh (fix cmakelists again)
Palewolf [Sat, 25 Dec 2010 20:47:29 +0100] rev 4679
Capture the flag (Blizzard) Map
Palewolf [Sat, 25 Dec 2010 20:47:29 +0100] rev 4678
Capture the flag (Blizzard) Map
unc0rr [Sat, 25 Dec 2010 22:24:47 +0300] rev 4677
Set version to 0.9.15, remove -dev suffix
unc0rr [Sat, 25 Dec 2010 22:22:33 +0300] rev 4676
Some fixes in ru translation
nemo [Sat, 25 Dec 2010 14:10:11 -0500] rev 4675
oops. forgot cmake for Control map
mikade [Sat, 25 Dec 2010 18:07:34 +0300] rev 4674
Update missions
Henek [Sat, 25 Dec 2010 18:06:33 +0300] rev 4673
sv.lua
nemo [Fri, 24 Dec 2010 16:44:31 -0500] rev 4672
Sorry guys. I'll be more careful in future (remove more dupes)
nemo [Fri, 24 Dec 2010 16:29:40 -0500] rev 4671
Remove a dupe :-/
nemo [Fri, 24 Dec 2010 16:24:30 -0500] rev 4670
oops
nemo [Fri, 24 Dec 2010 16:13:28 -0500] rev 4669
Disable gtFlake on bordered maps
unc0rr [Fri, 24 Dec 2010 22:39:20 +0300] rev 4668
Pass SCHEME before AMMO
Palewolf [Fri, 24 Dec 2010 20:25:03 +0100] rev 4667
Updated spanish translation
unc0rr [Fri, 24 Dec 2010 20:33:17 +0300] rev 4666
- Fix encoding function to iterate reversed list
- Fix decoding routine to not loose last point
nemo [Fri, 24 Dec 2010 11:54:34 -0500] rev 4665
Make basic training solvable again. Freeze RNG at current version for less of this kind of issue in future, and a bit more savable of seeds. Disable offsets in preparation for release.
szczur+nemo [Fri, 24 Dec 2010 10:04:01 -0500] rev 4664
add new translation phrases missed through insufficient quoting, remove duplicated hog name entries, add almost complete polish translation
szczur [Fri, 24 Dec 2010 09:35:24 -0500] rev 4663
polish lua update
mikade+nemo [Fri, 24 Dec 2010 00:53:50 -0500] rev 4662
Add a bunch of lua from mikade, update translation files
mikade [Fri, 24 Dec 2010 00:21:42 -0500] rev 4661
Whole ton of script callbacks on commands. Poor engine.
szczur+nemo [Fri, 24 Dec 2010 00:20:18 -0500] rev 4660
Add polish translation. Also make it clearer in the commented lines that each line must have a comma
nemo [Thu, 23 Dec 2010 23:46:14 -0500] rev 4659
more fiddling with graphics to try and satisfy both fire and snow
nemo [Thu, 23 Dec 2010 20:21:47 -0500] rev 4658
oops
nemo [Thu, 23 Dec 2010 19:17:14 -0500] rev 4657
quick and dirty fix to reversed paths and dropped last message causing drawmap desync
koda [Fri, 24 Dec 2010 00:24:16 +0100] rev 4656
beaver hat
nemo [Thu, 23 Dec 2010 18:06:09 -0500] rev 4655
Might want the snow actually showing up. Also disable it while rope is active due to bad side effects.
jose1711 [Thu, 23 Dec 2010 21:45:50 +0100] rev 4654
Updated lua Slovak translation
jose1711 [Thu, 23 Dec 2010 20:46:51 +0100] rev 4653
Updated Slovak translation
jose1711 [Thu, 23 Dec 2010 20:44:15 +0100] rev 4652
fix commit
jose1711 [Thu, 23 Dec 2010 20:32:45 +0100] rev 4651
merge
unc0rr [Thu, 23 Dec 2010 22:05:42 +0300] rev 4650
Oops, typo
unc0rr [Thu, 23 Dec 2010 22:01:19 +0300] rev 4649
Add logging of map drawing process
unc0rr [Thu, 23 Dec 2010 21:54:57 +0300] rev 4648
- Remove loading from file procedure
- Add an assert on data format
jose1711 [Thu, 23 Dec 2010 20:26:31 +0100] rev 4647
merge+Slovak transl update
nemo [Thu, 23 Dec 2010 12:30:33 -0500] rev 4646
stub locale
nemo [Thu, 23 Dec 2010 12:14:44 -0500] rev 4645
sort strings, update with missing strings. just some quick and dirty shellscript. might want to standardise
jose1711 [Thu, 23 Dec 2010 11:13:57 -0500] rev 4644
merge
arrom [Thu, 23 Dec 2010 11:06:52 -0500] rev 4643
Portuguese updates
nemo [Thu, 23 Dec 2010 10:54:47 -0500] rev 4642
Try to be safer in my pixel checks
nemo [Thu, 23 Dec 2010 00:01:56 -0500] rev 4641
Tweak more wind values / densities
nemo [Wed, 22 Dec 2010 23:46:07 -0500] rev 4640
oops. hopefully unbreak maps while still preserving mask behaviour as before (basketball nets etc)
nemo [Wed, 22 Dec 2010 21:57:52 -0500] rev 4639
apparently some sanity checks are needed here. christmas theme object dimensions are crashing placement
nemo [Wed, 22 Dec 2010 21:36:17 -0500] rev 4638
change "mudball" on christmas theme
nemo [Wed, 22 Dec 2010 21:33:46 -0500] rev 4637
enable snow on Christmas theme
Palewolf and others [Thu, 23 Dec 2010 01:35:06 +0100] rev 4636
New Christmas theme
nemo [Wed, 22 Dec 2010 19:25:00 -0500] rev 4635
more tweaking land graphics due to snow
nemo [Wed, 22 Dec 2010 18:50:00 -0500] rev 4634
Visual tweaks for snow
nemo [Wed, 22 Dec 2010 18:29:43 -0500] rev 4633
braces fail
anon [Wed, 22 Dec 2010 14:25:25 -0500] rev 4632
Graphics updates
nemo [Wed, 22 Dec 2010 14:19:11 -0500] rev 4631
raise Y start to cloud level
nemo [Wed, 22 Dec 2010 14:01:43 -0500] rev 4630
Another snow variant
nemo [Wed, 22 Dec 2010 11:59:35 -0500] rev 4629
FindPlace in lua now returns null for failure to find a place, and accepts a 5th parameter to try finding a place without considering proximity (note that this can place a gear right next to mines).
nemo [Wed, 22 Dec 2010 10:09:39 -0500] rev 4628
trying a graphic with more white and less translucency
nemo [Wed, 22 Dec 2010 09:56:13 -0500] rev 4627
knock back y two to make snow pile up a bit less high
Henek [Wed, 22 Dec 2010 15:42:47 +0100] rev 4626
fixed showmission so it actually displays the right icons
nemo [Wed, 22 Dec 2010 02:16:07 -0500] rev 4625
should allow snow to spawn against explosion land back tex. a bit messy but I'm sleepy. g'nite
unc0rr [Wed, 02 Feb 2011 21:53:39 +0300] rev 4624
Close branch
nemo [Wed, 22 Dec 2010 01:30:03 -0500] rev 4623
apply cGravityf when changing cGravity
unc0rr [Mon, 31 Jan 2011 21:40:17 +0300] rev 4622
Implement room delegation when admin lefts it
nemo [Wed, 22 Dec 2010 01:19:47 -0500] rev 4621
more snow
unc0rr [Sun, 30 Jan 2011 20:43:18 +0300] rev 4620
Reimplement a bunch of administrator commands
nemo [Wed, 22 Dec 2010 01:17:46 -0500] rev 4619
fix desync in snow
unc0rr [Sun, 30 Jan 2011 20:38:40 +0300] rev 4618
Reimplement KICK
nemo [Wed, 22 Dec 2010 01:11:48 -0500] rev 4617
minor visual tweaks to snow
unc0rr [Sun, 30 Jan 2011 20:36:32 +0300] rev 4616
Reimplement FOLLOW
nemo [Wed, 22 Dec 2010 00:58:00 -0500] rev 4615
oops. forgot the graphic
unc0rr [Sun, 30 Jan 2011 20:32:23 +0300] rev 4614
Reimplement some more protocol commands
nemo [Wed, 22 Dec 2010 00:48:06 -0500] rev 4613
minor position tweaks. hopefully checking array bounds correctly
unc0rr [Sat, 29 Jan 2011 21:33:24 +0300] rev 4612
- Reactivate pings timer, reimplement PING handler
- Reimplement INFO
nemo [Wed, 22 Dec 2010 00:17:43 -0500] rev 4611
A very very basic snow implementation
unc0rr [Sat, 29 Jan 2011 13:43:07 +0300] rev 4610
Introduce numbered server notice messages
koda [Wed, 22 Dec 2010 04:09:56 +0100] rev 4609
merge
unc0rr [Fri, 28 Jan 2011 22:34:07 +0300] rev 4608
Make client quit on send exception (was commented due to another approach in handling connection lost)
koda [Wed, 22 Dec 2010 03:56:12 +0100] rev 4607
update weapons
unc0rr [Fri, 28 Jan 2011 22:21:29 +0300] rev 4606
Force RNF in AnswerClients too, in order to prevent lazyness in actions (most probably it's redundant to do that, still I do)
koda [Wed, 22 Dec 2010 03:28:14 +0100] rev 4605
this should prevent that ever again
unc0rr [Fri, 28 Jan 2011 22:19:06 +0300] rev 4604
Reimplement some more Actions
koda [Wed, 22 Dec 2010 03:05:28 +0100] rev 4603
damn. it.
Henek [Wed, 22 Dec 2010 02:50:17 +0100] rev 4602
added density for gears used in gfMoreWind, needs alot of tweaking
unc0rr [Thu, 27 Jan 2011 22:14:14 +0300] rev 4601
io = liftIO
Henek [Tue, 21 Dec 2010 23:22:53 +0100] rev 4600
added copying also to schemes and updated some translations
unc0rr [Thu, 27 Jan 2011 22:10:24 +0300] rev 4599
Reimplement one more Action
Henek [Tue, 21 Dec 2010 21:56:34 +0100] rev 4598
added copying of weapon sets
unc0rr [Thu, 27 Jan 2011 22:06:42 +0300] rev 4597
Finally a solution for excess lazyness when working with unsafeThaw'ed arrays
nemo [Tue, 21 Dec 2010 15:12:06 -0500] rev 4596
Merge henek's changes
unc0rr [Wed, 26 Jan 2011 22:26:02 +0300] rev 4595
Send spectators info
Henek [Tue, 21 Dec 2010 14:42:47 +0100] rev 4594
removing all " " in filenames under share and replacing "_" with " " in missions
unc0rr [Wed, 26 Jan 2011 22:06:27 +0300] rev 4593
Apply rev b9fe93f187c4 to server rewrite too
sheepluva [Tue, 21 Dec 2010 10:46:52 +0100] rev 4592
disable fix for
issue #24 in order to fix issue 123, as suggested by koda
unc0rr [Wed, 26 Jan 2011 22:04:18 +0300] rev 4591
Send teams info on join
Henek [Tue, 21 Dec 2010 02:17:45 +0100] rev 4590
added MapHasBorder function for lua and finnished Random Weapons gameplay, might still change though
nemo [Tue, 21 Dec 2010 14:57:33 -0500] rev 4589
Switch default to the compost garbage ball (pending a proper mudball from a real artist), set Snowball for Snow theme only, change en.txt to Mudball
jose1711 [Thu, 23 Dec 2010 17:47:50 +0100] rev 4588
Updated Slovak translation + merge
unc0rr [Tue, 25 Jan 2011 22:23:08 +0300] rev 4587
Send room config to client
unc0rr [Mon, 20 Dec 2010 21:45:10 +0300] rev 4586
- Allow user to use undo, to clear, save and load drawn maps
- Fix a couple of bugs related to those operations
unc0rr [Tue, 25 Jan 2011 22:13:34 +0300] rev 4585
Another approach for fixing listener thread issues, should finally get rid of all problems. Not tested.
unc0rr [Mon, 20 Dec 2010 20:55:45 +0300] rev 4584
Add those stupid breaks
unc0rr [Mon, 24 Jan 2011 21:33:03 +0300] rev 4583
Fix typo in version information
nemo [Sun, 19 Dec 2010 22:06:38 -0500] rev 4582
FAIL - actually assign
unc0rr [Mon, 24 Jan 2011 21:32:26 +0300] rev 4581
Apply new nick restrictions in server rewrite too
nemo [Sun, 19 Dec 2010 21:16:14 -0500] rev 4580
add AI routine
unc0rr [Mon, 10 Jan 2011 18:57:44 +0300] rev 4579
Explicitly kill listening thread in try to prevent messages recieving bugs
nemo [Sun, 19 Dec 2010 21:06:34 -0500] rev 4578
Snowball weapon
unc0rr [Mon, 10 Jan 2011 18:29:43 +0300] rev 4577
Even less craziness
Henek [Mon, 20 Dec 2010 02:00:22 +0100] rev 4576
fixed and enabled removing of game scheme from options page
unc0rr [Mon, 10 Jan 2011 18:28:39 +0300] rev 4575
Fix check for unique nick
koda [Mon, 20 Dec 2010 01:08:46 +0100] rev 4574
ipod touch 4g has only 256mb of ram (like ipad)
unc0rr [Mon, 10 Jan 2011 18:14:05 +0300] rev 4573
Fix typo
nemo [Sun, 19 Dec 2010 14:11:55 -0500] rev 4572
fix typo in hand drawn maps
unc0rr [Mon, 10 Jan 2011 18:12:13 +0300] rev 4571
Bring back room and teams removing
nemo [Sun, 19 Dec 2010 13:33:45 -0500] rev 4570
Merge unc0rr's rearranging of MAP/MAPGEN messages, also his suggested increase of char limit to 20000 and addition of the "c" game message
unc0rr [Mon, 10 Jan 2011 15:42:17 +0300] rev 4569
Convert function to a map
nemo [Sun, 19 Dec 2010 13:31:55 -0500] rev 4568
Ok. This should pull 0.9.14.1 server into default
nemo [Sun, 19 Dec 2010 13:21:14 -0500] rev 4567
Server refactor branch to continue work started in ead2ed20dfd4
unc0rr [Sun, 19 Dec 2010 20:45:15 +0300] rev 4566
Adjust magic consts
unc0rr [Sun, 19 Dec 2010 20:33:33 +0300] rev 4565
Most probably it's fix to a crash
unc0rr [Sun, 19 Dec 2010 20:22:48 +0300] rev 4564
Remove deleteLater()
unc0rr [Sun, 19 Dec 2010 20:16:07 +0300] rev 4563
Some debug info
unc0rr [Sun, 19 Dec 2010 20:01:24 +0300] rev 4562
- Simplify map container code a bit
unc0rr [Sun, 19 Dec 2010 19:24:15 +0300] rev 4561
Seems like just a source of bugs
unc0rr [Sat, 18 Dec 2010 23:02:39 +0300] rev 4560
- Some work on drawMap widget and scene to allow undo, clear, save and load operations
- Fix tons of "parameter not used" warnings
unc0rr [Sat, 18 Dec 2010 21:19:26 +0300] rev 4559
Report 48 hogs for drawn maps
unc0rr [Sat, 18 Dec 2010 21:17:37 +0300] rev 4558
merge
Henek [Sat, 18 Dec 2010 19:15:26 +0100] rev 4557
fix layout in game config widget as per nemo's request
unc0rr [Sat, 18 Dec 2010 21:17:12 +0300] rev 4556
Make use of showEvent, so there's no more need in manual resizing of draw map widget
unc0rr [Sat, 18 Dec 2010 21:08:02 +0300] rev 4555
Try to avoid binary data in log, use shorter descriptions
nemo [Sat, 18 Dec 2010 10:46:59 -0500] rev 4554
oops
nemo [Sat, 18 Dec 2010 10:43:36 -0500] rev 4553
Reenable cReadyDelay - this requires testing on m8y.org from now on until the message is added to other servers
koda [Sat, 18 Dec 2010 15:14:27 +0100] rev 4552
merge
Henek [Fri, 17 Dec 2010 19:27:02 +0100] rev 4551
added replacement of "_" to " " in gameplay scripts
Henek [Fri, 17 Dec 2010 09:26:02 +0100] rev 4550
added set button to seed edit so maps won't regenerate as often
koda [Sat, 18 Dec 2010 15:14:16 +0100] rev 4549
initial stats interpretation for ifrontend
nemo [Thu, 16 Dec 2010 17:40:31 -0500] rev 4548
disable ready timer again, until I can figure out why my message didn't get through.
koda [Thu, 16 Dec 2010 22:46:38 +0100] rev 4547
move server connection stuff in its own class
nemo [Thu, 16 Dec 2010 15:26:19 -0500] rev 4546
oops, forgot world offset, also add a kind of hack to the already hackish set function for visual gears
nemo [Thu, 16 Dec 2010 15:02:35 -0500] rev 4545
offset the sprite
nemo [Thu, 16 Dec 2010 14:34:11 -0500] rev 4544
If this works right, setting Angle (yeah, yeah) switches between an aura circle and a drawn circle. aura is scaled at size 100 being 100% - 200, 200% etc.
koda [Thu, 16 Dec 2010 09:18:03 +0100] rev 4543
Added tag Hedgewars-iOS-1.2.1 for
changeset a5735e877aae
koda [Thu, 16 Dec 2010 02:36:56 +0100] rev 4542
version bump
koda [Thu, 16 Dec 2010 02:34:02 +0100] rev 4541
ignore touches around dpad and buttons (for real)
koda [Thu, 16 Dec 2010 01:45:15 +0100] rev 4540
add two preferences for enabling/disabling blurry land and multitasking
koda [Thu, 16 Dec 2010 00:48:32 +0100] rev 4539
store the (future) password with md5 for ifrontend
koda [Thu, 16 Dec 2010 00:24:57 +0100] rev 4538
add more space for this help message on ipad
unc0rr [Wed, 15 Dec 2010 22:03:46 +0300] rev 4537
Recieve and parse DRAWNMAP config
unc0rr [Wed, 15 Dec 2010 21:48:54 +0300] rev 4536
Fix crash on forced disconnect
unc0rr [Wed, 15 Dec 2010 21:40:16 +0300] rev 4535
The Fix
unc0rr [Wed, 15 Dec 2010 21:10:25 +0300] rev 4534
Don't use std::string
nemo [Tue, 14 Dec 2010 20:41:33 -0500] rev 4533
add optional state parameter to hogsay
nemo [Tue, 14 Dec 2010 19:36:12 -0500] rev 4532
oops
nemo [Tue, 14 Dec 2010 18:18:54 -0500] rev 4531
Reenable ReadyTimer using a synced message NEEDS TESTING.
nemo [Tue, 14 Dec 2010 17:47:53 -0500] rev 4530
merge
jose1711 [Tue, 14 Dec 2010 22:32:47 +0100] rev 4529
Update Slovak translation
nemo [Tue, 14 Dec 2010 17:47:38 -0500] rev 4528
Reorder top registered variables by frequency gathered from 60 or so games of varying length/type. Oh. And add green hair to joker.
unc0rr [Tue, 14 Dec 2010 21:56:37 +0300] rev 4527
Compess at highest ratio
unc0rr [Tue, 14 Dec 2010 21:04:43 +0300] rev 4526
Debug messages
unc0rr [Tue, 14 Dec 2010 20:46:50 +0300] rev 4525
Try to send drawn map data to net server
unc0rr [Tue, 14 Dec 2010 20:01:27 +0300] rev 4524
Don't reset teams when returning from draw map page
nemo [Mon, 13 Dec 2010 19:22:09 -0500] rev 4523
oops. forgot the getter.
nemo [Mon, 13 Dec 2010 19:00:03 -0500] rev 4522
Add an input mask for setting of gear messages. Intended for intercepting user messages. This is totally untested. I don't think it should desync but seriously needs a lot of testing. Esp the doPut behaviour.
nemo [Mon, 13 Dec 2010 18:13:42 -0500] rev 4521
Add override for speech bubble position 0: default, 1: background/translucent 2: foreground/opaque
unc0rr [Mon, 13 Dec 2010 22:12:30 +0300] rev 4520
Allow to draw maps in frontend and play them (only locally, some bugs to fix)
Henek [Mon, 13 Dec 2010 19:26:20 +0100] rev 4519
exposing seed for editing and viewing
unc0rr [Mon, 13 Dec 2010 20:54:18 +0300] rev 4518
Use pageSwitchMapper in some more places
Henek [Mon, 13 Dec 2010 15:02:04 +0100] rev 4517
added team flag to AddTeam and made AI team allowed to have custom flags. added GetGearVelocity and SetGearVelocity and removed CopyPV2. changed knockball to use use these functions instead.
nemo [Sun, 12 Dec 2010 23:52:53 -0500] rev 4516
add PlaySound(soundType, hogGearUID) -- this roundabout way to reference a team seems to be how things are done in lua right now. might need changing in future
Henek [Mon, 13 Dec 2010 04:53:48 +0100] rev 4515
my first merge :(
nemo [Sun, 12 Dec 2010 20:17:00 -0500] rev 4514
div 0 check
Henek [Mon, 13 Dec 2010 04:52:23 +0100] rev 4513
added general scripts to multiplayer and added option for scripts to allow user set schemes or weapon sets.
koda [Mon, 13 Dec 2010 01:24:06 +0100] rev 4512
more server stubs
unc0rr [Sun, 12 Dec 2010 21:47:55 +0300] rev 4511
Pretension to switch to draw map page
koda [Sun, 12 Dec 2010 05:23:37 +0100] rev 4510
add some connection facility to netserver
unc0rr [Sat, 11 Dec 2010 23:28:52 +0300] rev 4509
Use QSignalMapper instead of GoToPage*() functions (not all calls converted yet)
unc0rr [Sat, 11 Dec 2010 21:27:43 +0300] rev 4508
merge
koda [Sat, 11 Dec 2010 18:48:14 +0100] rev 4507
audio_session is giving problems with multitasking so disabling it for now
fix build
Henek [Sat, 11 Dec 2010 14:03:49 +0100] rev 4506
Finnished up the lua translations by adding training maps, campaign is ignored for now
koda [Sat, 11 Dec 2010 02:30:03 +0100] rev 4505
disable large maps also on iphone3gs and ipodtouch3g, they fail to load sometimes
koda [Sat, 11 Dec 2010 01:55:16 +0100] rev 4504
add the appirater class for getting more positive reviews
enabled full multitasking for iphone (but only with ios >= 4.2)
fixed a glitch that would leave stuff onscreen while ammo menu open
Henek [Sat, 11 Dec 2010 01:00:00 +0100] rev 4503
also updated TrophyRace to new system
Henek [Fri, 10 Dec 2010 23:58:15 +0100] rev 4502
lua access to data dir by GetDataPath and made a new scripting translation system with Locale.lua as library and .lua files under Locale. Updated maps Basketball and Knockball to this new system.
smaxx [Fri, 10 Dec 2010 22:39:20 +0100] rev 4501
Frontend:
* Fixed missing icon files on Win32
unc0rr [Sat, 11 Dec 2010 21:27:15 +0300] rev 4500
Add a stub for draw map page
nemo [Thu, 09 Dec 2010 20:35:28 -0500] rev 4499
return RGBA
nemo [Thu, 09 Dec 2010 19:10:37 -0500] rev 4498
clan color fetch
koda [Thu, 09 Dec 2010 22:51:07 +0100] rev 4497
merge
nemo [Thu, 09 Dec 2010 11:12:40 -0500] rev 4496
add missing setter for botlevel
archl [Thu, 09 Dec 2010 10:24:04 -0500] rev 4495
Updated Chinese translation
unc0rr [Thu, 09 Dec 2010 11:59:07 +0300] rev 4494
Pass hardcoded drawn map from frontend into engine \o/
Henek [Wed, 08 Dec 2010 22:35:29 +0100] rev 4493
removing all ; from lua script as an act of temporary rage and perfectionism
nemo [Wed, 08 Dec 2010 15:10:38 -0500] rev 4492
standardise name
nemo [Wed, 08 Dec 2010 14:46:17 -0500] rev 4491
pngcrush the new 2x previews. This "make the preview look a bit crisper at same size in iphone 4" is now costing us 2,916,716 bytes
unc0rr [Wed, 08 Dec 2010 22:25:30 +0300] rev 4490
Stub to recieve /draw command
unc0rr [Wed, 08 Dec 2010 22:18:50 +0300] rev 4489
- Pass map drawing data to engine
- Hardcode one map for test purposes
koda [Thu, 09 Dec 2010 22:50:16 +0100] rev 4488
forgot to update these files
unc0rr [Wed, 08 Dec 2010 21:55:15 +0300] rev 4487
Add drawn map into the list of map generators
koda [Wed, 08 Dec 2010 17:48:33 +0100] rev 4486
fix crasher (somehow, might be glitchy)
koda [Wed, 08 Dec 2010 15:18:08 +0100] rev 4485
merge
nemo [Tue, 07 Dec 2010 23:47:11 -0500] rev 4484
these should probably be expressly integer
nemo [Tue, 07 Dec 2010 23:34:01 -0500] rev 4483
band/bor/bnot to support Lua 5.1 lack of binary ops
nemo [Tue, 07 Dec 2010 22:23:40 -0500] rev 4482
Restore millisecond precision for mines time
nemo [Tue, 07 Dec 2010 19:33:34 -0500] rev 4481
Eh. Since you asked. AddAmmo hook for Lua
nemo [Tue, 07 Dec 2010 17:33:11 -0500] rev 4480
would help if I put it in the right routine
nemo [Tue, 07 Dec 2010 17:29:02 -0500] rev 4479
Add script hook onNewTurn to the end of AfterSwitchHedgehog. This should signal the very start of a new turn, immediately after CurrentTeam is switched.
koda [Wed, 08 Dec 2010 15:16:57 +0100] rev 4478
code cleanup
unc0rr [Tue, 07 Dec 2010 22:02:09 +0300] rev 4477
Add QAspectRatioLayout borrowed from http://wiki.forum.nokia.com/index.php/CS001309_-_Maintaining_square_form_for_a_widget_in_Qt to maintain width == height * 2 aspect ratio for map drawing widget
koda [Wed, 08 Dec 2010 14:47:52 +0100] rev 4476
team selection completely refactored, now has animation and more performance
use a semi transparent black background color (on powerful devices)
other smaller improvements and bugfixes
nemo [Mon, 06 Dec 2010 21:15:41 -0500] rev 4475
rendering optimisations. remove the recursive flames in explosions (might need more due to the gravity change in the new flames) but more usefully, eliminate a number of redundant Tint calls
koda [Tue, 07 Dec 2010 01:18:43 +0100] rev 4474
Forts: reduce preview size and add hi-res one
nemo [Mon, 06 Dec 2010 13:07:36 -0500] rev 4473
try this mikade
nemo [Mon, 06 Dec 2010 08:58:24 -0500] rev 4472
merge
unc0rr [Mon, 06 Dec 2010 12:21:12 +0300] rev 4471
Always keep last point of drawn polyline
nemo [Mon, 06 Dec 2010 08:58:05 -0500] rev 4470
disable say, just don't do anything. trying to avoid spew on spectator join
nemo [Mon, 06 Dec 2010 00:33:39 -0500] rev 4469
string length checks
nemo [Sun, 05 Dec 2010 23:58:15 -0500] rev 4468
fix hsa/hta/hya
nemo [Sun, 05 Dec 2010 23:50:04 -0500] rev 4467
trying to unbreak hog speech
nemo [Sun, 05 Dec 2010 23:08:57 -0500] rev 4466
remove currentteam check
nemo [Sun, 05 Dec 2010 22:02:30 -0500] rev 4465
Allow hog speech when not your turn. Currently is set to 40% opacity (could be fainter) and drawn behind the hogs instead of in front. Also allows hog targetting using a number.
sheepluva [Mon, 06 Dec 2010 03:09:12 +0100] rev 4464
changing Tree Map theme to Halloween (this time on the right branch >_>)
koda [Sun, 05 Dec 2010 23:48:58 +0100] rev 4463
update schemes for ios
koda [Sun, 05 Dec 2010 19:00:41 +0100] rev 4462
added porkey and sheep hats
koda [Sun, 05 Dec 2010 02:44:20 +0100] rev 4461
add a simple check to prevent loading sounds when device is muted
koda [Sun, 05 Dec 2010 00:05:21 +0100] rev 4460
write some version information inside the application
unc0rr [Sat, 04 Dec 2010 23:30:20 +0300] rev 4459
merge
unc0rr [Sat, 04 Dec 2010 23:29:59 +0300] rev 4458
Halfplement decode/drawing routine
unc0rr [Sat, 04 Dec 2010 22:33:14 +0300] rev 4457
- Change painted map file format
- Stub for uLandPainted.pas
nemo [Sat, 04 Dec 2010 15:09:19 -0500] rev 4456
add nil check
nemo [Sat, 04 Dec 2010 11:30:54 -0500] rev 4455
In AI survival mode, have the AI score when it kills humans, instead of its own team, clear poison on an AI kill, and reset AI health using InitialHealth instead of 100.
koda [Sat, 04 Dec 2010 08:52:57 +0100] rev 4454
more retina support and multitasking support
nemo [Thu, 02 Dec 2010 20:40:30 -0500] rev 4453
add visual gear registration
nemo [Thu, 02 Dec 2010 20:29:46 -0500] rev 4452
make Tint(longword) use RGBA
nemo [Thu, 02 Dec 2010 19:51:30 -0500] rev 4451
trying to get tint to behave more as I expect. need to ask Smaxx what he intended here, to avoid too many pointless colour calls
nemo [Thu, 02 Dec 2010 19:19:34 -0500] rev 4450
forgot the passed in uid
nemo [Thu, 02 Dec 2010 19:04:02 -0500] rev 4449
Restore King mode. The worst of the changes was Place Hogs
nemo [Thu, 02 Dec 2010 18:52:37 -0500] rev 4448
compress the PNGs
nemo [Thu, 02 Dec 2010 18:50:52 -0500] rev 4447
merge
koda [Thu, 02 Dec 2010 00:51:56 +0100] rev 4446
enable support for retina display in the ios port
koda [Thu, 02 Dec 2010 00:25:26 +0100] rev 4445
add a higher resolution preview image, could be nice to add a hover effect on normal preview that displays this bigger version
koda [Thu, 02 Dec 2010 00:23:54 +0100] rev 4444
reduce icons to 32x32 but create a 64x64 image for preview, also useful for ios and retina displays (frontend should be updated)
nemo [Thu, 02 Dec 2010 18:45:16 -0500] rev 4443
Add an extra pass in FindPlace for AI resurrection mode to try to make it unwinnable, add DeleteGear, DeleteVisualGear, AddVisualGear, GetVisualGearValues, SetVisualGearValues to Lua
unc0rr [Wed, 01 Dec 2010 22:06:23 +0300] rev 4442
- Implement decode() function.
- Implement saving and loading to/from file
unC0Rr [Wed, 01 Dec 2010 20:45:46 +0300] rev 4441
merge
igorko [Wed, 01 Dec 2010 20:43:35 +0300] rev 4440
Translation update
unC0Rr [Wed, 01 Dec 2010 20:45:05 +0300] rev 4439
Some more improvements
koda [Wed, 01 Dec 2010 01:43:55 +0100] rev 4438
un-break also the ios project
koda [Wed, 01 Dec 2010 00:58:03 +0100] rev 4437
un-break build (wrong merge in uConsole) and update project file with the new sources
koda [Tue, 30 Nov 2010 22:46:47 +0100] rev 4436
OMG merge
nemo [Mon, 29 Nov 2010 23:10:38 -0500] rev 4435
Add poison sounds to all voices pending proper recording by armagon.
unc0rr [Mon, 29 Nov 2010 22:23:56 +0300] rev 4434
Simple simplify() function
nemo [Sun, 28 Nov 2010 15:07:26 -0500] rev 4433
do GoBack if also INGAME due to kick
nemo [Sun, 28 Nov 2010 14:38:42 -0500] rev 4432
disable last commit w/ comment
nemo [Sun, 28 Nov 2010 14:25:24 -0500] rev 4431
suppress PART if game is running. testing, etc.
nemo [Sun, 28 Nov 2010 13:58:25 -0500] rev 4430
Try suppressing those annoying "incorrect state" messages without actually breaking net play. Alter prior checks on GoBack. NEEDS TESTING.
nemo [Sun, 28 Nov 2010 13:12:00 -0500] rev 4429
add null check
nemo [Sun, 28 Nov 2010 12:55:57 -0500] rev 4428
Try to kill off all teams if the player returns to the lobby in mid-game. Also leave game room open for admins to kick/restrict joins etc. NEEDS TESTING PROBABLY BROKE SOMETHING OR OTHER
unc0rr [Sun, 28 Nov 2010 19:03:28 +0300] rev 4427
Basic encoding of drawn map
unc0rr [Sun, 28 Nov 2010 17:23:51 +0300] rev 4426
Improve map editor a bit
unc0rr [Sat, 27 Nov 2010 23:57:31 +0300] rev 4425
Small testing app for DrawMap scene
unc0rr [Sat, 27 Nov 2010 23:55:39 +0300] rev 4424
Some basic functionality
unc0rr [Sat, 27 Nov 2010 22:40:29 +0300] rev 4423
Initial commit of the Draw Map Scene
nemo [Fri, 26 Nov 2010 15:31:57 -0500] rev 4422
add a uid to VGs for purpose of Lua manipulation
nemo [Fri, 26 Nov 2010 10:21:53 -0500] rev 4421
corrected steps
nemo [Thu, 25 Nov 2010 22:56:28 -0500] rev 4420
Add a visual gear for drawing circles. Intent is to allow specifying areas on map for lua scripts (such as to indicate a location to go to). Could also be used to, say, circle a hog in CTF. Also add a "Critical" flag for visual gears so a gear flagges as such will always be created.
prg [Wed, 24 Nov 2010 20:36:46 -0500] rev 4419
fix for frontend desync
nemo [Wed, 24 Nov 2010 16:41:35 -0500] rev 4418
update translations, add Dutch
nemo [Wed, 24 Nov 2010 15:40:28 -0500] rev 4417
move this call to where the game tick is actually incremented
Henek [Mon, 22 Nov 2010 22:05:46 +0100] rev 4416
adding a combobox to weapon editor as scheme editor, added a few notices for deleting and some buttons in this area.
unc0rr [Mon, 22 Nov 2010 21:57:45 +0300] rev 4415
SinTable.inc -> uSinTable.pas
unc0rr [Mon, 22 Nov 2010 21:49:57 +0300] rev 4414
Move doPut into uIO (not a very bad place really)
unc0rr [Mon, 22 Nov 2010 21:43:31 +0300] rev 4413
uCommandHandlers
Henek [Mon, 22 Nov 2010 12:35:52 +0100] rev 4412
added disabling option to itemNum and grey images for that. also made default weapon sets uneditable and not deleteable.
Henek [Mon, 22 Nov 2010 10:04:08 +0100] rev 4411
fix SetEffect, last parameter was not a boolean
Henek [Mon, 22 Nov 2010 00:34:53 +0100] rev 4410
a Henek-koda production: nicer game config screen, fixed scheme-weapon lock, added scheme editing to config page and some minor stuff
nemo [Sun, 21 Nov 2010 18:12:20 -0500] rev 4409
fix chat
nemo [Sun, 21 Nov 2010 16:13:44 -0500] rev 4408
revert 4388 - was there already, I didn't notice. still no idea what the problem is
nemo [Sun, 21 Nov 2010 15:57:38 -0500] rev 4407
I think unc0rr forgot to add initModule here
nemo [Sun, 21 Nov 2010 13:13:42 -0500] rev 4406
Increase teams to 8 to match the 8 colours, fix
issue #108, reenable rope length modifier
nemo [Sun, 21 Nov 2010 12:11:50 -0500] rev 4405
detach rope if the Land[] vanishes
unc0rr [Sun, 21 Nov 2010 19:51:33 +0300] rev 4404
Remove some more circular dependencies
unc0rr [Sun, 21 Nov 2010 19:41:19 +0300] rev 4403
uDebug
unc0rr [Sun, 21 Nov 2010 19:14:45 +0300] rev 4402
Remove uChat dependency from uCommands
unc0rr [Sun, 21 Nov 2010 19:07:43 +0300] rev 4401
Remove uAmmos dependaency from uCommands
nemo [Sun, 21 Nov 2010 10:53:50 -0500] rev 4400
fix rope test
Henek [Sun, 21 Nov 2010 16:48:44 +0100] rev 4399
fix key binds for lua created teams and added wind control
unc0rr [Sun, 21 Nov 2010 17:48:58 +0300] rev 4398
Move some command handlers out of uCommands into more appropriate places, thus removing some dependencies. Ideally uCommands shouldn't depend on anything (except for uTypes and uConsts probably)
nemo [Sun, 21 Nov 2010 09:37:48 -0500] rev 4397
Disable rope attach to hogs/crates/barrels etc. Should fix a bug in collision according to unc0rr
nemo [Sun, 21 Nov 2010 09:12:44 -0500] rev 4396
After repeated requests, variable length rope. Intended for the infinite rope folks, but values less than 100 make rope more interesting IMO.
unc0rr [Sun, 21 Nov 2010 16:55:19 +0300] rev 4395
merge
nemo [Sun, 21 Nov 2010 08:42:41 -0500] rev 4394
move rendering to fix 4368:3698361802ed
unc0rr [Sun, 21 Nov 2010 16:53:31 +0300] rev 4393
uCaptions
nemo [Sun, 21 Nov 2010 01:26:31 -0500] rev 4392
Fix koda's esc key binding so leaving rooms works correctly with it
nemo [Sun, 21 Nov 2010 01:08:43 -0500] rev 4391
In the case of per-hog-ammo, switch the ammo viewed when not your turn to what will probably be your ammo, assuming that hog survives.
unc0rr [Sat, 20 Nov 2010 23:55:00 +0300] rev 4390
Move localization data to uVariables, some Uses cleanup
unc0rr [Sat, 20 Nov 2010 23:48:04 +0300] rev 4389
Move land hash checking into commands
unc0rr [Sat, 20 Nov 2010 23:20:46 +0300] rev 4388
Oops, forgot the file
unc0rr [Sat, 20 Nov 2010 23:19:52 +0300] rev 4387
no way
unc0rr [Sat, 20 Nov 2010 23:10:26 +0300] rev 4386
Forgot this
unc0rr [Sat, 20 Nov 2010 23:08:11 +0300] rev 4385
Introduce uGearsRender
unc0rr [Sat, 20 Nov 2010 22:05:01 +0300] rev 4384
It works, though wastes too much of CPU
nemo [Thu, 18 Nov 2010 16:58:08 -0500] rev 4383
merge
unC0Rr [Thu, 18 Nov 2010 17:01:35 +0300] rev 4382
New version of cycles searcher, doesn't work for some reason (shouldn't use O(n) lookup?)
unC0Rr [Thu, 18 Nov 2010 17:00:45 +0300] rev 4381
Got no warning about this, why?
unC0Rr [Thu, 18 Nov 2010 16:19:55 +0300] rev 4380
Introduce uRenderUtils
unC0Rr [Thu, 18 Nov 2010 15:55:02 +0300] rev 4379
No need for Extended data type just to draw some visual gears. It's a shame we have Math unit dependency
unC0Rr [Thu, 18 Nov 2010 15:45:35 +0300] rev 4378
Introduce uRender
unC0Rr [Thu, 18 Nov 2010 12:12:51 +0300] rev 4377
Haven't found a better place than uIO for OutError
unC0Rr [Thu, 18 Nov 2010 11:50:02 +0300] rev 4376
Move SendStats to uIO
unC0Rr [Thu, 18 Nov 2010 11:45:31 +0300] rev 4375
Introduce uTextures
unC0Rr [Thu, 18 Nov 2010 11:32:47 +0300] rev 4374
Move some stuff from uMisc to uUtils
unC0Rr [Thu, 18 Nov 2010 09:12:27 +0300] rev 4373
Introduce uCommands.pas
nemo [Wed, 17 Nov 2010 22:09:07 -0500] rev 4372
remove some more PHedgehog casts
unc0rr [Wed, 17 Nov 2010 22:26:34 +0300] rev 4371
Some more
unc0rr [Wed, 17 Nov 2010 22:21:29 +0300] rev 4370
uGears
unc0rr [Wed, 17 Nov 2010 22:19:58 +0300] rev 4369
uWorld
unc0rr [Wed, 17 Nov 2010 22:14:41 +0300] rev 4368
uTeams
unc0rr [Wed, 17 Nov 2010 22:07:03 +0300] rev 4367
uLand isn't that important to them
koda [Mon, 29 Nov 2010 09:11:31 +0100] rev 4366
Added tag Hedgewars-iOS-1.2 for
changeset ede569bb76f3
unc0rr [Wed, 17 Nov 2010 20:58:23 +0300] rev 4365
Remove ugly PHedgehog(Gear^.Hedgehog) cast
koda [Mon, 29 Nov 2010 09:11:18 +0100] rev 4364
ios 1.2 project file last update
unc0rr [Wed, 17 Nov 2010 20:36:35 +0300] rev 4363
Remove uMisc dependency from uRandom
koda [Sun, 28 Nov 2010 23:49:09 +0100] rev 4362
added missing graphics and fixed some glitches/crashes/bugs
unc0rr [Wed, 17 Nov 2010 20:28:42 +0300] rev 4361
Move variables from uConsts to uVariables
koda [Sun, 28 Nov 2010 01:58:43 +0100] rev 4360
update build files for compliance with Mac AppStore
unC0Rr [Wed, 17 Nov 2010 17:45:55 +0300] rev 4359
Move variables from uMisc to uVariables
koda [Sat, 27 Nov 2010 23:29:07 +0100] rev 4358
more backward compatibility
unC0Rr [Wed, 17 Nov 2010 17:22:36 +0300] rev 4357
Introduce unit uTypes in order to remove some cyclic unit dependencies
koda [Thu, 25 Nov 2010 02:45:52 +0100] rev 4356
update some files for new graphics and new ios4.2
most importantly rotation finally seems to work on iphone
also fix two glitches for old gen devices
unC0Rr [Wed, 17 Nov 2010 16:31:30 +0300] rev 4355
A program which finds a cycles in units dependencies
to run: unitCycles `ls *.pas`
koda [Wed, 24 Nov 2010 23:35:41 +0100] rev 4354
update also the project to use those graphics
unC0Rr [Wed, 17 Nov 2010 16:19:28 +0300] rev 4353
Dumb parser of pascal, and a program which lists unit dependencies
koda [Wed, 24 Nov 2010 23:34:10 +0100] rev 4352
update graphics names, path, resolution, content...
koda [Wed, 17 Nov 2010 01:42:51 +0100] rev 4351
remove weapons and schemes selection for missions from ifrontend
jose1711 [Tue, 16 Nov 2010 20:55:39 +0100] rev 4350
updated/added slovak translations of lua files
koda [Sun, 21 Nov 2010 04:10:39 +0100] rev 4349
display an empty table for missions
jose1711 [Tue, 16 Nov 2010 20:04:20 +0100] rev 4348
sk update
koda [Mon, 27 Dec 2010 23:57:44 +0100] rev 4347
add a S3D_DISABLED symbol to disable/enable stereo rendering at compilation time
jose1711 [Tue, 16 Nov 2010 13:35:23 -0500] rev 4346
translation updates
koda [Wed, 22 Dec 2010 12:17:34 +0100] rev 4345
use a gentler positive parallax for background effect
disable the quality slider when stereoscopic mode is selected
nemo [Mon, 15 Nov 2010 14:39:58 -0500] rev 4344
This should fix Chip's bug with unlimited teleports. Also remove more hog placement special behaviour and just use ResetWeapons with a check against PlacingHogs mode
koda [Mon, 15 Nov 2010 12:37:39 +0100] rev 4343
update the 3d branch after release
koda [Sun, 16 Jan 2011 03:40:54 +0100] rev 4342
close branch
koda [Mon, 15 Nov 2010 04:30:11 +0100] rev 4341
minor things
sheepluva [Mon, 06 Dec 2010 03:07:03 +0100] rev 4340
whoops
Henek [Sun, 14 Nov 2010 23:28:45 +0100] rev 4339
resets CurAmmoType in ResetWeapons
sheepluva [Mon, 06 Dec 2010 03:01:44 +0100] rev 4338
change theme of "Tree" map to halloween
nemo [Sun, 14 Nov 2010 15:06:02 -0500] rev 4337
merge 0.9.14.1 to trunk
koda [Sun, 28 Nov 2010 01:58:08 +0100] rev 4336
update build files for compliance with Mac AppStore
koda [Sun, 14 Nov 2010 20:37:55 +0100] rev 4335
improve mac bundle creation
koda [Sun, 14 Nov 2010 20:06:47 +0100] rev 4334
fix compilation server for me
unc0rr [Sun, 14 Nov 2010 21:36:47 +0300] rev 4333
Latest proto num is 35
nemo [Sun, 14 Nov 2010 13:04:23 -0500] rev 4332
revert delay on mines to 0.9.13 0-3 range
nemo [Sun, 14 Nov 2010 14:53:44 -0500] rev 4331
merge 0.9.14
nemo [Sun, 14 Nov 2010 12:53:33 -0500] rev 4330
fix placement
Palewolf [Sun, 14 Nov 2010 13:14:05 +0100] rev 4329
Apply hit animation ONLY to bullets
unc0rr [Sun, 14 Nov 2010 20:35:39 +0300] rev 4328
set vesion to 0.9.14.1
Palewolf [Sun, 14 Nov 2010 12:57:01 +0100] rev 4327
Small animation on bullet impact
unc0rr [Sun, 14 Nov 2010 20:34:13 +0300] rev 4326
35 -> 0.9.14.1 mapping
nemo [Sun, 14 Nov 2010 02:38:05 -0500] rev 4325
sorry bout that guys.
nemo [Sun, 14 Nov 2010 12:25:50 -0500] rev 4324
revert koda's bind button. seems to cause failures to switch weaponsets, and thus desyncs
jose1711 [Sun, 14 Nov 2010 00:50:33 +0100] rev 4323
another typo
nemo [Sun, 14 Nov 2010 11:53:27 -0500] rev 4322
this reverts 3861
inu [Sun, 14 Nov 2010 00:35:05 +0100] rev 4321
fixed typo
koda [Sun, 14 Nov 2010 17:42:00 +0100] rev 4320
bumping qt minimum version
Henek [Sat, 13 Nov 2010 23:08:33 +0100] rev 4319
clean up and lua update, very minor
unc0rr [Sun, 14 Nov 2010 19:27:30 +0300] rev 4318
Set protocol num to 35
nemo [Sat, 13 Nov 2010 15:32:53 -0500] rev 4317
merge 0.9.14 back into trunk
nemo [Sun, 14 Nov 2010 11:24:36 -0500] rev 4316
add a couple of emits to try and fix the desync. needs testing to make sure everything else is being passed correctly
unc0rr [Sat, 13 Nov 2010 23:03:17 +0300] rev 4315
merge
nemo [Sun, 14 Nov 2010 11:19:37 -0500] rev 4314
disable offsets in GetLaunchX/GetLaunchY instead
Henek [Sat, 13 Nov 2010 17:19:18 +0100] rev 4313
made napalm use napalmbombs instead of just dropping fire
unc0rr [Sat, 13 Nov 2010 20:42:26 +0300] rev 4312
Optimization fail fixed
nemo [Sun, 14 Nov 2010 11:10:25 -0500] rev 4311
2 of the fixes for 0.9.14.1 - still need to fix the frontend desync and config-dir
koda [Sun, 16 Jan 2011 03:39:54 +0100] rev 4310
trying to close 0.9.14 branch
nemo [Sat, 13 Nov 2010 09:36:26 -0500] rev 4309
merge of 0.9.14 changes into default - hopefully I successfully avoided the parts we don't want
nemo [Sun, 14 Nov 2010 11:06:55 -0500] rev 4308
revert prior revision. moving to new branch
Henek [Sat, 13 Nov 2010 14:40:06 +0100] rev 4307
added new sprite for drill strike drills, not intended for .15 release
nemo [Sun, 14 Nov 2010 11:03:55 -0500] rev 4306
set all offsets to 0 based on user complaints.
Henek [Sat, 13 Nov 2010 14:04:18 +0100] rev 4305
better description of disable wind
nemo [Sat, 13 Nov 2010 15:25:38 -0500] rev 4304
lighten tex to look more sandy
nemo [Sat, 13 Nov 2010 00:47:48 -0500] rev 4303
check in frontend flag for more wind mode
unc0rr [Sat, 13 Nov 2010 23:16:23 +0300] rev 4302
Update message
nemo [Fri, 12 Nov 2010 23:29:11 -0500] rev 4301
Apply wind while roping too (with the game flag set)
unc0rr [Sat, 13 Nov 2010 23:13:21 +0300] rev 4300
Apply 2610ad7c6d6c to branch too
nemo [Fri, 12 Nov 2010 21:30:00 -0500] rev 4299
tweak more wind mode
unc0rr [Sat, 13 Nov 2010 23:09:24 +0300] rev 4298
Bump up protocol number
koda [Sat, 13 Nov 2010 03:26:14 +0100] rev 4297
merge
nemo [Sat, 13 Nov 2010 14:56:35 -0500] rev 4296
tweak cluster test to reduce AI fail a bit, also weaking its overal rating.
nemo [Fri, 12 Nov 2010 18:57:36 -0500] rev 4295
This revision should, in theory, correctly merge 0.9.14 and tip, so that future merges of 0.9.14 should work properly
nemo [Sat, 13 Nov 2010 12:59:56 -0500] rev 4294
replace orange with yellow to differentiate from peach
Henek [Sat, 13 Nov 2010 00:51:55 +0100] rev 4293
makes drill attack drills weaker and not affected by wind
jose1711 [Sat, 13 Nov 2010 10:28:04 -0500] rev 4292
one more try at sk - perhaps it will make the release
nemo [Fri, 12 Nov 2010 18:24:11 -0500] rev 4291
bugfix. correct crossplatform tips
(transplanted from e59a026758af1ed70833e588075483b01af6c87c)
koda [Sat, 13 Nov 2010 03:25:40 +0100] rev 4290
don't list too big maps for certain devices
unc0rr [Sat, 13 Nov 2010 17:48:56 +0300] rev 4289
Update ru translation
jose1711 [Fri, 12 Nov 2010 18:32:29 -0500] rev 4288
translation update for the release
(transplanted from 21f168609f53ffcd27db8c9d86399a2c9fc4894b)
koda [Sat, 13 Nov 2010 01:24:39 +0100] rev 4287
some interface tricks for iphone as well
unc0rr [Sat, 13 Nov 2010 17:39:24 +0300] rev 4286
Not going into release
nemo [Fri, 12 Nov 2010 18:32:56 -0500] rev 4285
update translation files for the 4265 text change
(transplanted from 0313d5577fced1bf7e965da49599f6cf4352bcc4)
koda [Fri, 12 Nov 2010 23:59:40 +0100] rev 4284
update iFrontend with new schemes and weaps, fix up smaller glitches
unc0rr [Sat, 13 Nov 2010 17:14:51 +0300] rev 4283
No svgz and .desktop
Henek [Fri, 12 Nov 2010 23:40:08 +0100] rev 4282
fancy dust when the drill is drilling
koda [Fri, 12 Nov 2010 22:47:13 +0100] rev 4281
redo once again file updating, moving stuff around
unc0rr [Sat, 13 Nov 2010 17:11:28 +0300] rev 4280
Bye-bye sha-1
Palewolf [Fri, 12 Nov 2010 22:38:05 +0100] rev 4279
Light trails for bullets
unc0rr [Sat, 13 Nov 2010 17:05:34 +0300] rev 4278
Merge
nemo [Fri, 12 Nov 2010 16:06:06 -0500] rev 4277
copypasta fail
unc0rr [Sat, 13 Nov 2010 17:05:14 +0300] rev 4276
Ban .svg, .psd, .sifz from being present in 'make package_source' output
nemo [Fri, 12 Nov 2010 16:00:28 -0500] rev 4275
off by 1 error in resurrector index
unc0rr [Sat, 13 Nov 2010 16:52:53 +0300] rev 4274
Some fixes
nemo [Sat, 13 Nov 2010 08:55:58 -0500] rev 4273
merge (stupid reflexive pull -u)
nemo [Fri, 12 Nov 2010 15:57:30 -0500] rev 4272
engine side of a more wind patch. no frontend hook. just want to check it in to pull it from another machine
unc0rr [Sat, 13 Nov 2010 16:47:40 +0300] rev 4271
Useless
szczur [Sat, 13 Nov 2010 08:54:39 -0500] rev 4270
last-minute pl updates
Henek [Fri, 12 Nov 2010 21:37:12 +0100] rev 4269
fixed breakage of game schemes
Palewolf [Sat, 13 Nov 2010 12:07:17 +0100] rev 4268
Updated spanish translation
unc0rr [Fri, 12 Nov 2010 21:55:55 +0300] rev 4267
merge
unC0Rr [Sat, 13 Nov 2010 11:33:50 +0300] rev 4266
Add 0.9.14 and 0.9.15-dev mapping
nemo [Fri, 12 Nov 2010 13:54:22 -0500] rev 4265
distribute health evenly amongst graves instead of randomly - avoid situation where a grave stays dead
unc0rr [Fri, 12 Nov 2010 21:55:33 +0300] rev 4264
Apply typo fix also here
unC0Rr [Sat, 13 Nov 2010 10:52:27 +0300] rev 4263
Remove "-dev" suffix
nemo [Fri, 12 Nov 2010 12:35:30 -0500] rev 4262
ok... combine a tick check with texture percentage check. this should be a lot less frequent
unC0Rr [Sat, 13 Nov 2010 10:22:06 +0300] rev 4261
Fix typo in russian translation, update english translation with plural forms
nemo [Fri, 12 Nov 2010 12:30:22 -0500] rev 4260
Also switch saucer from updating every N ticks to updating as-needed.
nemo [Fri, 12 Nov 2010 18:32:56 -0500] rev 4259
update translation files for the 4265 text change
nemo [Fri, 12 Nov 2010 12:25:38 -0500] rev 4258
Switch to Damage - Tag is already in use
jose1711 [Fri, 12 Nov 2010 18:32:29 -0500] rev 4257
translation update for the release
nemo [Fri, 12 Nov 2010 12:21:40 -0500] rev 4256
remove floating point/rounding
nemo [Fri, 12 Nov 2010 18:24:11 -0500] rev 4255
bugfix. correct crossplatform tips
nemo [Fri, 12 Nov 2010 12:20:50 -0500] rev 4254
only update flamethrower texture when the percentage changes
nemo [Fri, 12 Nov 2010 17:54:49 -0500] rev 4253
improve behaviour of resurrection. pull in 4254 and 4259 which replace random with index
koda [Fri, 12 Nov 2010 17:17:25 +0100] rev 4252
raised version number
nemo [Fri, 12 Nov 2010 17:53:35 -0500] rev 4251
pull bugfix into 0.9.14 avoid major performance hit when using flamethrower
koda [Fri, 12 Nov 2010 17:08:31 +0100] rev 4250
exposing Henek's no wind flag
unc0rr [Fri, 12 Nov 2010 21:42:27 +0300] rev 4249
Fix typo
koda [Fri, 12 Nov 2010 15:20:54 +0100] rev 4248
yay i'm free to break things again!
unc0rr [Fri, 12 Nov 2010 20:42:36 +0300] rev 4247
Make server listen on ipv4 interface only
koda [Fri, 12 Nov 2010 14:54:53 +0100] rev 4246
drillstrike! might require the drill patch to improve behavior
koda [Fri, 12 Nov 2010 09:49:46 +0100] rev 4245
merge this two safe commits from trunk to release branch
koda [Fri, 12 Nov 2010 00:11:22 +0100] rev 4244
iphone interface
Henek [Thu, 11 Nov 2010 23:24:06 +0100] rev 4243
added getrandom and addcaption to lua
unc0rr [Thu, 11 Nov 2010 22:17:54 +0300] rev 4242
Revert to old server in branch 0.9.14
nemo [Thu, 11 Nov 2010 11:04:24 -0500] rev 4241
Move resurrection to utilities, reduce its probablit a bit to match other utilities, rename the "hint" prop since it really isn't being used as a hint anymore. That can be put back if it changes.
nemo [Thu, 11 Nov 2010 10:51:38 -0500] rev 4240
er. and cast to TAmmoType, which burp's routine still requires :)
nemo [Thu, 11 Nov 2010 09:59:45 -0500] rev 4239
Forgot burp's new ammo routine
nemo [Thu, 11 Nov 2010 09:58:10 -0500] rev 4238
Fix a long-standing bug with ammo due to gstMoving being set on gears generically, causing an incorrect ammo type to be set. This caused crashes and incorrect ammo types.
koda [Thu, 11 Nov 2010 00:38:12 +0100] rev 4237
by default selecting a game mode will select a weapon with the same name, and viceversa; toggable for every game
Henek [Wed, 10 Nov 2010 19:43:13 +0100] rev 4236
added function GetHogTeamName to lua, makes TeamsCount more useful
Henek [Wed, 10 Nov 2010 18:34:11 +0100] rev 4235
added TeamsCount and TotalTurns to lua as requested by mikade
nemo [Tue, 09 Nov 2010 22:44:12 -0500] rev 4234
hide crosshair when switching to no weapon
nemo [Tue, 09 Nov 2010 22:40:38 -0500] rev 4233
make weapons on rope/parachute/UFO inherit momentum of the hog. needs testing of course
koda [Wed, 10 Nov 2010 03:08:14 +0100] rev 4232
tweak interface, there is no need to manually add new weapons and schemes to the filter list
koda [Wed, 10 Nov 2010 00:56:21 +0100] rev 4231
added two games modes and one weaponset
Henek [Tue, 09 Nov 2010 19:17:53 +0100] rev 4230
removed altuse property for sticky mines
unc0rr [Tue, 09 Nov 2010 19:17:53 +0300] rev 4229
Even more png optimizations
unc0rr [Tue, 09 Nov 2010 09:46:45 +0300] rev 4228
More png optimizations
unc0rr [Tue, 09 Nov 2010 09:29:16 +0300] rev 4227
Optimized graphics by size using
'optipng -o5 -np -nc -nb *.png'
nemo [Mon, 08 Nov 2010 23:28:39 -0500] rev 4226
compensate a bit for the reduction in power by increasing target height, avoids bouncing off terrain.
nemo [Mon, 08 Nov 2010 22:26:44 -0500] rev 4225
Revert yet again for breaking stuff. No more chances on this. If there'd been a release, this would have been twice with serious breakage. P.S. - as per koda's complaint last time, only reverted the non-iphone, probably means iphone is now broken. Oh well.
nemo [Mon, 08 Nov 2010 22:11:46 -0500] rev 4224
No point in leaving hogs at 0, since shotgun triggers death anyway. Also, add some audio cues to extra damage / time
sheepluva [Tue, 09 Nov 2010 01:56:22 +0100] rev 4223
changelog
nemo [Mon, 08 Nov 2010 19:36:51 -0500] rev 4222
restore circle
Henek [Tue, 09 Nov 2010 00:21:59 +0100] rev 4221
added missing game modifiers to lua
koda [Mon, 08 Nov 2010 23:59:21 +0100] rev 4220
merge again? :o
Henek [Mon, 08 Nov 2010 23:16:13 +0100] rev 4219
fix so gfDisableWind can infact be used in lua
Henek [Mon, 08 Nov 2010 23:07:43 +0100] rev 4218
added flag gfDisableWind to be used in lua scripts
TheException [Mon, 08 Nov 2010 23:05:44 +0100] rev 4217
Fix wrong order in results screen when players team up
koda [Mon, 08 Nov 2010 23:58:59 +0100] rev 4216
merge
Henek [Mon, 08 Nov 2010 22:12:14 +0100] rev 4215
inactivate sudden death if both health decrease and water rise is 0 and lower sudden death turns to 50 again
nemo [Mon, 08 Nov 2010 14:24:31 -0500] rev 4214
fix preview for the FlightJoust test map (not for release)
koda [Mon, 08 Nov 2010 23:58:22 +0100] rev 4213
smaller update (color and modes)
nemo [Mon, 08 Nov 2010 14:15:26 -0500] rev 4212
Darken blue, brighten cyan to make more distinguishable, replace gold with peach. Should hopefully resolve objections about colour distinguishability
koda [Mon, 08 Nov 2010 23:46:34 +0100] rev 4211
this time i got it right, i'm sure of it; TEST ANYWAYS
nemo [Sun, 07 Nov 2010 18:35:21 -0500] rev 4210
revert 4200:dd54999c2822 - it was breaking schemes. koda. just leave this alone until next release
nemo [Sun, 07 Nov 2010 17:48:21 -0500] rev 4209
no need to clear this flag
koda [Sun, 07 Nov 2010 23:47:29 +0100] rev 4208
revamp gamemodes section in the ifrontend and update ios game modes
move minestime and turntime *1000 away from frontend and move it in engine (preserving lua compatibility)
nemo [Sun, 07 Nov 2010 17:40:55 -0500] rev 4207
better end of turn in infinite attack mode. NEEDS TESTING.
nemo [Sun, 07 Nov 2010 17:03:10 -0500] rev 4206
oops, remove weapon delays for clean slate - or else crates get frustrating
nemo [Sun, 07 Nov 2010 16:51:16 -0500] rev 4205
keep Clean Slate mode closer to default. the increased health in crates and the increased damage isn't really needed.
Henek [Sun, 07 Nov 2010 21:54:15 +0100] rev 4204
swedish translation tweaks
FIQ [Sun, 07 Nov 2010 21:21:10 +0100] rev 4203
swedish translation
Always-Godlike [Sun, 07 Nov 2010 21:04:18 +0100] rev 4202
JAWOHL! German translations
Palewolf [Sun, 07 Nov 2010 20:59:43 +0100] rev 4201
Merge README and CREDITS files into CREDITS
nemo [Sun, 07 Nov 2010 14:54:30 -0500] rev 4200
SOMEONE SET US UP THE BOM!
nemo [Sun, 07 Nov 2010 14:49:16 -0500] rev 4199
remove BOM from ja.txt, fix line endings
koda [Sun, 07 Nov 2010 20:40:30 +0100] rev 4198
err better wait after relase for this one
koda [Sun, 07 Nov 2010 20:27:05 +0100] rev 4197
move turnstime and minestime * 1000 outside frontend and place it in engine
mikade [Sun, 07 Nov 2010 14:24:00 -0500] rev 4196
japanese gets some love
Palewolf [Sun, 07 Nov 2010 20:21:05 +0100] rev 4195
Credit comunity submitted content
nemo [Sun, 07 Nov 2010 14:03:16 -0500] rev 4194
hee hee
inu [Sun, 07 Nov 2010 13:29:11 -0500] rev 4193
pt again
unc0rr [Sun, 07 Nov 2010 21:23:29 +0300] rev 4192
Fix stats messages
Add ru description
nemo [Sun, 07 Nov 2010 13:20:06 -0500] rev 4191
merge
Henek [Sun, 07 Nov 2010 19:19:06 +0100] rev 4190
fix about.cpp and update swedish locale
Palewolf [Sun, 07 Nov 2010 19:17:33 +0100] rev 4189
Fix vertical Sky line with some cards in Castle theme
arrom [Sun, 07 Nov 2010 13:19:55 -0500] rev 4188
pt_BR, the return. also fix line ending screwups
koda [Sun, 07 Nov 2010 19:00:41 +0100] rev 4187
remove last warnings from xcodeproj
update credits
Palewolf [Sun, 07 Nov 2010 18:58:17 +0100] rev 4186
spanish translation
unc0rr [Sun, 07 Nov 2010 20:39:23 +0300] rev 4185
merge
nemo [Sun, 07 Nov 2010 12:37:29 -0500] rev 4184
fix stray offset in resurrector, make resurrector use time
unc0rr [Sun, 07 Nov 2010 20:38:56 +0300] rev 4183
My wife now
unc0rr [Sun, 07 Nov 2010 20:36:16 +0300] rev 4182
Fix rev dec8aafc6414 (not tested)
unc0rr [Sun, 07 Nov 2010 20:33:34 +0300] rev 4181
Small fix to russian translation
unc0rr [Sun, 07 Nov 2010 20:29:54 +0300] rev 4180
lupdate
unc0rr [Sun, 07 Nov 2010 20:29:25 +0300] rev 4179
Fix a typo
nemo [Sun, 07 Nov 2010 12:14:31 -0500] rev 4178
Fix 4162:49ad7bea4a33 by renaming the file too
unc0rr [Sun, 07 Nov 2010 20:08:33 +0300] rev 4177
Fix some more messages
unc0rr [Sun, 07 Nov 2010 19:59:34 +0300] rev 4176
Fix i18n of plural forms
unc0rr [Sun, 07 Nov 2010 19:49:39 +0300] rev 4175
merge
Palewolf [Sun, 07 Nov 2010 17:48:34 +0100] rev 4174
Restore es and pl translations to TrophyRace map
Palewolf [Sun, 07 Nov 2010 17:46:11 +0100] rev 4173
spanish translation
unc0rr [Sun, 07 Nov 2010 19:49:16 +0300] rev 4172
Don't use operator /=
unc0rr [Sun, 07 Nov 2010 19:27:22 +0300] rev 4171
merge
inu [Sun, 07 Nov 2010 11:23:30 -0500] rev 4170
portuguese update for map lua
tonghuix [Sun, 07 Nov 2010 11:18:49 -0500] rev 4169
updated chinese translation
Henek [Sun, 07 Nov 2010 19:24:37 +0300] rev 4168
renaming gtAmmo_Bomb and gtAmmo_Grenade
unc0rr [Sun, 07 Nov 2010 18:39:34 +0300] rev 4167
merge
smaxx [Sun, 07 Nov 2010 16:30:45 +0100] rev 4166
* Updated German translation
* Removed campaign button
unc0rr [Sun, 07 Nov 2010 18:35:40 +0300] rev 4165
Fix hanging in air after whip or bat attack
inu [Sun, 07 Nov 2010 17:37:49 +0300] rev 4164
some updates
szczur [Sun, 07 Nov 2010 17:30:55 +0300] rev 4163
Polish updade
Henek [Sun, 07 Nov 2010 17:30:20 +0300] rev 4162
update and fix some lua stuff
unc0rr [Sun, 07 Nov 2010 17:02:04 +0300] rev 4161
Remove more int64 casts
unc0rr [Sun, 07 Nov 2010 17:01:48 +0300] rev 4160
Don't call getrandom() from parameters to a function. The order of calls is undefined, so desyncs are probable.
unc0rr [Sun, 07 Nov 2010 16:41:03 +0300] rev 4159
REmove stupid int64 conversions, provide real fixes to compiler hints
unc0rr [Sun, 07 Nov 2010 16:33:42 +0300] rev 4158
Fix freepascal version detector to ask only version from compiler rather than all help on parameters
unc0rr [Sun, 07 Nov 2010 16:21:20 +0300] rev 4157
Fix some warnings
arrom [Sat, 06 Nov 2010 22:27:22 -0400] rev 4156
more portuguese
nemo [Sat, 06 Nov 2010 22:03:12 -0400] rev 4155
Prevent escape
inu [Sat, 06 Nov 2010 21:00:37 -0400] rev 4154
more polish
henek [Sat, 06 Nov 2010 17:56:24 -0400] rev 4153
2 more variables to control water rise and health loss during sudden death.
unc0rr [Sat, 06 Nov 2010 23:07:20 +0300] rev 4152
Prevent vgtFlake's rotation angle to grow too high in its absolute value
koda [Sat, 06 Nov 2010 20:38:59 +0100] rev 4151
add Timeless and Fort game modes, tweaks to other modes
koda [Sat, 06 Nov 2010 19:40:49 +0100] rev 4150
perform an additional check on gamestart
koda [Sat, 06 Nov 2010 18:21:30 +0100] rev 4149
update ios port with new health modes, increase sd turns, new game modes, fixed bugs that prevented the creation of AI controlled teams, revisited update modes
henek [Sat, 06 Nov 2010 12:56:09 -0400] rev 4148
Decouple forts from divide/mines/explosives, since those can be set individually these days
nemo [Sat, 06 Nov 2010 12:33:24 -0400] rev 4147
Forgot to disable these in 4116:877ecc9d9d82
Palewolf [Sat, 06 Nov 2010 14:49:11 +0100] rev 4146
Small tweak to Nature/LandTex
Change icon.png too, you idiot!
Palewolf [Sat, 06 Nov 2010 14:05:17 +0100] rev 4145
Fix watermelon fragments stray pixels.
Clean Nature/Landtex.svg a little
koda [Sat, 06 Nov 2010 03:57:47 +0100] rev 4144
help pages for iphone
henek [Fri, 05 Nov 2010 22:32:00 -0400] rev 4143
Remove the last vestiges of the shoppa hack by adding 2 spinners for percentage health and amount of health in crate, also update translations and increase SD spinner (some users have requested it)
inu [Fri, 05 Nov 2010 21:59:02 -0400] rev 4142
more portugese
nemo [Fri, 05 Nov 2010 19:07:17 -0400] rev 4141
2 minor bugfixes. fix shoppa hack, strip translation from 2 scheme/weapon filters - breaks otherwise.
They aren't dynamic yet.
nemo [Fri, 05 Nov 2010 18:56:12 -0400] rev 4140
revert attempts to block switching weapon while targetting in infinite attack mode. just getting too messy.
probably best to allow any weapon to be targetted, and store the target in the gear and draw it there instead of uworld, but I'm leaving this alone
szczur [Fri, 05 Nov 2010 18:10:05 -0400] rev 4139
and again with the polish
nemo [Fri, 05 Nov 2010 17:53:58 -0400] rev 4138
I need to keep track of CurAmmoGear or else I trap people who clicked on the bee target
szczur [Fri, 05 Nov 2010 17:31:47 -0400] rev 4137
polish update
henek [Fri, 05 Nov 2010 17:30:53 -0400] rev 4136
swedish updates, new goals and such
nemo [Fri, 05 Nov 2010 17:27:14 -0400] rev 4135
This should make bee and other targetted things behave more reliably in infinite attack mode. Blocks switching of weps if a target point is active.
nemo [Fri, 05 Nov 2010 15:37:36 -0400] rev 4134
merge
Tobias Neumann <mail@tobias-neumann.eu> [Fri, 05 Nov 2010 20:08:15 +0100] rev 4133
merge
nemo [Fri, 05 Nov 2010 15:36:45 -0400] rev 4132
Add some more game goals. Sorry translators.
nemo [Fri, 05 Nov 2010 14:49:44 -0400] rev 4131
add F1-F10 to the default binds to fix weapon selection in trainings/missions and such
nemo [Fri, 05 Nov 2010 14:14:32 -0400] rev 4130
Replace the deprecated Basketball mode with Clean Slate mode which uses a few of the new scheme options
geekshadow [Fri, 05 Nov 2010 13:45:06 -0400] rev 4129
frontend french update - still some unfinished blocks
nemo [Fri, 05 Nov 2010 13:28:53 -0400] rev 4128
Release custom hats into the wide wide world
nemo [Fri, 05 Nov 2010 13:16:50 -0400] rev 4127
scale down larger buttons to match the others
henek [Fri, 05 Nov 2010 13:16:36 -0400] rev 4126
updated swedish translation
nemo [Fri, 05 Nov 2010 12:52:37 -0400] rev 4125
Disable icons on maps/generated terrain dropdowns since they haven't been drawn yet. Add per-hog-ammo button
nemo [Fri, 05 Nov 2010 12:33:52 -0400] rev 4124
update translation files
nemo [Fri, 05 Nov 2010 12:32:35 -0400] rev 4123
New title and campaign mode images
nemo [Fri, 05 Nov 2010 11:51:56 -0400] rev 4122
merge
koda [Fri, 05 Nov 2010 16:07:39 +0100] rev 4121
fix
issue #2 - taunts during AI turns
nemo [Fri, 05 Nov 2010 11:51:34 -0400] rev 4120
more button updates, wait for hogs in infinite attack mode stop moving before clearing their damage (just used an arbitrary small interval)
nemo [Fri, 05 Nov 2010 11:06:22 -0400] rev 4119
Forgot to make the reset of ReadyTimer match. Also, new icon for Reset Weapons mode
inu [Fri, 05 Nov 2010 09:55:58 -0400] rev 4118
portugese translation for opendesktop files
sheepluva [Fri, 05 Nov 2010 13:05:08 +0100] rev 4117
adding qm files and hwengine.desktop to .hgignore
sheepluva [Fri, 05 Nov 2010 13:03:55 +0100] rev 4116
some changelog changes
koda [Fri, 05 Nov 2010 00:38:30 +0100] rev 4115
make the support page more portable
fix the respondsToSelector calls and update modes
nemo [Thu, 04 Nov 2010 18:19:28 -0400] rev 4114
fix copypasta
koda [Thu, 04 Nov 2010 22:42:56 +0100] rev 4113
it locale for opendesktop
update ios gamemodes
Palewolf [Thu, 04 Nov 2010 19:52:35 +0100] rev 4112
Oops, didn't see this one. Thanks sheepluva
nemo [Thu, 04 Nov 2010 14:46:49 -0400] rev 4111
Make health machine effects impact health reset
sheepluva [Thu, 04 Nov 2010 01:07:14 +0100] rev 4110
some crappy german translation, feel free to improve :P
Palewolf [Thu, 04 Nov 2010 00:56:26 +0100] rev 4109
spanish opendesktop translations
Palewolf [Thu, 04 Nov 2010 00:05:58 +0100] rev 4108
Move LandBackTex to break simmetry as nemo suggested
Optipng new Nature's LandTex
henek [Wed, 03 Nov 2010 18:18:16 -0400] rev 4107
adjust the range for mines to allow disabling with 0 now that the toggle button is gone.
Dragonfly [Fri, 05 Nov 2010 20:06:57 +0100] rev 4106
new maps: ShoppaKing and TrophyRace
jose1711 [Wed, 03 Nov 2010 22:28:55 +0100] rev 4105
slovak opendesktop translations
sheepluva [Wed, 03 Nov 2010 20:16:31 +0100] rev 4104
copypasta(TM) saves the day (nemo's bugfix part2)
nemo [Wed, 03 Nov 2010 15:03:24 -0400] rev 4103
clear gmAttack on attach to prevent a particularly nasty abuse found by the shoppa users.
nemo [Wed, 03 Nov 2010 13:00:17 -0400] rev 4102
Extend shoppa hack to disable health crates to saucer and portal modes as well
nemo [Wed, 03 Nov 2010 12:28:44 -0400] rev 4101
Apply the reset to all hogs on all teams in uGears. Make InitialHealth same type as Health to avoid issues w/ initial health > 255. Update InitialHealth with the king buff.
koda [Wed, 03 Nov 2010 16:35:24 +0100] rev 4100
oops
koda [Wed, 03 Nov 2010 16:29:17 +0100] rev 4099
health reset mode ftw (replaces gfmines)
koda [Wed, 03 Nov 2010 00:48:42 +0100] rev 4098
i give up and disable rotation on the iphone; also fix smaller compilation issues
henek [Tue, 02 Nov 2010 10:53:38 -0400] rev 4097
swedish localisation for opendesktop files
szczur [Tue, 02 Nov 2010 10:31:51 -0400] rev 4096
polish localisation for opendesktop files
nemo [Tue, 02 Nov 2010 10:18:27 -0400] rev 4095
text tweaks
nemo [Tue, 02 Nov 2010 09:10:53 -0400] rev 4094
argh. typo.
nemo [Tue, 02 Nov 2010 09:06:50 -0400] rev 4093
this line doesn't use WorldDx
sheepluva [Tue, 02 Nov 2010 13:17:01 +0100] rev 4092
more portal tweaks (closer exit position, cake stuff, etc)
nemo [Mon, 01 Nov 2010 19:13:00 -0400] rev 4091
set as default type, add icon. going to assume the icon was installed already. should happen in most packaging out there.
koda [Mon, 01 Nov 2010 23:30:33 +0100] rev 4090
disable file association on mac for now
nemo [Mon, 01 Nov 2010 18:20:50 -0400] rev 4089
merge
nemo [Mon, 01 Nov 2010 18:20:17 -0400] rev 4088
er. needs bin/
nemo [Mon, 01 Nov 2010 18:19:02 -0400] rev 4087
add absolute path to hwengine
Palewolf [Mon, 01 Nov 2010 23:13:58 +0100] rev 4086
New land texture for Nature theme
nemo [Mon, 01 Nov 2010 18:07:36 -0400] rev 4085
check for subs first
nemo [Mon, 01 Nov 2010 17:58:59 -0400] rev 4084
Add opendesktop association of files for non-windows. NEEDS TESTING.
nemo [Mon, 01 Nov 2010 17:12:32 -0400] rev 4083
Add a misc folder to contain some files for attempting a local registration of hwengine against hedgewars demo and save files on request.
Still needs the addition of the frontend code to mkdir -p in .local, copy the files, call update-mime-info and such
koda [Mon, 01 Nov 2010 18:51:38 +0100] rev 4082
better support for wimpier i-devices
szczur [Mon, 01 Nov 2010 13:02:39 -0400] rev 4081
shorter strings for low-resolution friendliness
Palewolf [Mon, 01 Nov 2010 11:09:04 +0100] rev 4080
Updated mission translations
nemo [Mon, 01 Nov 2010 00:14:15 -0400] rev 4079
merge
koda [Mon, 01 Nov 2010 04:33:54 +0100] rev 4078
rotation stuff for iphone now works
nemo [Mon, 01 Nov 2010 00:13:58 -0400] rev 4077
Avoid a flicker of tags if jiggling a hog, remove a bunch of calls to hwRound and hwSign
sheepluva [Mon, 01 Nov 2010 03:05:44 +0100] rev 4076
we had it with you intolerant portals\!
koda [Mon, 01 Nov 2010 02:47:30 +0100] rev 4075
also update health bars when one joins a netgame
szczur [Sun, 31 Oct 2010 21:17:17 -0400] rev 4074
polish update
henek [Sun, 31 Oct 2010 21:16:23 -0400] rev 4073
again w/ the swedish
henek [Sun, 31 Oct 2010 21:02:59 -0400] rev 4072
moar swedish
nemo [Sun, 31 Oct 2010 20:24:39 -0400] rev 4071
fix encoding and stupid file host behaviour
szczur [Sun, 31 Oct 2010 20:19:31 -0400] rev 4070
polish update, fix encoding
henek [Sun, 31 Oct 2010 19:55:55 -0400] rev 4069
more swedish updates
Carlos Vives <glykorin@gmail.com> [Sun, 31 Oct 2010 23:13:00 +0100] rev 4068
Merged changes
MeinCookie95 [Sun, 31 Oct 2010 22:57:24 +0100] rev 4067
Mummy hat
Robinator [Sun, 31 Oct 2010 22:56:32 +0100] rev 4066
Terminator glasees hat
shingo666 [Sun, 31 Oct 2010 22:56:03 +0100] rev 4065
Samus hat
MeinCookie95 [Sun, 31 Oct 2010 22:55:28 +0100] rev 4064
Infernal horns hat
Miphica [Sun, 31 Oct 2010 22:54:44 +0100] rev 4063
Disguise hat
thuban [Sun, 31 Oct 2010 22:54:10 +0100] rev 4062
Elvis hat
Blayde [Sun, 31 Oct 2010 22:53:43 +0100] rev 4061
Hats
hillis [Sun, 31 Oct 2010 22:53:09 +0100] rev 4060
Hat
Lortinak [Sun, 31 Oct 2010 22:52:26 +0100] rev 4059
Hats
chujoii [Sun, 31 Oct 2010 22:50:37 +0100] rev 4058
Hats
Wolfmarc and Dragonfly [Sun, 31 Oct 2010 22:33:44 +0100] rev 4057
Trophyrace scripted map
dctPL [Sun, 31 Oct 2010 22:31:44 +0100] rev 4056
Sticks map
henek [Sun, 31 Oct 2010 17:45:34 -0400] rev 4055
swedish update
Wolfmarc and Dragonfly [Sun, 31 Oct 2010 22:27:53 +0100] rev 4054
Shoppaking map
Dragonfly [Sun, 31 Oct 2010 22:22:25 +0100] rev 4053
Evil chiken fort
KoRn666 [Sun, 31 Oct 2010 22:18:13 +0100] rev 4052
Jungle theme with a few touches by Palewolf (missing droplets/splash, wrong background size)
szczur [Sun, 31 Oct 2010 20:30:02 +0100] rev 4051
polish language patch
sheepluva [Sun, 31 Oct 2010 19:16:54 +0100] rev 4050
various portal tweaks, also: nemo's gear jiggling is back
koda [Sun, 31 Oct 2010 18:28:12 +0100] rev 4049
fix
issue #63 and draw health bars right away for savefiles
koda [Sun, 31 Oct 2010 18:05:48 +0100] rev 4048
call initIPC for savefiles only on iOS
koda [Sun, 31 Oct 2010 18:04:21 +0100] rev 4047
merge
nemo [Sun, 31 Oct 2010 12:19:54 -0400] rev 4046
making indentation consistent (noticed while debugging)
nemo [Sun, 31 Oct 2010 00:32:41 -0400] rev 4045
Cancel out dX/dY to handle the invulnerability case
nemo [Sat, 30 Oct 2010 23:50:49 -0400] rev 4044
Check for collision with surfaces above when levitating hog, use more typical drawing syntax for the resurrector wep, restore typical indentation
nemo [Sat, 30 Oct 2010 22:53:23 -0400] rev 4043
Oops. Restore the check as well
nemo [Sat, 30 Oct 2010 22:48:05 -0400] rev 4042
Restore pending proper removal and cleanup from frontend. Otherwise we'll just confuse the users.
nemo [Sat, 30 Oct 2010 22:43:30 -0400] rev 4041
fix entity
nemo [Sat, 30 Oct 2010 22:04:36 -0400] rev 4040
don't think resurrection is beta anymore
inu [Sat, 30 Oct 2010 22:03:04 -0400] rev 4039
text updates
sheepluva [Sun, 31 Oct 2010 02:50:15 +0100] rev 4038
potential fix for
issue #86: 'Objects behind a portal will sometimes go through the portal.' please test
nemo [Sat, 30 Oct 2010 21:48:47 -0400] rev 4037
set hasGone to prevent resurrection.
nemo [Sat, 30 Oct 2010 21:39:50 -0400] rev 4036
make aura match cross colour, add a faint aura to resurrected hogs. basically mucking about w/ burp's weapon again.
nemo [Sat, 30 Oct 2010 21:06:55 -0400] rev 4035
Only set zombie hat if the hog didn't have a hat. I'm keeping my dinos dammit!
koda [Sun, 31 Oct 2010 18:04:02 +0100] rev 4034
add some phone rumbling to big explosions, airbomb and sinegun
really have mine timer go up to 5 seconds
sheepluva [Sun, 31 Oct 2010 01:20:44 +0200] rev 4033
translation file updates
koda [Sun, 31 Oct 2010 04:16:10 +0100] rev 4032
can move the new ammo menu freely
sheepluva (and totally not Smaxx) [Sun, 31 Oct 2010 01:01:11 +0200] rev 4031
remove the steam community group from one of the tips/hints/whatever
koda [Sun, 31 Oct 2010 04:01:31 +0100] rev 4030
fix background for the about and saves controller
Always-Godlike [Sun, 31 Oct 2010 00:40:43 +0200] rev 4029
German translation
koda [Sun, 31 Oct 2010 01:49:20 +0200] rev 4028
move functions called by pascal code outside controller
Tobias Neumann <mail@tobias-neumann.eu> [Sun, 31 Oct 2010 00:06:46 +0200] rev 4027
merge
sheepluva [Sat, 30 Oct 2010 23:25:41 +0200] rev 4026
Portal: don't port RCPlanes for now, they are too wide anyway :P
inu [Sun, 31 Oct 2010 00:05:49 +0200] rev 4025
update pt translation
Tobias Neumann <mail@tobias-neumann.eu> [Sat, 30 Oct 2010 21:57:54 +0200] rev 4024
Resurrector: respect modified Gear position for resurrection range circle
Tobias Neumann <mail@tobias-neumann.eu> [Sat, 30 Oct 2010 21:43:41 +0200] rev 4023
Resurrector: Levitate hog + show cross
Tobias Neumann <mail@tobias-neumann.eu> [Sat, 30 Oct 2010 20:04:38 +0200] rev 4022
merge…
Tobias Neumann <mail@tobias-neumann.eu> [Sat, 30 Oct 2010 20:01:34 +0200] rev 4021
Resurrector: Use zombie-hat for resurrected hogs
nemo [Sat, 30 Oct 2010 10:58:53 -0400] rev 4020
clear poison on death
Carlos Vives <glykorin@gmail.com> [Sat, 30 Oct 2010 11:31:47 +0200] rev 4019
A few lines were missing from spanish locale
nemo [Fri, 29 Oct 2010 20:35:17 -0400] rev 4018
burp can always remove this if he doesn't like it. just making it a bit more interesting.
nemo [Fri, 29 Oct 2010 20:05:19 -0400] rev 4017
Kill off hog immediately on using up health, use more common formatting, call render less often
nemo [Fri, 29 Oct 2010 19:22:01 -0400] rev 4016
Trying to help burp along, here...
nemo [Fri, 29 Oct 2010 16:31:37 -0400] rev 4015
This should only allow switching from portal gun and the like.
nemo [Fri, 29 Oct 2010 13:19:33 -0400] rev 4014
Avoid doing this stuff twice, even if CheckForWin is called twice
circoficus [Fri, 29 Oct 2010 11:19:21 -0400] rev 4013
An initial arabic translation. The game engine strings, unfortunately, are not mirrored. A bug should probably be filed on that. It maybe necessary to actually flip the text texture generated by SDL.
tonghuix [Fri, 29 Oct 2010 09:55:29 -0400] rev 4012
Chinese update
ninnnu [Fri, 29 Oct 2010 09:49:29 -0400] rev 4011
Finnish update
jose1711 [Fri, 29 Oct 2010 09:47:45 -0400] rev 4010
Slovakian update
arrom [Fri, 29 Oct 2010 09:45:26 -0400] rev 4009
Portugese update
koda [Fri, 29 Oct 2010 01:28:15 +0200] rev 4008
fix an annoying bug that didn't allow returning to the ifrontend
koda [Fri, 29 Oct 2010 00:25:18 +0200] rev 4007
merge
koda [Wed, 27 Oct 2010 14:23:47 +0200] rev 4006
one more interface trick, force max resolution possible when in fullscreen
nemo [Wed, 27 Oct 2010 11:39:05 -0400] rev 4005
Only FollowGear for the pilot.
koda [Wed, 27 Oct 2010 14:02:20 +0200] rev 4004
update branch with latest head, most likely breaking water color in stereo mode
koda [Fri, 29 Oct 2010 00:24:17 +0200] rev 4003
disable gfMines and update variable names (landadds -> minesnum, cLandAdditions -> cLandMines)
increase max mine timer to 5 seconds
nemo [Wed, 27 Oct 2010 00:24:03 -0400] rev 4002
merge
koda [Wed, 27 Oct 2010 01:33:38 +0200] rev 4001
merge
koda [Wed, 27 Oct 2010 01:33:25 +0200] rev 4000
engine: reorder GameFlags and update files, frontend and other stuff
ifrontend: load scheme descriptions from file and automate them a little
correct order is schemes, ammo, hogs
properly fix an autoreleased uiswitch
koda [Tue, 26 Oct 2010 19:04:51 +0200] rev 3999
restore king mode
Carlos Vives <glykorin@gmail.com> [Wed, 27 Oct 2010 00:04:59 +0200] rev 3998
Updated spanish locale
nemo [Wed, 27 Oct 2010 00:23:38 -0400] rev 3997
make napalm strike a bit less irritating
koda [Mon, 25 Oct 2010 22:19:00 +0200] rev 3996
the ios port is also iphone compatible
sheepluva [Mon, 25 Oct 2010 17:39:50 +0200] rev 3995
SmokeTrace: animation got aborted before last animation frame was displayed
sheepluva [Sun, 24 Oct 2010 22:00:36 +0200] rev 3994
fix/tweak let clouds reflect wind speed and direction again + stronger
Tobias Neumann <mail@tobias-neumann.eu> [Sat, 23 Oct 2010 17:26:22 +0200] rev 3993
nemo [Sun, 24 Oct 2010 10:11:30 -0400] rev 3992
initialise to team count
Tobias Neumann <mail@tobias-neumann.eu> [Sat, 23 Oct 2010 14:10:23 +0200] rev 3991
Resurrector Weapon: Add ammo icon, sound, hedgehog picture (from Tiy).
koda [Thu, 21 Oct 2010 23:12:02 +0200] rev 3990
Added tag Hedgewars-iOS-1.1 for
changeset adffb668f06e
koda [Thu, 21 Oct 2010 23:11:49 +0200] rev 3989
add a default description to the new ammomenu
nemo [Thu, 21 Oct 2010 15:40:43 -0400] rev 3988
Set default ready timer to 0 to see if desyncs come back.
koda [Thu, 21 Oct 2010 00:45:58 +0200] rev 3987
my turn to merge
nemo [Tue, 19 Oct 2010 21:12:53 -0400] rev 3986
Remove this - doesn't seem to do anything useful after all.
nemo [Tue, 19 Oct 2010 19:47:17 -0400] rev 3985
merge
koda [Thu, 21 Oct 2010 00:41:41 +0200] rev 3984
some more memory opt
koda [Tue, 19 Oct 2010 23:58:27 +0200] rev 3983
use labels instead of images, should save ram and space
koda [Tue, 19 Oct 2010 21:55:49 +0200] rev 3982
ios version bump and other minor things
koda [Sun, 17 Oct 2010 17:47:07 +0200] rev 3981
add name, caption and description to the new ammomenu
inu [Sat, 16 Oct 2010 19:01:11 +0200] rev 3980
updated PT locale
koda [Sat, 16 Oct 2010 18:53:56 +0200] rev 3979
goodbye Barrelhouse and Island forts, we've had a good time together but now we must move on
koda [Sat, 16 Oct 2010 18:35:28 +0200] rev 3978
fix some glitches
koda [Fri, 15 Oct 2010 01:10:59 +0200] rev 3977
optimizations to new ammomenu and overlay
koda [Thu, 14 Oct 2010 22:01:33 +0200] rev 3976
less warning, no rotation glitch, more comments
Tobias Neumann <mail@tobias-neumann.eu> [Thu, 14 Oct 2010 16:01:43 +0200] rev 3975
Resurrector weapon: do not make it end turn, add description,
add doStepHedgehogMoving while resurrecting
nemo [Tue, 19 Oct 2010 19:46:43 -0400] rev 3974
Rope optimisation. Remove a space in sdl keys that seems like a bug -
issue #70
koda [Wed, 13 Oct 2010 00:57:20 +0200] rev 3973
i fix up the new ammo menu finally
smaxx [Wed, 13 Oct 2010 00:01:37 +0200] rev 3972
(none)
koda [Tue, 12 Oct 2010 05:06:30 +0200] rev 3971
minor stuff
nemo [Mon, 11 Oct 2010 16:56:00 -0400] rev 3970
set CurAmmoType to a temp var so I don't have to worry about it switching inside the routine so that I can actually put OnUsedAmmo where it belongs.
nemo [Mon, 11 Oct 2010 16:28:54 -0400] rev 3969
Ok. Let's disable the right one this time. In fact, let's just remove newgrave entirely - no point in half-measures.
nemo [Mon, 11 Oct 2010 16:23:36 -0400] rev 3968
Disable newgrave - conflicts with resurrection
nemo [Mon, 11 Oct 2010 15:47:40 -0400] rev 3967
Extend the >0 / amNothing check
koda [Mon, 11 Oct 2010 21:45:25 +0200] rev 3966
merge
nemo [Mon, 11 Oct 2010 14:55:13 -0400] rev 3965
Call OnUsedAmmo *after* doing the normal CurAmmoType stuff so CurAmmoType actually points to the right bloody weapon
Tobias Neumann <mail@tobias-neumann.eu> [Mon, 11 Oct 2010 20:47:17 +0200] rev 3964
Add dummy amResurrector sprite
Tobias Neumann <mail@tobias-neumann.eu> [Mon, 11 Oct 2010 20:34:21 +0200] rev 3963
New Weapon: Resurrector (TODO: ammo icon + sprites)
unc0rr [Mon, 11 Oct 2010 21:41:24 +0400] rev 3962
Add debug message about # cmd
nemo [Mon, 11 Oct 2010 12:37:42 -0400] rev 3961
Constrain to <= to avoid a bug on bottom edge reported by Henek
nemo [Mon, 11 Oct 2010 12:13:06 -0400] rev 3960
Remove bit of debug code from prior, don't switch weapons on end of turn (stick with whatever the last weapon was)
nemo [Mon, 11 Oct 2010 11:36:47 -0400] rev 3959
Don't use AfterAttack in saucer - CurAmmoType is switched at this point
nemo [Mon, 11 Oct 2010 00:15:01 -0400] rev 3958
update some numerus forms for english
nemo [Sun, 10 Oct 2010 23:41:24 -0400] rev 3957
restore the delay between shots
nemo [Sun, 10 Oct 2010 22:18:38 -0400] rev 3956
Skip "hurry" message if turn is 10s or less
nemo [Sun, 10 Oct 2010 21:43:22 -0400] rev 3955
You win fillammostore
nemo [Sun, 10 Oct 2010 21:14:58 -0400] rev 3954
Hopefully fix the last of the more obvious weapon bugs w/ infinite attack mode, add a depixeling sweep every 5s too.
nemo [Sun, 10 Oct 2010 20:34:48 -0400] rev 3953
Hopefully fix bee/air attacks w/o screwing anything else up. Set mines to trigger immediately in infinite attack mode (better not use 0s mines)
koda [Mon, 11 Oct 2010 03:28:15 +0200] rev 3952
moved some utilities to a separate column with round buttons
some improvements to rotation handling, overlay appears later so device shouldn't be stressed
removed some code and autoset to default only when textfield is empty (for weaps and schemes)
nemo [Sun, 10 Oct 2010 20:16:17 -0400] rev 3951
Correct another bug in slot switching, adjust width of theme list, really truly fix reset of weps (I hope) should also fix infinite teleport bug in place hogs mode. Slow update of health to 5s for inf attack mode.
koda [Mon, 11 Oct 2010 00:08:48 +0200] rev 3950
split the flag tableview in worldwide and community
nemo [Sun, 10 Oct 2010 16:51:40 -0400] rev 3949
Add the standard delay (1.25 seconds) between attacks on inf attack mode, as well as checks for damage and win.
There is probably some better way to do this. Weapons still need fixing.
koda [Sun, 10 Oct 2010 22:32:01 +0200] rev 3948
some rethinking of initial menu presentation and initial orientation (also merging images should be threadsafe now)
unc0rr [Sun, 10 Oct 2010 21:32:18 +0400] rev 3947
Some screwing around in try to fix space leak. No luck yet.
nemo [Sun, 10 Oct 2010 12:53:16 -0400] rev 3946
Enable resetting of weapons after each turn - useful in combination with a limited weaponset and unlimited attacks
nemo [Sun, 10 Oct 2010 12:32:12 -0400] rev 3945
Check on an infinite attacks mode, still many problems in actual weapons
nemo [Sun, 10 Oct 2010 12:22:57 -0400] rev 3944
forgot the mapping
nemo [Sun, 10 Oct 2010 12:08:16 -0400] rev 3943
Add per-hog ammo option, initial stubs for infinite attack and weapon reset, fix a bug in ammo switching
Carlos Vives <glykorin@gmail.com> [Sun, 10 Oct 2010 17:13:20 +0200] rev 3942
Tank fort
koda [Sun, 10 Oct 2010 03:16:25 +0200] rev 3941
integrate nicely with external display
koda [Sun, 10 Oct 2010 02:06:42 +0200] rev 3940
some optimizations to drawing and fetching data of new ammomenu
koda [Sat, 09 Oct 2010 18:01:47 +0200] rev 3939
merge
unc0rr [Fri, 08 Oct 2010 22:46:05 +0400] rev 3938
Some optimizations
koda [Fri, 08 Oct 2010 17:47:00 +0200] rev 3937
fix
issue #24 and issue 81
nemo [Thu, 07 Oct 2010 16:02:28 -0400] rev 3936
bug #83 - move test of disabled land objects into AddObjects
koda [Sat, 09 Oct 2010 18:00:53 +0200] rev 3935
made the new menu toggable
nemo [Wed, 06 Oct 2010 20:21:20 -0400] rev 3934
merge
koda [Sat, 09 Oct 2010 05:57:46 +0200] rev 3933
polishing the cocoa ammomenu a little, still requires work
smaxx [Wed, 06 Oct 2010 22:36:41 +0200] rev 3932
Engine:
* Temporary fix to log file writing when running from command line (standalone demo/savegame playback)
Frontend:
* Added a button to the settings menu to associate demos and savegames (.hwd/.hws) with the engine in Windows Explorer and other programs such as web browsers (Win32 only)
nemo [Wed, 06 Oct 2010 20:20:54 -0400] rev 3931
Set ammo to amNothing after using up the current ammo. This should reduce noob fail where they blow themselves up w/ bazooka.
koda [Thu, 07 Oct 2010 02:16:29 +0200] rev 3930
remove a useless field from weaponfile format
added some properties and memory checks
use a notification instead of delegation for starting the game
nemo [Wed, 06 Oct 2010 15:37:56 -0400] rev 3929
Inline most of uFloat (saves ~7.5% opcount on a test game), inline a few very short candidates in uMisc, comment out some unused functions in uMisc
koda [Thu, 07 Oct 2010 02:03:01 +0200] rev 3928
move all mobile-related functions in their own module, provides a structure for future mobile ports
nemo [Wed, 06 Oct 2010 14:40:32 -0400] rev 3927
strip CRLF
koda [Wed, 06 Oct 2010 02:31:04 +0200] rev 3926
use dynamic data from engine instead of using hardcoded values
nemo [Mon, 04 Oct 2010 14:03:59 -0400] rev 3925
Missing file extensions for icons was screwing up Qt 4.7
koda [Mon, 04 Oct 2010 00:00:42 +0200] rev 3924
WIP for an objc ammomenu implementation
koda [Sun, 03 Oct 2010 00:23:05 +0200] rev 3923
various classes updates (new version in mainmenu, opt in mapconfig, clear all in savegames)
added the patch for compiling SDL
koda [Sat, 02 Oct 2010 04:23:32 +0200] rev 3922
iPad Video Out support (+less warnings +code update for latest SDL)
edge_hog [Fri, 01 Oct 2010 13:56:11 -0400] rev 3921
Hungarian locale
koda [Thu, 30 Sep 2010 22:31:38 +0200] rev 3920
updated lua loading in the ifrontend and also fixed masked maps
smaxx [Thu, 30 Sep 2010 18:38:45 +0200] rev 3919
Engine/Frontend:
* Changed the Lua file loading to take paths relative to the data dir instead of absolute paths to ensure demo/savegame portability
nemo [Thu, 30 Sep 2010 11:50:32 -0400] rev 3918
Update translations, add a hungarian stub for edge_hog who is volunteering
koda [Thu, 30 Sep 2010 01:34:12 +0200] rev 3917
playing a bit with colors
koda [Wed, 29 Sep 2010 23:50:46 +0200] rev 3916
implemented endless turns support and added Timeless scheme (also fixed a crasher)
new save button from Tiy
other minor stuff
nemo [Wed, 29 Sep 2010 16:16:25 -0400] rev 3915
Correct bug in flight ceiling for birdy as well, increase clip on velocity to 1.9 (shouldn't cause problems with most collision checks still), apply clip to both + and -
smaxx [Mon, 27 Sep 2010 15:40:20 +0200] rev 3914
Engine:
* Write log files to different files in a new sub directory depending on "game mode"
koda [Mon, 27 Sep 2010 04:58:26 +0200] rev 3913
merge
koda [Mon, 27 Sep 2010 04:58:15 +0200] rev 3912
have engine try for a second position when map loading fails (in this way it's possible to move Missions data to any path)
remove nsstringextra and implement raw dump when needed
koda [Mon, 27 Sep 2010 01:51:12 +0200] rev 3911
further rework of MapConfigViewController, lists missions correctly (they don't load fine yet)
koda [Sun, 26 Sep 2010 23:48:03 +0200] rev 3910
move all preview drawing code into its own class (for a simplified and more readable MapConfigViewController)
nemo [Sun, 26 Sep 2010 19:06:59 -0400] rev 3909
remove windspeed from bubbles, remove initial dY from bubbles, apply dY/dX to bubbles, correct offsets on flying saucer flame graphics, add bubbles when flying saucer thrusts underwater, make flying saucer sink more slowly underwater
nemo [Sun, 26 Sep 2010 16:28:04 -0400] rev 3908
Can't use cHealthDecrease here for these two 'cause it isn't a generic "do some damage to hog" flag, but is rather set when SD starts
nemo [Sun, 26 Sep 2010 15:40:59 -0400] rev 3907
Allow UFO to go underwater. Keep UFO active if it runs out of fuel in the air/water, just disable controls.
koda [Sun, 26 Sep 2010 17:02:44 +0200] rev 3906
enable Lua for iOS (hooks for frontend to be done)
add an activity indicator while loading demo
koda [Sun, 26 Sep 2010 03:41:30 +0200] rev 3905
merge
koda [Sun, 26 Sep 2010 03:41:08 +0200] rev 3904
finishing touches to save games handling (help label, dim on overlay, edit text only when table is editable)
koda [Sat, 25 Sep 2010 18:38:05 +0200] rev 3903
pimp-my-savagame-table
koda [Sat, 25 Sep 2010 03:04:22 +0200] rev 3902
have Saves restart net when loaded, also resumes music
fix saving on hwmobile
unc0rr [Sat, 25 Sep 2010 23:01:52 +0400] rev 3901
Show database errors in stderr
henek [Fri, 24 Sep 2010 15:14:40 -0400] rev 3900
slight shading adjustment
koda [Thu, 23 Sep 2010 01:30:35 +0200] rev 3899
merge
koda [Thu, 23 Sep 2010 01:29:20 +0200] rev 3898
implemented reloading savefiles
koda [Thu, 23 Sep 2010 00:09:16 +0200] rev 3897
captions are scaled down when they're bigger than screen
smaxx [Wed, 22 Sep 2010 21:58:32 +0200] rev 3896
Engine:
* (Commit frenzy) Added SetGearMessage(gear : integer, message : integer) to Lua script calls - this should allow easy "script control" of hogs (untested)
* Renamed GearGetMessage() to GetGearMessage()
koda [Wed, 22 Sep 2010 23:46:38 +0200] rev 3895
compilation bugfix and scaling down textures when bigger than screen
smaxx [Wed, 22 Sep 2010 21:53:29 +0200] rev 3894
Engine:
* Made all gear message flag names consistent with other flags (removed the underscore)
koda [Wed, 22 Sep 2010 02:22:15 +0200] rev 3893
allow more flexibility between viewcontrollers, also added stub pages for saved games
smaxx [Wed, 22 Sep 2010 21:47:28 +0200] rev 3892
Engine:
* New Lua script call: GetGearMessage(gear : integer) : integer - retrieves gear's "message" parameter (can be used with flags like gm_Left or gm_Attack (logic AND) to check for player input; untested!)
koda [Wed, 22 Sep 2010 01:10:20 +0200] rev 3891
initial support for savegames
nemo [Wed, 22 Sep 2010 01:09:40 -0400] rev 3890
Extend time limit to 9999, remove ready timer if time is over 999 and stop drawing time if it is over 999 (draws wrong over 999 anyway) - this has the effect of allowing an "unlimited" time appearance if turns are over a quarter hour or so. This can be used to add an unlimited time scheme or button to ipad
koda [Sun, 19 Sep 2010 22:56:53 +0200] rev 3889
Added tag Hedgewars-iOS-1.0.1 for
changeset 3620607258cd
koda [Sun, 19 Sep 2010 22:56:24 +0200] rev 3888
silly error about Island theme removal
koda [Sun, 19 Sep 2010 18:34:40 +0200] rev 3887
Removed tag Hedgewars-iOS-1.0.1
koda [Sun, 19 Sep 2010 17:23:48 +0200] rev 3886
Added tag Hedgewars-iOS-1.0.1 for
changeset 296ec09490d9
koda [Sun, 19 Sep 2010 17:23:30 +0200] rev 3885
update version numbers
koda [Sun, 19 Sep 2010 17:00:35 +0200] rev 3884
various fixes around, plus new 'ask for review' page
koda [Sun, 19 Sep 2010 13:54:38 +0200] rev 3883
fixed the voice selection where you couldn't hear a preview sound
koda [Sun, 19 Sep 2010 04:12:58 +0200] rev 3882
merge
koda [Sun, 19 Sep 2010 04:12:03 +0200] rev 3881
re-add City theme with the UpdateDataFolder script (and revert changes made to the flake sprite)
add the check for max 6 teams
koda [Sun, 19 Sep 2010 02:25:31 +0200] rev 3880
rework the AI level selection
Henek [Sat, 18 Sep 2010 21:30:36 +0200] rev 3879
Updated Swedish locale
koda [Sat, 18 Sep 2010 19:02:55 +0200] rev 3878
fix a small glitch in textfield cells and remove cheese from pro
koda [Sat, 18 Sep 2010 19:02:09 +0200] rev 3877
fix the British voicepack and add to Mercurial the sounds used in the mobile version
smaxx [Sat, 18 Sep 2010 12:35:58 +0200] rev 3876
Frontend:
* Changed team color handling to use red as first color and make it easier to add more colors in the future
koda [Sat, 18 Sep 2010 01:50:29 +0200] rev 3875
added forgotten images, removed support for CJK fonts (saving 13 MB)
nemo [Fri, 17 Sep 2010 19:10:48 -0400] rev 3874
aaaand use the right name
nemo [Fri, 17 Sep 2010 18:59:44 -0400] rev 3873
Oops. Forgot to change these over after switching CurWeapon to AmmoType
nemo [Fri, 17 Sep 2010 13:32:37 -0400] rev 3872
inu adds a few more random teams
smaxx [Fri, 17 Sep 2010 15:27:04 +0200] rev 3871
Frontend:
* Disabled frontend's hog count for now to fix
issue #44 - doesn't have to be limited to 48 anyway (but a limit based on active map would be nice)
smaxx [Tue, 14 Sep 2010 22:13:59 +0200] rev 3870
Frontend:
* Updated random map selection: Clicking on the map preview will now create a new random seed and pick another map of the current type selected (random map, random maze, mission or static map)
smaxx [Tue, 14 Sep 2010 21:07:06 +0200] rev 3869
Frontend:
* Added small icons to theme selection as well (open for discussion - like it or not?)
smaxx [Tue, 14 Sep 2010 19:06:59 +0200] rev 3868
Frontend:
* Small changes to main menu tips
smaxx [Tue, 14 Sep 2010 18:43:14 +0200] rev 3867
Merge
nemo [Tue, 14 Sep 2010 12:17:39 -0400] rev 3866
Revert accidental commit of inu's stretching of this column
smaxx [Tue, 14 Sep 2010 18:41:37 +0200] rev 3865
Frontend:
* Removed grid lines from room list
* Added map icons to room list and map selection (for easier identifying; have to be drawn)
* Removed multi row selection from room list
smaxx [Tue, 14 Sep 2010 17:42:51 +0200] rev 3864
Frontend:
* Avoid losing current selection if the rooms list is updated (annoyed me for so long ...)
smaxx [Tue, 14 Sep 2010 13:45:19 +0200] rev 3863
Engine:
* Added clan colored boxes to death animations
smaxx [Tue, 14 Sep 2010 13:05:49 +0200] rev 3862
Engine:
* Updated the crosshair and made it look less "blocky"
inu [Tue, 14 Sep 2010 00:17:22 -0400] rev 3861
updated pt
inu [Mon, 13 Sep 2010 21:59:49 -0400] rev 3860
typo and fill in "translation" for an empty english stub
nemo [Mon, 13 Sep 2010 20:27:53 -0400] rev 3859
more fixing of indentation
nemo [Mon, 13 Sep 2010 18:53:50 -0400] rev 3858
clean up koda's indenting :-p
nemo [Mon, 13 Sep 2010 12:29:02 -0400] rev 3857
Mucked up offsets of sequences when rearranging.
nemo [Mon, 13 Sep 2010 11:35:10 -0400] rev 3856
resized splash (to fit 512 tex limit)
archl [Mon, 13 Sep 2010 10:50:09 -0400] rev 3855
updated engine text
nemo [Sun, 12 Sep 2010 23:26:38 -0400] rev 3854
Unbreak Team hats, shrink some hat sizes
nemo [Sun, 12 Sep 2010 19:06:02 -0400] rev 3853
Adjust to reduced ammo menu dimensions.
nemo [Sun, 12 Sep 2010 17:56:41 -0400] rev 3852
Fix kamikaze portal loop
smaxx [Sun, 12 Sep 2010 23:43:20 +0200] rev 3851
Sounds:
* Added new sounds: Parachute, bump (e.g. hog falls too far), Drill Rocket
* Replaced existing sounds: Baseball bat, Rope
szczur [Sun, 12 Sep 2010 17:38:14 -0400] rev 3850
This change allows computers limited to 512 texture size like szczur's card to run Hedgewars, so long as reduce quality is set to eliminate background textures.
It makes Ammo menu and Hats multicolumn, 512 high.
glykorin@gmail.com [Sun, 12 Sep 2010 20:43:11 +0200] rev 3849
Fix wrong sized, wrong colored Splash.png in Art theme
smaxx [Fri, 10 Sep 2010 20:46:19 +0200] rev 3848
Engine:
* Added new script call: OnGearDamage(GearID : integer, Damage : integer) - triggered once gears are damaged
* Renamed script call: OnResurrect is now called OnGearResurrect
* Added new script functions: CampaignLock(key : string), CampaignUnlock(key : string) - toggles for (not yet implemented) campaign access and progress flags
smaxx [Fri, 10 Sep 2010 16:42:11 +0200] rev 3847
Engine:
* Tiny adjustment to improve AI's Watermelon Bomb accuracy
Graphics:
* New flame graphics
* Fixed mirrored earth in the mirrored fort graphic
nemo [Thu, 09 Sep 2010 23:13:11 -0400] rev 3846
Fix swapped x/y in drill rocket test
nemo [Thu, 09 Sep 2010 14:16:44 -0400] rev 3845
Untested fix of r3672 - should avoid hogs dying due to multiple health machine sources, and inappropriate application of karma/vampirism to these.
nemo [Wed, 08 Sep 2010 19:01:11 -0400] rev 3844
Probably fix missing hats.
nemo [Wed, 08 Sep 2010 18:18:01 -0400] rev 3843
Remove ready timer halting game ticks in chat
nemo [Wed, 08 Sep 2010 17:34:18 -0400] rev 3842
Trying to adjust behaviour of multishoot w/ portal gun so switching weapons works correctly.
Here's hoping I'm checking the hint correctly now.
inu [Tue, 07 Sep 2010 22:28:33 -0400] rev 3841
Minor text changes
nemo [Mon, 06 Sep 2010 18:36:50 -0400] rev 3840
Update to 0.9.45 from 0.8.81
nemo [Mon, 06 Sep 2010 18:23:26 -0400] rev 3839
Didn't notice Tiy sneak some images in
tiyuri@gmail.com [Mon, 06 Sep 2010 23:14:12 +0100] rev 3838
Underwater updates and fixes by Palewolf
nemo [Mon, 06 Sep 2010 18:22:48 -0400] rev 3837
Fix selection while in UFO
nemo [Mon, 06 Sep 2010 16:23:47 -0400] rev 3836
Change all use of curslot/idx to CurAmmoType to try and avoid some bugs with use of last weapon.
NEEDS TESTING.
Also disable cheese in pro, remove some unused vars.
tiyuri@gmail.com [Mon, 06 Sep 2010 20:40:58 +0100] rev 3835
New compost music from HG
smaxx [Mon, 06 Sep 2010 21:09:58 +0200] rev 3834
Frontend:
* Removed rest of the test code I left in... *hides*
smaxx [Mon, 06 Sep 2010 15:53:24 +0200] rev 3833
Frontend:
* Added some more main menu tips
nemo [Sun, 05 Sep 2010 11:26:17 -0400] rev 3832
Delete CI in ResurrectHedgehog prior to FindPlace. Restrict FindPlace to the waterline, a bit more efficient.
burp [Sun, 05 Sep 2010 00:48:07 +0200] rev 3831
gfAISurvival: fix issue when cpu cannot find new place to spawn
koda [Sat, 04 Sep 2010 16:24:11 +0200] rev 3830
Added tag Hedgewars-iOS-1.0 for
changeset 81db3c85784b
koda [Sat, 04 Sep 2010 16:24:00 +0200] rev 3829
headers ftw, also right project file
koda [Sat, 04 Sep 2010 15:49:34 +0200] rev 3828
Removed tag Hedgewars-iOS-1.0
koda [Sat, 04 Sep 2010 03:26:19 +0200] rev 3827
merge
koda [Sat, 04 Sep 2010 03:09:16 +0200] rev 3826
Added tag Hedgewars-iOS-1.0 for
changeset fd6c20cd90e3
koda [Sat, 04 Sep 2010 02:09:24 +0200] rev 3825
typos, reduced sound size and last minute fixes
archl [Fri, 03 Sep 2010 21:01:00 -0400] rev 3824
updated translation
koda [Fri, 03 Sep 2010 02:03:44 +0200] rev 3823
also remove sinegun from the ifrontend for whatever reason
koda [Fri, 03 Sep 2010 01:54:29 +0200] rev 3822
*patch by arrom: fix installation of fort images
*patch by arrom: remove the need of qm translation files
*ifrontend: don't use spaces
smaxx [Fri, 03 Sep 2010 01:41:51 +0200] rev 3821
Engine:
* Fixed Hammer executing its init code each step
smaxx [Fri, 03 Sep 2010 01:26:58 +0200] rev 3820
Engine:
* Reverted previous AI adjustments for weapon offsets (won't help in most cases anyway)
nemo [Thu, 02 Sep 2010 19:22:37 -0400] rev 3819
Disable sine gun in all weapon sets, slap a beta on the name and incomplete in description. This is to reassure sheepluva who fears his WIP making it prominently into a release.
koda [Fri, 03 Sep 2010 00:31:13 +0200] rev 3818
add a noconsole symbol, update the project file for appstore distribution
koda [Fri, 03 Sep 2010 00:01:04 +0200] rev 3817
merge
koda [Thu, 02 Sep 2010 23:44:35 +0200] rev 3816
a little more intuitive team editing
TheXception [Thu, 02 Sep 2010 23:03:10 +0200] rev 3815
Frontend: improve statsPage (clean up translation strings)
koda [Thu, 02 Sep 2010 22:37:24 +0200] rev 3814
discrimination between ai and humans
tiyuri@gmail.com [Thu, 02 Sep 2010 21:55:11 +0100] rev 3813
Fixed Sky files
unc0rr [Thu, 02 Sep 2010 21:49:36 +0400] rev 3812
use built-in method QString::isEmpty()
smaxx [Thu, 02 Sep 2010 19:21:41 +0200] rev 3811
Engine:
* Enabled zoom in ready time
tiyuri@gmail.com [Thu, 02 Sep 2010 17:55:37 +0100] rev 3810
Fix graphic issue
tiyuri@gmail.com [Thu, 02 Sep 2010 17:30:38 +0100] rev 3809
another small update to sheep
tiyuri@gmail.com [Thu, 02 Sep 2010 17:21:53 +0100] rev 3808
Completely rework sheep theme
unc0rr [Thu, 02 Sep 2010 20:19:27 +0400] rev 3807
zero span is undefined, use -1 instead
smaxx [Thu, 02 Sep 2010 14:12:02 +0200] rev 3806
Locales:
* Updated en.txt
tiyuri@gmail.com [Thu, 02 Sep 2010 12:49:12 +0100] rev 3805
Adding new weapon descriptions
tiyuri@gmail.com [Thu, 02 Sep 2010 12:45:22 +0100] rev 3804
Added descriptions for new weapons
koda [Thu, 02 Sep 2010 01:49:16 +0200] rev 3803
remove now useless toggle, add ai team
nemo [Wed, 01 Sep 2010 19:31:32 -0400] rev 3802
tiyuri@gmail.com [Thu, 02 Sep 2010 12:43:46 +0100] rev 3801
Added descriptions for new weapons
tiyuri@gmail.com [Wed, 01 Sep 2010 22:18:13 +0100] rev 3800
New Art theme music (thank the lord!)
smaxx [Wed, 01 Sep 2010 20:41:45 +0200] rev 3799
Engine:
* Changed ready time's message to include the team name and show as a gamestate message
* Moved ready time handling to ProcessGears in uGears (TurnTimeLeft handling)
smaxx [Wed, 01 Sep 2010 18:06:52 +0200] rev 3798
Engine:
* Changed ready time's voicepack sounds
smaxx [Wed, 01 Sep 2010 17:42:56 +0200] rev 3797
Engine:
* Changed ready screen's behaviour (e.g. hitting [attack] WILL close the screen and trigger an attack)
* Ammo menu keybind stops ready timer now.
smaxx [Wed, 01 Sep 2010 13:03:43 +0200] rev 3796
Engine:
* Changed the ready screen confirmation so it no longer blocks keybinds except attack and jumps (to avoid hogs dieing by accident)
tiyuri@gmail.com [Wed, 01 Sep 2010 22:15:23 +0100] rev 3795
New Art theme music (thank the lord!)
tiyuri@gmail.com [Tue, 31 Aug 2010 12:18:53 +0100] rev 3794
Updated some stats graphics
burp <mail@tobias-neumann.eu> [Mon, 30 Aug 2010 22:05:41 +0200] rev 3793
o0 merge
koda [Mon, 30 Aug 2010 06:33:56 +0200] rev 3792
help page for lobby
koda [Mon, 30 Aug 2010 05:42:03 +0200] rev 3791
help page for ingame, some other fixes here and there
koda [Mon, 30 Aug 2010 01:43:21 +0200] rev 3790
patch by inu to fix a glitch in netgame chatbox
koda [Mon, 30 Aug 2010 01:38:46 +0200] rev 3789
added a smaller version of forts, fixed a couple of regressions
TheXception [Mon, 30 Aug 2010 22:02:33 +0200] rev 3788
adds prettier after-game statistics page with more stats
koda [Sun, 29 Aug 2010 23:36:22 +0200] rev 3787
about page done
legutus [Mon, 30 Aug 2010 15:24:49 +0200] rev 3786
Improves room list with filter for state/rules/weapons and general search
koda [Sun, 29 Aug 2010 16:55:58 +0200] rev 3785
merge
burp [Sun, 29 Aug 2010 16:48:20 +0200] rev 3784
Extend statistics collection (TeamKills, TurnSkips, TeamDamage)
+ sending to frontend
koda [Sun, 29 Aug 2010 16:55:27 +0200] rev 3783
X&Y buttons, sounds for some buttons, cleanup
koda [Sat, 28 Aug 2010 05:35:02 +0200] rev 3782
add a description field for schemes and weapons
koda [Sat, 28 Aug 2010 05:03:26 +0200] rev 3781
modified file format for schemes files (which is going to introduce a lot of pre-release bugs, i'm sure)
koda [Sat, 28 Aug 2010 02:35:26 +0200] rev 3780
fade in when returning from game, labels rewritten so that they are drawn at runtime (more flexibility with i18n and iphone support)
koda [Sat, 28 Aug 2010 01:37:21 +0200] rev 3779
tap to dismiss 'get ready', add a toggle to enable/disable it
koda [Sat, 28 Aug 2010 00:30:29 +0200] rev 3778
add a nice group of hogs in lobby page
smaxx [Thu, 26 Aug 2010 22:58:38 +0200] rev 3777
Engine:
* Added cReadyDelay as "Ready" to console variables so it might be changed by frontend
smaxx [Thu, 26 Aug 2010 22:41:36 +0200] rev 3776
Engine:
* Made all keybinds skip ready time
burp [Thu, 26 Aug 2010 22:38:25 +0200] rev 3775
gfAISurvival/heResurrectable: respawn always with 100HP
smaxx [Thu, 26 Aug 2010 16:02:09 +0200] rev 3774
Engine:
* Added a 5 seconds ready time to every (player controlled) hog's start of the round. Use [attack] to skip it (untested in multiplayer).
Frontend:
* Fixed training missions failing to start.
tiyuri@gmail.com [Thu, 26 Aug 2010 14:46:30 +0100] rev 3773
Fixes memory leak -Burp
tiyuri@gmail.com [Thu, 26 Aug 2010 14:32:29 +0100] rev 3772
Daisy Hat updated
tiyuri@gmail.com [Thu, 26 Aug 2010 14:26:23 +0100] rev 3771
Princess Daisy hat (recoloured peach hat) Recolour by Armonte
tiyuri@gmail.com [Thu, 26 Aug 2010 14:02:48 +0100] rev 3770
Add kill counter to Survival Mode -Burp
arrom [Thu, 26 Aug 2010 06:06:28 -0400] rev 3769
translation update
tiyuri@gmail.com [Wed, 25 Aug 2010 21:06:34 +0100] rev 3768
Some survival mode changes by burp
smaxx [Wed, 25 Aug 2010 12:28:37 +0200] rev 3767
Frontend:
* Updated the flag selection to sort flags and divide them into groups (countries/community flags)
koda [Wed, 25 Aug 2010 01:30:25 +0200] rev 3766
add a little explanation when modifying weaponset in ifrontend
koda [Wed, 25 Aug 2010 00:17:51 +0200] rev 3765
set flake to non critical, no touches until game is starding, moved some variables to be initialized in the right place
smaxx [Tue, 24 Aug 2010 17:03:44 +0200] rev 3764
Engine:
* Updated clouds and flakes to fill the whole visible map (and borders)
* Added simple clipping to most drawing functions (might need some testing) which should improve performance on low end graphic cards
smaxx [Tue, 24 Aug 2010 13:24:37 +0200] rev 3763
Engine:
* Made egg explosions less green
smaxx [Tue, 24 Aug 2010 01:19:17 +0200] rev 3762
Campaign:
* Fixed one of the tutorial's timers
smaxx [Tue, 24 Aug 2010 01:17:24 +0200] rev 3761
Engine:
* Added a new script function: HogTurnLeft(int gearid, bool facesleft) to turn hogs left or right
* Added a new script function: HogSay(int gearid, string text, int type) to let hogs say something using speech bubbles
Campaign:
* Added a simple tutorial as the first mission
smaxx [Mon, 23 Aug 2010 19:06:34 +0200] rev 3760
Frontend:
* Added a basic campaign page/selection - just missing missions and real progress (don't count on this being active in 0.9.14)
smaxx [Mon, 23 Aug 2010 17:53:02 +0200] rev 3759
Frontend:
* Forgot to update team search to new extension
smaxx [Mon, 23 Aug 2010 16:29:12 +0200] rev 3758
Frontend:
* Simplified the code to setup config structure and prepared it to enable user accessible asset directories
* Renamed team file extensions from ".ini" to ".hwt" (Hedgewars Team)
* Added campaign progress to teams (I know, no campaign ... yet)
smaxx [Mon, 23 Aug 2010 13:58:46 +0200] rev 3757
Frontend:
* Fixed teams disappearing from options menu if leaving them active while leaving the game setup screen
burp [Mon, 23 Aug 2010 12:53:00 +0200] rev 3756
lua function SetEffect to set and remove THogEffects
burp [Mon, 23 Aug 2010 12:49:58 +0200] rev 3755
GetHogLevel lua function
smaxx [Mon, 23 Aug 2010 00:54:56 +0200] rev 3754
Engine:
* Changed steam to use the white smoke sprite
koda [Mon, 23 Aug 2010 00:46:06 +0200] rev 3753
small update for the about page
koda [Sun, 22 Aug 2010 22:08:39 +0200] rev 3752
add the new flag, fix a couple of hicups in creating config files, swap animation between settings and lobby
smaxx [Sun, 22 Aug 2010 16:31:57 +0200] rev 3751
Engine:
* Added fire trails
Graphics:
* Added new flame sprites by Aki (for testing)
burp [Sat, 21 Aug 2010 22:54:43 +0200] rev 3750
SpawnCustomCrateAt: spawn crate at random position for x=y=0, also let it return the gear, and luabindings the gear uid
smaxx [Sat, 21 Aug 2010 22:36:59 +0200] rev 3749
Engine:
* Keep sudden death from starting while using a multi shot weapon (will start after the last shot now) - This fixes
issue #1
* Keep the engine from crashing when trying to place a girder at the bottom map border (right above the water line) - This fixes issue #16
zuloo [Sat, 21 Aug 2010 17:19:52 +0200] rev 3748
Fixed gamepad/joystick axes using SDL 1.2
nemo [Fri, 20 Aug 2010 11:54:14 -0400] rev 3747
Some more that were not native
nemo [Fri, 20 Aug 2010 11:52:30 -0400] rev 3746
bleah
smaxx [Fri, 20 Aug 2010 17:41:59 +0200] rev 3745
Misc:
* Trying to fix linebreak mess
nemo [Fri, 20 Aug 2010 11:52:08 -0400] rev 3744
Convert from dos
nemo [Fri, 20 Aug 2010 11:26:27 -0400] rev 3743
Flag for AI survival mode
nemo [Tue, 17 Aug 2010 19:43:17 -0400] rev 3742
merge
unc0rr [Mon, 16 Aug 2010 18:43:32 +0400] rev 3741
Add some more strictness, use unsafeThaw and unsafeFreeze functions which work at O(1)
nemo [Sun, 15 Aug 2010 10:25:21 -0400] rev 3740
...
koda [Sat, 14 Aug 2010 02:10:27 +0200] rev 3739
disable AI teleport
show on screen controls only if hedgehog is not a hog
fix reloading of teams
koda [Fri, 13 Aug 2010 02:44:44 +0200] rev 3738
better to do that in this way
koda [Fri, 13 Aug 2010 02:13:18 +0200] rev 3737
reworked the initialization functions, now it should be safe to update and no more need of spinning wheel at first launch
adjusted default zoom value
polished lobby interface
updated ammosets to new weapons
smaxx [Thu, 12 Aug 2010 23:15:11 +0200] rev 3736
Engine:
* Added script access to current zoom level
nemo [Fri, 13 Aug 2010 13:42:18 -0400] rev 3735
Remove Thumbs.db, reduce file sizes
burp [Tue, 10 Aug 2010 21:57:33 +0200] rev 3734
* SpawnCustomCrateAt procedure + lua bindings
nemo [Sat, 07 Aug 2010 23:32:43 -0400] rev 3733
oh yeah. And merge again, I always forget to update first
tiyuri@gmail.com [Sat, 07 Aug 2010 13:09:32 +0100] rev 3732
More script updates for FJ
tiyuri@gmail.com [Sat, 07 Aug 2010 12:44:55 +0100] rev 3731
Remove random placement of health crate, looks like LUA random function may not be synced over network.
smaxx [Sat, 07 Aug 2010 01:45:31 +0200] rev 3730
Engine:
* Added a script function to spawn health crates (burp)
smaxx [Fri, 06 Aug 2010 11:53:28 +0200] rev 3729
Frontend:
* Adjusted Sticky Mine loadout to latest changes.
smaxx [Fri, 06 Aug 2010 11:45:20 +0200] rev 3728
Engine:
* Adjusted Piano Strike to a maximum of 5 bumps with longer flight time.
* It's now possible to throw two sticky mines per ammo.
tiyuri@gmail.com [Wed, 04 Aug 2010 17:30:24 +0100] rev 3727
Allow 2v2 on FlightJoust, lua script needs tweaking to seperate hogs
tiyuri@gmail.com [Wed, 04 Aug 2010 17:18:21 +0100] rev 3726
Flightjoust lua script
tiyuri@gmail.com [Wed, 04 Aug 2010 16:50:55 +0100] rev 3725
FlightJoust Map, needs updating
smaxx [Wed, 04 Aug 2010 17:35:45 +0200] rev 3724
Engine:
* Added Lua's table module
smaxx [Wed, 04 Aug 2010 16:54:15 +0200] rev 3723
Engine:
* Updated some script calls to ensure all gears are set to active (e.g. if some gear is moved).
smaxx [Wed, 04 Aug 2010 15:57:27 +0200] rev 3722
Engine:
* Added (untested) script functions: GetHealth(), SetTimer(), GetTimer()
tiyuri@gmail.com [Tue, 03 Aug 2010 17:47:37 +0100] rev 3721
Update stage theme icon
smaxx [Tue, 03 Aug 2010 15:13:32 +0200] rev 3720
Engine:
* Updated the way the hammer works. Also reduced it's damage to 1/3 of victim's health.
* Updated the pickhammer to spawn dust.
szczur [Sat, 07 Aug 2010 23:04:43 -0400] rev 3719
Polish translation update
tiyuri@gmail.com [Tue, 03 Aug 2010 13:40:11 +0100] rev 3718
Ammo menu graphics for hammer weapon
smaxx [Tue, 03 Aug 2010 14:19:47 +0200] rev 3717
Engine:
* Added a new weapon: Hammer: Crush half your enemies' health and let them break through thin floors! (Might need some visual improvements)
* Removed orientation code from sticky mines due to their new graphics
* Added an attachment sound to sticky mines
Frontend:
* Added the hammer to predefined weapon sets
tiyuri@gmail.com [Tue, 03 Aug 2010 12:52:21 +0100] rev 3716
One more mine graphic, I'm on a roll!
tiyuri@gmail.com [Tue, 03 Aug 2010 12:41:09 +0100] rev 3715
Various mine graphics
smaxx [Tue, 03 Aug 2010 02:33:57 +0200] rev 3714
Engine:
* Rewrote sticky mine code including simple orientation adjustment
Frontend:
* Skinned slider control
smaxx [Tue, 03 Aug 2010 01:33:20 +0200] rev 3713
Engine:
* Added modifications to Limburger, Poison Cloud and Sticky Mine
smaxx [Tue, 03 Aug 2010 00:36:36 +0200] rev 3712
Engine:
* Added a poison cloud effect to Limburger's explosion
koda [Mon, 02 Aug 2010 23:15:34 +0200] rev 3711
merge
smaxx [Mon, 02 Aug 2010 18:19:55 +0200] rev 3710
Engine:
* Added sticky mines (still missing proper alignment once sticky)
Frontend:
* Added sticky mines
koda [Mon, 02 Aug 2010 18:13:29 +0200] rev 3709
clean and reorder arguments passed to engine
koda [Mon, 02 Aug 2010 15:23:16 +0200] rev 3708
applied from experimental3D, use a slider to set up quality
koda [Mon, 02 Aug 2010 23:15:22 +0200] rev 3707
resize checkbox
smaxx [Mon, 02 Aug 2010 01:07:51 +0200] rev 3706
Engine:
* Adjusted Piano Strike's notes
koda [Mon, 02 Aug 2010 23:13:12 +0200] rev 3705
completing the ifrontend interface...
smaxx [Mon, 02 Aug 2010 00:48:15 +0200] rev 3704
Engine:
* Added falling notes to Piano Strike (looks funny and chaotic - prefer flying instead?)
Graphics:
* Removed the Underwater chunk as it's 100% transparent anyway
CMake:
* Changed NSIS Project name to be "Hedgewars" to shorten the Windows start menu entry and similar labels
koda [Mon, 02 Aug 2010 00:55:24 +0200] rev 3703
halfway-through finishing the frontend with new graphics by Tiy + initial 'About' page set up
smaxx [Sun, 01 Aug 2010 22:08:07 +0200] rev 3702
merge
koda [Sun, 01 Aug 2010 17:58:09 +0200] rev 3701
rewrite portions of some uiviewcontrollers
smaxx [Sun, 01 Aug 2010 22:05:27 +0200] rev 3700
Graphics:
* Added chunk graphics for most themes
nemo [Sun, 01 Aug 2010 09:17:59 -0400] rev 3699
Let's try this instead.
koda [Thu, 26 Aug 2010 23:59:18 +0200] rev 3698
rename two rendering methods and performe some interface tricks about fullscreen
koda [Sat, 31 Jul 2010 11:24:53 +0200] rev 3697
remove trailing spaces from end of line
smaxx [Wed, 18 Aug 2010 20:29:41 +0200] rev 3696
Engine:
* Rewrote stereo rendering
* Simplified anaglyph rendering (no longer requires framebuffers)
* Added stereo mode selection: Anaglyph (different combinations of red, green, blue and cyan), side-by-side (horizontal and vertical) and alternate frame rendering (AFR)
koda [Sat, 31 Jul 2010 10:52:43 +0200] rev 3695
reverted stereo craziness - the experimental3D branch has been created for a reason
koda [Mon, 02 Aug 2010 15:05:56 +0200] rev 3694
new quality slider widget (needs to be customized), removed obsolete arguments
koda [Sat, 31 Jul 2010 10:42:40 +0200] rev 3693
merge
koda [Mon, 02 Aug 2010 12:24:06 +0200] rev 3692
these were removed by mistake
smaxx [Fri, 30 Jul 2010 19:56:28 +0200] rev 3691
Engine:
* Added/merged support for anaglyph (red/cyan) rendering (might not be supported by very old cards; don't use it if you've got low fps anyway)
Frontend:
* Added a checkbox to options to enable anaglyph rendering
koda [Sat, 31 Jul 2010 10:53:54 +0200] rev 3690
applying smaxx patch where it should be
smaxx [Fri, 30 Jul 2010 18:20:42 +0200] rev 3689
Engine:
* Engine will now try to load the grave "Statue" if it couldn't load a team's grave graphic (http://code.google.com/p/hedgewars/issues/detail?id=3)
* Explosions may now create chunks/stones knocked out of the landscape (only supported on Olympic theme so far)
koda [Fri, 30 Jul 2010 13:36:03 +0200] rev 3688
add some comments and fix indentation
tiy [Fri, 30 Jul 2010 12:07:30 -0400] rev 3687
New weapon graphics
koda [Fri, 30 Jul 2010 13:07:46 +0200] rev 3686
creating a new branch for experimental 3d stereographic rendering
currently it contains only an updated version of the anaglyph patch by Smaxx
nemo [Thu, 29 Jul 2010 18:31:48 -0400] rev 3685
I keep forgetting to merge.
nemo [Thu, 29 Jul 2010 18:31:34 -0400] rev 3684
Set these to saveSurf (still need to actually, oh, write the code to cache the textures)
nemo [Thu, 29 Jul 2010 18:29:29 -0400] rev 3683
Revert broken generating of qm in cmake, restore source control of .qm for now.
lupdate-qt4/lrelease-qt4
smaxx [Thu, 29 Jul 2010 13:43:57 +0200] rev 3682
Engine:
* Hedgehogs will now cry in pain whenever they're hurt
smaxx [Mon, 26 Jul 2010 13:05:07 +0200] rev 3681
Frontend:
* Reverted last minute change (damn you, Murphy!)
koda [Sat, 31 Jul 2010 10:39:20 +0200] rev 3680
fix panning when zoomed (finally)
smaxx [Mon, 26 Jul 2010 13:03:42 +0200] rev 3679
Frontend:
* Added registry values for easier xfire detection (win32 only)
koda [Sat, 31 Jul 2010 08:19:56 +0200] rev 3678
patch by lucass (polished by me) - command line parsing is now much more flexible
smaxx [Mon, 26 Jul 2010 11:04:32 +0200] rev 3677
Engine:
* Added weapon offsets to AI's gear prediction. This should improve its aiming once again.
koda [Sat, 31 Jul 2010 07:05:06 +0200] rev 3676
fix
issue #6 (missing nick in chat)
unc0rr [Sun, 25 Jul 2010 22:40:31 +0400] rev 3675
merge
koda [Sun, 25 Jul 2010 17:32:07 +0200] rev 3674
merge
unc0rr [Sun, 25 Jul 2010 22:39:59 +0400] rev 3673
Some comments on the reason of the bug, leave bug not fixed yet
koda [Sun, 25 Jul 2010 17:30:19 +0200] rev 3672
shrink confirmation button, double tap resets zoom and centers hog
unc0rr [Sun, 25 Jul 2010 18:55:54 +0400] rev 3671
- burp's patch cleaning up module dependancies + cabal file
- mixed with some changes by me trying to fight a bug
koda [Sun, 25 Jul 2010 16:02:02 +0200] rev 3670
use llvm to compile, don't preview map on wimpier devices, merge vsync, fix iphone launch image
nemo [Sun, 25 Jul 2010 10:16:34 -0400] rev 3669
merge. forgot again.
koda [Sun, 25 Jul 2010 01:59:41 +0200] rev 3668
tap to play piano notes, fix for audio and pause glitch
koda [Sat, 24 Jul 2010 23:23:10 +0200] rev 3667
use external libs more consistently
scrap openalbridge in favour of sdl_mixer (once again)
removed many double free crashes
added Tiy's graphics and pause the game when popover appears
nemo [Sun, 25 Jul 2010 10:15:56 -0400] rev 3666
Fix splashes
unc0rr [Fri, 23 Jul 2010 22:14:56 +0400] rev 3665
New stress testing app with advanced features (not complete yet)
koda [Fri, 23 Jul 2010 15:08:44 +0200] rev 3664
sound is loaded lazily
koda [Thu, 22 Jul 2010 12:47:32 +0200] rev 3663
reduce the number of keywords used and switch to BMP format for screenshots
fixed a few little things from previous commit
koda [Thu, 22 Jul 2010 03:08:17 +0200] rev 3662
polish polish polish polish (also: panning horizontal fix, panning momentum, settings page reworked yet again, memory leaks, crashes, segfaults)
koda [Tue, 20 Jul 2010 23:30:54 +0200] rev 3661
i can haz panning
koda [Tue, 20 Jul 2010 05:37:58 +0200] rev 3660
complete settings page rework
koda [Tue, 20 Jul 2010 03:14:43 +0200] rev 3659
half reworking of the settings page with delegation
some graphical enhancements, leaks and fixes
unc0rr [Mon, 19 Jul 2010 23:38:18 +0400] rev 3658
Make server stay alive when some clients get kicked
unc0rr [Mon, 19 Jul 2010 23:31:08 +0400] rev 3657
Run core timer
unc0rr [Mon, 19 Jul 2010 23:30:08 +0400] rev 3656
Make ROUNDFINISHED work correctly
unc0rr [Mon, 19 Jul 2010 23:10:33 +0400] rev 3655
Reimplement ROUNDFINISHED
unc0rr [Mon, 19 Jul 2010 23:00:10 +0400] rev 3654
Reimplement ping timeout
unc0rr [Mon, 19 Jul 2010 22:37:47 +0400] rev 3653
Reimplement statistics
koda [Sun, 18 Jul 2010 03:58:06 +0200] rev 3652
merge
koda [Sun, 18 Jul 2010 03:55:56 +0200] rev 3651
switching hogs now works
koda [Sun, 18 Jul 2010 03:26:15 +0200] rev 3650
add a timer selection for grenades
koda [Sat, 17 Jul 2010 16:35:14 +0200] rev 3649
aim now starts slow and then moves faster
koda [Sat, 17 Jul 2010 06:56:39 +0200] rev 3648
some further chat polishing
koda [Sat, 17 Jul 2010 03:59:10 +0200] rev 3647
making chat work... (keyboard support is heavily broken in sdl upstream)
koda [Fri, 16 Jul 2010 00:18:03 +0200] rev 3646
don't make the confirmation button disappear, present an alert if game doesn't start
unc0rr [Sat, 17 Jul 2010 23:44:42 +0400] rev 3645
Reimplement REMOVE_TEAM
koda [Thu, 15 Jul 2010 04:31:25 +0200] rev 3644
finished ammo configuration (which is the last page missing in config \o/)
koda [Thu, 15 Jul 2010 03:28:29 +0200] rev 3643
reworked the ammunition configuration page (visually)
koda [Thu, 15 Jul 2010 01:18:51 +0200] rev 3642
support for static map added to iFrontend
koda [Wed, 14 Jul 2010 00:43:36 +0200] rev 3641
save the gl client state to get a nice 80% fps boost
tidy rqKillFlakes
nemo [Tue, 13 Jul 2010 17:39:00 -0400] rev 3640
Reduce calls to expensive operations in fire. Slightly alters fire behaviour, but should still be reasonable
koda [Mon, 12 Jul 2010 01:42:43 +0200] rev 3639
use a button instead of label and simplify a lot touch interaction
koda [Sun, 11 Jul 2010 18:39:01 +0200] rev 3638
touch overlay reworked, improvements to zoom and confirmation
koda [Sun, 11 Jul 2010 03:23:26 +0200] rev 3637
implement the check on the type of ammo requiring a second tap to confirm
koda [Sat, 10 Jul 2010 18:43:28 +0200] rev 3636
merge
koda [Sat, 10 Jul 2010 18:42:47 +0200] rev 3635
improvements to touch interface (tap to select weap, don't move camera for spourious taps, ask for confirmation when using click-weapons)
koda [Sat, 10 Jul 2010 15:39:07 +0200] rev 3634
cWeaponTooltips -> rqTooltipsOff
nemo [Fri, 09 Jul 2010 20:09:46 -0400] rev 3633
Updated Island theme.
koda [Sat, 10 Jul 2010 02:02:37 +0200] rev 3632
fix land check fo' real
more logs in case of failing gameConfig
koda [Thu, 08 Jul 2010 23:34:25 +0200] rev 3631
fix land check
koda [Thu, 08 Jul 2010 23:06:21 +0200] rev 3630
fix static land loading on desktop
add further checks to the sporadic init bug on iFoos
koda [Thu, 08 Jul 2010 02:23:10 +0200] rev 3629
redo spinning wheel, redo fix for detail selection, redo ammo quantity and name in ammomenu
koda [Wed, 07 Jul 2010 03:16:12 +0200] rev 3628
enable tooltips on ipad (todo: disable them on iphone)
koda [Wed, 07 Jul 2010 03:03:59 +0200] rev 3627
the game now respects the orientation of the frontend
koda [Wed, 07 Jul 2010 02:52:11 +0200] rev 3626
fix the multitouch shooting and moving
fix a crash (unknown) when reloading
leave the lobby open after returing from game
koda [Tue, 06 Jul 2010 03:33:01 +0200] rev 3625
icons \o/
fixed orientation and launch image issues
prevent a crash when loading lobby multiple times
koda [Mon, 05 Jul 2010 22:42:43 +0200] rev 3624
button to open ammomenu
loading screen that fits launch orientation
further work on weapon selection
more savings for older idevices
koda [Sun, 04 Jul 2010 01:27:41 +0200] rev 3623
graphics applied and fixes here and there
Tiy [Sun, 04 Jul 2010 00:48:39 +0200] rev 3622
add other lobby graphics
koda [Sun, 04 Jul 2010 00:33:59 +0200] rev 3621
initial support for customizing weaponset
koda [Sat, 03 Jul 2010 15:31:36 +0200] rev 3620
szczur updated locale
koda [Sat, 03 Jul 2010 15:30:52 +0200] rev 3619
partially apply new graphics to code
Tiy [Sat, 03 Jul 2010 15:30:33 +0200] rev 3618
new graphics for ipad frontend
koda [Sat, 03 Jul 2010 05:51:24 +0200] rev 3617
a couple of fixes i missed previously
koda [Sat, 03 Jul 2010 04:42:29 +0200] rev 3616
tackling the iphoneos todo (another trial for the beginning sporadic bug, remove curl animation, don't need to go to detail page)
koda [Sat, 03 Jul 2010 04:09:27 +0200] rev 3615
further code cleanup and less redundancy
nemo [Fri, 02 Jul 2010 21:20:38 -0400] rev 3614
merge
koda [Sat, 03 Jul 2010 02:01:24 +0200] rev 3613
make runtime quality check for iDevices
koda [Sat, 03 Jul 2010 01:31:18 +0200] rev 3612
land arrays are allocated dynamically, so DOWNSCALE and LOWRES macros are now removed and replaced by run time flags rqBlurryLand and rqLowRes
koda [Sat, 03 Jul 2010 00:11:23 +0200] rev 3611
interpret parameters before initializing everything
make flake disabling really works
code cleanup and fixes
koda [Fri, 02 Jul 2010 17:46:53 +0200] rev 3610
small cleanup
nemo [Fri, 02 Jul 2010 21:19:22 -0400] rev 3609
Minor fire tweak for readability and lethalness, remove exit condition that was hanging game (identified by jaylittle)
nemo [Thu, 01 Jul 2010 23:41:10 -0400] rev 3608
Revert prior attempted optimisation. Gridding the land pays in some situations, but not all. Restricting to an upper bound might help, but overall, seems too fuzzy to be worth it. On one side is increased cost of Add/Delete + extra test on collision check, on the other is skipping the list iteration. Perhaps for large lists.
nemo [Thu, 01 Jul 2010 19:05:29 -0400] rev 3607
Initialise to 0
nemo [Thu, 01 Jul 2010 18:29:57 -0400] rev 3606
Rename city to earthrise, replace old "earthrise" music w/ new City music on City/Planes
HSR [Thu, 01 Jul 2010 18:26:44 -0400] rev 3605
New music for City theme
nemo [Thu, 01 Jul 2010 17:16:13 -0400] rev 3604
New Rock themed music for Stage by HSR
nemo [Thu, 01 Jul 2010 17:00:14 -0400] rev 3603
Grid the landscape, and shortcircuit checks on the collision array if there are no nearby checked in collisions to be collided with. This is a big win for fire's ammoshove in particular. Also add a +2 that seemed missing in the check, and update fire accordingly.
nemo [Thu, 01 Jul 2010 14:17:22 -0400] rev 3602
Restore prior optimisation with the wildly out-of-bounds tx in LandDirty removed
nemo [Thu, 01 Jul 2010 00:34:39 -0400] rev 3601
Revert most of optimisation except for some obvious fixes to errors someone or other introduced.
Something in the rest appears related to a crash in translation. Until I determine why or what, this stays out to not ruin people's games
nemo [Wed, 30 Jun 2010 23:21:46 -0400] rev 3600
merge (I'll get it next time)
koda [Wed, 30 Jun 2010 23:27:18 +0200] rev 3599
sheepluva's inline patch, fix a crash in overlay
koda [Wed, 30 Jun 2010 22:42:55 +0200] rev 3598
tiy new overlay graphics
clean the sdlwindow created
updated latest sdl
fixes, corrected leaks and stuff
sheepluva [Wed, 30 Jun 2010 22:20:52 +0200] rev 3597
visual gears: fixing nemo's c-style assignment/multiplications
nemo [Wed, 30 Jun 2010 23:15:14 -0400] rev 3596
Store some calcs to speed up uLandGraphics a tad
koda [Wed, 30 Jun 2010 14:52:48 +0200] rev 3595
partially removing DOWNSCALE ifdef -- only two remain and their removal requires dynamic allocation (btw this breaks low quality mode)
koda [Wed, 30 Jun 2010 12:55:33 +0200] rev 3594
turn cReducedQuality into a LongInt and provide a series of quality flags (and best of all, this is still compatible with current frontend)
nemo [Tue, 29 Jun 2010 23:30:49 -0400] rev 3593
Remove hwFloat from VisualGears - they don't need the precision for syncing purposes, and it saves a whole lot of operations.
sheepluva [Wed, 30 Jun 2010 03:26:15 +0200] rev 3592
clouds: up-and-down-bouncing now without evil loop
sheepluva [Tue, 29 Jun 2010 23:25:42 +0200] rev 3591
bee:
* make be correct its course only 62.5 times per second (instead of 1000)
* cache values (e.g. that one for speed)
sheepluva [Tue, 29 Jun 2010 22:16:26 +0200] rev 3590
explosions: cache rounded X,Y values
nemo [Tue, 29 Jun 2010 15:52:13 -0400] rev 3589
Dammit. Forgot to pull/rebase before making the VG change
sheepluva [Tue, 29 Jun 2010 18:06:50 +0200] rev 3588
rope: another, small optimization
nemo [Tue, 29 Jun 2010 15:50:34 -0400] rev 3587
Optimise vgtSmokeTrace/vgtEvilTrace handler
nemo [Tue, 29 Jun 2010 10:18:51 -0400] rev 3586
Default ammo set was horribly unbalanced - you want to test portal, play "crazy" :)
sheepluva [Tue, 29 Jun 2010 07:09:55 +0200] rev 3585
rope: optimization, should save up to ~3 million hwFloat multiplications per second
sheepluva [Tue, 29 Jun 2010 06:27:59 +0200] rev 3584
rope: another small optimization
sheepluva [Tue, 29 Jun 2010 05:22:25 +0200] rev 3583
rope: tiny optimisation
sheepluva [Mon, 28 Jun 2010 21:52:00 +0200] rev 3582
fix segfault on HH-gear being 0 (e.g. after drowning) in cursor/target selection mode, thanks "ivze" for the heads-up!
unc0rr [Mon, 28 Jun 2010 21:49:59 +0400] rev 3581
merge
sheepluva [Mon, 28 Jun 2010 09:33:10 +0200] rev 3580
engine: apply weapon offset to charge animation
unc0rr [Mon, 28 Jun 2010 21:43:19 +0400] rev 3579
Engine Message command
sheepluva [Mon, 28 Jun 2010 08:52:17 +0200] rev 3578
portal: angle preservation tweaking
unc0rr [Mon, 28 Jun 2010 21:41:45 +0400] rev 3577
START_GAME command
unc0rr [Sun, 27 Jun 2010 21:28:28 +0400] rev 3576
merge
koda [Sun, 27 Jun 2010 18:34:47 +0200] rev 3575
merge
koda [Sun, 27 Jun 2010 18:34:17 +0200] rev 3574
insert a default name when a void string is used
polish schemes configuration
fixed strange bug in the general panel
koda [Sun, 27 Jun 2010 16:44:24 +0200] rev 3573
complete configuration for schemes
added my stuff to hgignore
sheepluva [Sun, 27 Jun 2010 18:17:34 +0200] rev 3572
portal: I accidentally flipped the exit angle in last commit
sheepluva [Sun, 27 Jun 2010 05:32:11 +0200] rev 3571
portal: some moar tweaks
sheepluva [Sun, 27 Jun 2010 02:11:31 +0200] rev 3570
portal: entry angle is now affecting exit angle
sheepluva [Sat, 26 Jun 2010 19:30:16 +0200] rev 3569
portal / slope detection:
* make portal shot collision work regardless of portal projectile velocity
* small hax so that hogs can open portals below their feet
* killing some whitespaces for my personal entertainment
unc0rr [Sun, 27 Jun 2010 21:27:26 +0400] rev 3568
A bunch of reimplemented commands
sheepluva [Sat, 26 Jun 2010 16:00:40 +0200] rev 3567
adding install_manifest.txt to .hgignore ...
unc0rr [Sun, 27 Jun 2010 21:06:41 +0400] rev 3566
Properly handle client exit
unc0rr [Sat, 26 Jun 2010 16:58:19 +0400] rev 3565
merge
unc0rr [Sat, 26 Jun 2010 16:57:43 +0400] rev 3564
Reimplement REMOVE_TEAM
unc0rr [Sat, 26 Jun 2010 16:56:02 +0400] rev 3563
merge
sheepluva [Sat, 26 Jun 2010 09:59:53 +0200] rev 3562
portal:
* clean up obsolete code in order to remove the rare cases of wrong-sided portals
* fix formula of last commit
notice: since last commit portals can happen to move faster than 1000px/sec, I'll take care of that soon ;)
unc0rr [Fri, 25 Jun 2010 17:02:30 +0400] rev 3561
Reimplement REMOVE_TEAM
sheepluva [Sat, 26 Jun 2010 08:14:53 +0200] rev 3560
portal: make shot 2 times faster, add hog movement speed to shot speed (only the part in shot direction, so that aiming is not messed up)
unc0rr [Fri, 25 Jun 2010 11:54:07 +0400] rev 3559
Ignore this file too
nemo [Fri, 25 Jun 2010 22:59:31 -0400] rev 3558
Flag dimensions with booleans instead of using 0.
unc0rr [Fri, 25 Jun 2010 11:53:35 +0400] rev 3557
Add ignoring
koda [Sat, 26 Jun 2010 04:36:28 +0200] rev 3556
merge
unc0rr [Fri, 25 Jun 2010 10:05:42 +0400] rev 3555
Reimplement ADD_TEAM
nemo [Fri, 25 Jun 2010 00:41:21 -0400] rev 3554
Extend pixel sweep to recheck neighbours if erasing on edges
unc0rr [Thu, 24 Jun 2010 19:52:04 +0400] rev 3553
Update ukrainian translation
nemo [Wed, 23 Jun 2010 22:12:06 -0400] rev 3552
Workaround for cakes and portals. Also disable something that always seems to screw up my portal games.
Hopefully will so irritate sheepluva he comes up w/ something more workable.
koda [Sat, 26 Jun 2010 04:36:04 +0200] rev 3551
moar zoom, fixed fort mode, other glitches
but best of all, touch works fo' real
koda [Thu, 24 Jun 2010 01:08:57 +0200] rev 3550
merge
nemo [Wed, 23 Jun 2010 17:12:13 -0400] rev 3549
Erasing lowres files. Again.
koda [Thu, 24 Jun 2010 01:08:25 +0200] rev 3548
server somewhat simplified and correct sporadic crasher
workaround for not-rotating curl effect
display memory warning only once
koda [Wed, 23 Jun 2010 22:03:56 +0200] rev 3547
i <3 mercurial
koda [Wed, 23 Jun 2010 21:49:19 +0200] rev 3546
expand -t 4 on .m as well
koda [Wed, 23 Jun 2010 21:39:14 +0200] rev 3545
merge
unc0rr [Wed, 23 Jun 2010 22:25:26 +0400] rev 3544
Start reimplementation of ADD_TEAM
unc0rr [Wed, 23 Jun 2010 22:21:13 +0400] rev 3543
Reimplement TOGGLE_READY command
unc0rr [Wed, 23 Jun 2010 22:17:27 +0400] rev 3542
- Fix a function
- Add forgotten file to CMakeLists
koda [Wed, 23 Jun 2010 21:18:48 +0200] rev 3541
merge
unc0rr [Wed, 23 Jun 2010 22:13:12 +0400] rev 3540
Reimplement CFG protocol command
smaxx [Wed, 23 Jun 2010 13:43:56 +0200] rev 3539
General:
* Disabled building of libopenalbridge (why build/link everywhere even if not used?; fails due to cc1 being unable to find some files on Win32)
Engine:
* Show Lua errors as 'chat messages'
* Added ability to write to chat buffer even while the engine is still loading (limited to 26 lines)
unc0rr [Tue, 22 Jun 2010 22:40:49 +0400] rev 3538
Restore test for already used nick
nemo [Tue, 22 Jun 2010 23:08:57 -0400] rev 3537
New approach to the low-res problem. Basically, we already have a 1024 minimum, and the tallest maps are restricting themselves to 2048 maximum. All backgrounds are scaled down 50%, then scaled up on draw. Saves memory, and backgrounds are already deliberately fuzzed for depth of field anyway.
unc0rr [Tue, 22 Jun 2010 22:21:44 +0400] rev 3536
Partially reimplement joining rooms
koda [Wed, 23 Jun 2010 01:00:52 +0200] rev 3535
update the project to ios4 by removing pre-3.2 references
add missing lowres image
other smaller fixes
koda [Tue, 22 Jun 2010 18:06:55 +0200] rev 3534
ok really fix the command line utility
koda [Tue, 22 Jun 2010 17:10:27 +0200] rev 3533
fix build and permissions problems when launching hwengine from command line
koda [Mon, 21 Jun 2010 22:45:52 +0200] rev 3532
merge+smallupdate
unC0Rr@gmail.com [Mon, 21 Jun 2010 21:41:14 +0400] rev 3531
Reimplement room creating
koda [Mon, 21 Jun 2010 16:52:14 +0200] rev 3530
use the cmake built-in ts->qm conversion instead of keeping binary files in trunk
koda [Mon, 21 Jun 2010 16:08:24 +0200] rev 3529
memory management for openalbridge
added openalbridge as dependency of hwengine
usound formatted clearly
nemo [Sun, 20 Jun 2010 22:46:23 -0400] rev 3528
disable uSHA, enable adler32
koda [Mon, 21 Jun 2010 22:18:53 +0200] rev 3527
merge
nemo [Sun, 20 Jun 2010 22:35:10 -0400] rev 3526
Replace SHA1 with adler32. For simple purposes of checking to see if players are playing the same map, this should be quite adequate and runs 15 times faster.
koda [Sun, 20 Jun 2010 23:05:11 +0200] rev 3525
some memory caring code
nemo [Sun, 20 Jun 2010 19:31:15 -0400] rev 3524
This reduces CheckLand ~5.5% on average over prior making the overall reduction ~77.4% instead of ~81.9%. It does skip centre pixel in odd w/h, but that really shouldn't matter much in this case. Can alter if any objects are noticeably off.
koda [Sun, 20 Jun 2010 18:35:59 +0200] rev 3523
fix zoom smoothness
some more work for weapons on the ifrontend
bugfix for the gameconfig page
koda [Sat, 19 Jun 2010 00:48:47 +0200] rev 3522
add initial stubs for selecting weapons in the ifrontend
nemo [Sun, 20 Jun 2010 18:26:49 -0400] rev 3521
Remove redundant test, add some temp variables to speed up the expensive CheckLand
sheepluva [Fri, 18 Jun 2010 20:45:45 +0200] rev 3520
add local rev number/rev count to dev version suffix
nemo [Fri, 18 Jun 2010 14:26:04 -0400] rev 3519
rename flags
nemo [Fri, 18 Jun 2010 14:22:14 -0400] rev 3518
Forgot to change this flag.
sheepluva [Fri, 18 Jun 2010 19:22:22 +0200] rev 3517
testing if automatic pushes to CIA.vc work now...
koda [Fri, 18 Jun 2010 14:45:05 +0200] rev 3516
merge
koda [Thu, 17 Jun 2010 20:37:49 +0200] rev 3515
fix cmakefiles to work with mercurial
koda [Thu, 17 Jun 2010 20:30:39 +0200] rev 3514
move stuff around and update iphone project
koda [Thu, 17 Jun 2010 19:57:51 +0200] rev 3513
now it's possible to select the scheme file in the ifrontendfix a type about loading an image (iphone file system IS case senstive)
add rotation for iphone build too
make the ifrontend work again with 3.0 sdk
reworked openalbridge following most of an old implementation by Smaxx and making it more modular -- now sources are limited but the memory extension and cleanup is todo
nil'd many variables in engine that were causing intialization problems
nemo [Thu, 17 Jun 2010 11:42:23 -0400] rev 3512
merge
sheepluva [Thu, 17 Jun 2010 13:56:30 +0200] rev 3511
some pt_BR translation changes by arrom
koda [Thu, 17 Jun 2010 16:28:42 +0200] rev 3510
Update repository checking code to reflect our recent Mercurial switch
nemo [Thu, 17 Jun 2010 11:41:38 -0400] rev 3509
Make land types flagged (to allow stacking future attributes such as indestructible ice, but also for a damaged flag)
Add a basic patch for downscaling LandPixels to save memory on mobile devices. Probably could use more optimisation in the pixel writes to avoid redundant writes.
sheepluva [Wed, 16 Jun 2010 21:14:23 +0200] rev 3508
correct cake sit-down animation so that it doesn't sit down in mid-air anymore
mario.liebisch [Wed, 16 Jun 2010 15:20:18 +0200] rev 3507
General:
* Updated Russian translation provided by Leon
mario.liebisch [Wed, 16 Jun 2010 13:48:10 +0200] rev 3506
General:
* Added new themes: Art, Brick, Stage
* Added new background music: Art, Brick, Castle, Compost (former Nature), Desert, Olympics, Nature
mario.liebisch [Wed, 16 Jun 2010 11:50:45 +0200] rev 3505
Engine:
* Bomb clusters now inherit 20 % of their parent's horizontal velocity (makes it a little bit more realistic without completely changing gameplay IMO - needs testing)
Mercurial:
* Added EOL rules (requires plugin to be activated) and ignore list
convert-repo [Wed, 16 Jun 2010 04:10:50 +0000] rev 3504
update tags
nemo [Wed, 09 Jun 2010 01:45:44 +0000] rev 3503
lupdate-qt4 / lrelease-qt4 since arrom was nagging me
unc0rr [Tue, 08 Jun 2010 18:20:49 +0000] rev 3502
Some more progress
unc0rr [Sun, 06 Jun 2010 19:03:06 +0000] rev 3501
Reimplement more core actions
unc0rr [Sun, 06 Jun 2010 15:29:33 +0000] rev 3500
Use sockets instead of handles, use bytestrings instead of strings
smxx [Sat, 05 Jun 2010 20:49:51 +0000] rev 3499
Engine:
* Avoid any offset applied if weapon's origin is set to (0, 0)
smxx [Sat, 05 Jun 2010 19:50:02 +0000] rev 3498
Frontend:
* Fixed main menu tips not showing up
nemo [Sat, 05 Jun 2010 19:00:42 +0000] rev 3497
Remove decrement of iterator health. Might fix weird health bug.
smxx [Sat, 05 Jun 2010 18:50:08 +0000] rev 3496
Engine:
* Fixed laser sight's origin while jumping and it disappearing for different angles
koda [Sat, 05 Jun 2010 14:07:58 +0000] rev 3495
now engine can be optionally built as library, there's an example wrapper of how to use it
building server is now disabled by default, saves users some headaches
smxx [Fri, 04 Jun 2010 20:50:24 +0000] rev 3494
Frontend:
* Avoid overwriting/replacing premade game/weapon schemes
koda [Thu, 03 Jun 2010 23:02:35 +0000] rev 3493
fix iphone version for map preview
add gl_priority constant (doesn't affect opengles)
fix building hwlibrary
koda [Thu, 03 Jun 2010 18:31:56 +0000] rev 3492
map preview generation reworked like nemo suggested (he was right, it's quickier in this way)
add some rounding image capabilities for more professional look
smxx [Thu, 03 Jun 2010 14:03:48 +0000] rev 3491
Engine:
* Added texture priorities to try to keep often used sprite textures as well as huge textures in video memory - this should improve performance on systems with low video memory
* Fixed portal gun's weapon offset
koda [Wed, 02 Jun 2010 13:52:23 +0000] rev 3490
a bunch of minor stuff
smxx [Tue, 01 Jun 2010 19:33:45 +0000] rev 3489
Engine:
* Removed horizontal weapon offsets for now (shouldn't affect human player's gameplay but that of AI)
Frontend:
* Added some main menu tips
nemo [Tue, 01 Jun 2010 18:10:06 +0000] rev 3488
Remove rope offset
koda [Mon, 31 May 2010 19:33:42 +0000] rev 3487
add some memory aware code
revert sdl calls to past implementation (the one that did not crash)
add some debug methods found online
smxx [Fri, 28 May 2010 20:13:47 +0000] rev 3486
Graphics:
* Updated ammo menu numbers
smxx [Fri, 28 May 2010 20:05:22 +0000] rev 3485
Engine (Henek):
* Moved some utility weapons to a new 10th row
* Added adjustable flame output to Flamethrower (left/right controls power/intensity)
* Added fuel display to flame thrower
Frontend:
* Added support to bind the new 10th row (default: F10)
smxx [Fri, 28 May 2010 19:48:51 +0000] rev 3484
Engine:
* Fixed aiming for Ballgun and Flamethrower
smxx [Fri, 28 May 2010 16:21:54 +0000] rev 3483
Engine:
* New weapon attributes: ejectX/ejectY: Offset to the hedgehog (center of hand graphic) where the projectile(s) will be spawned
* Changed Laser Sight to origin from the weapon instead of the hedgehog (needs some adjustments while walking/jumping)
* Changed most weapons to no longer shoot from the hedgehog's center and use the weapon's visible position instead (might require some testing and adjustments)
* Silenced the small Piano explosions
smxx [Fri, 28 May 2010 13:04:11 +0000] rev 3482
Engine:
* Added some animation to Vampirism's hand graphic
smxx [Fri, 28 May 2010 12:47:17 +0000] rev 3481
Engine:
* Updated Flamethrower's hand graphic and added some animation
nemo [Sun, 23 May 2010 23:51:54 +0000] rev 3480
Prevent all portal loops the guaranteed way, at least until sheepluva's tests yield something reliable.
koda [Sun, 23 May 2010 22:05:59 +0000] rev 3479
initial support for game modifiers (schemes)
nemo [Sun, 23 May 2010 19:37:31 +0000] rev 3478
Sonic set
nemo [Wed, 19 May 2010 13:08:59 +0000] rev 3477
claymore says that this needs to be 44.1 for some systems
nemo [Wed, 19 May 2010 02:10:28 +0000] rev 3476
Henek adds a flamethrower, updates some translations, and tweaks how fire works.
smxx [Tue, 18 May 2010 13:09:57 +0000] rev 3475
Engine:
* Modified gas grenade and added graphics to it (better get a nose clip!)
* Added the ability to tint visual gears
* Added the ability to tint explosion effects
* Birdy's eggs now cause a small green explosion
nemo [Mon, 17 May 2010 15:50:48 +0000] rev 3474
Skip collision on X for barrels that aren't knocked over
nemo [Mon, 17 May 2010 15:42:48 +0000] rev 3473
Increase minimum threshold for barrel damage to reduce likelihood of blowing one up on jumping out, increase damage to compensate (may need tweaking). Only apply dX for collision w/ kick if barrel is rolling.
sheepluva [Mon, 17 May 2010 09:45:46 +0000] rev 3472
portal-link-bugfix: make sure deleted portals don't reset links other than those to themselves
sheepluva [Mon, 17 May 2010 06:26:06 +0000] rev 3471
remove all portal specific code from EndTurnCleanup(), instead have portals self destruct if "CurrentHedgehog" is not the portal's creator
nemo [Mon, 17 May 2010 02:54:56 +0000] rev 3470
Change to just set timer to 0
nemo [Mon, 17 May 2010 00:48:16 +0000] rev 3469
Fix for artillery mode weapon use
sheepluva [Sun, 16 May 2010 23:43:45 +0000] rev 3468
* make portals delete each other only indirectly (by setting timer to 0)
* add VGSHandler.inc to CMakeLists.txt
nemo [Sun, 16 May 2010 23:18:23 +0000] rev 3467
translation update by jose1711
nemo [Sun, 16 May 2010 23:02:49 +0000] rev 3466
Comment out the desyncing block, with a suggestion for possible fix
koda [Sun, 16 May 2010 19:24:38 +0000] rev 3465
unbreak stuff
Henek updates swedish locale
koda [Sun, 16 May 2010 18:12:10 +0000] rev 3464
unbreak build (everyone saw this coming)
koda [Sun, 16 May 2010 17:23:30 +0000] rev 3463
update sdl functions to latest revision
add a grayscale utility to uiimage
implement a preliminary support for chatting
revert rotation changes for engine
lots of code cleanup
restored main event loop in hwengine
fix some sdl bindings
sheepluva [Sat, 15 May 2010 09:21:25 +0000] rev 3462
fix multi-round fire
nemo [Fri, 14 May 2010 23:42:56 +0000] rev 3461
revert the restoration of non-vgt health gears. desyncs continued with it, and furthermore, occur in r3489 too
nemo [Fri, 14 May 2010 16:02:27 +0000] rev 3460
sheepluva adds back non-vgt health tag due to desyncs. we should still see about solving the desync though.
nemo [Tue, 11 May 2010 13:59:57 +0000] rev 3459
hey sheepluva, how about just this? lets you have an anonymous one too.
unc0rr [Mon, 10 May 2010 17:48:06 +0000] rev 3458
Make some more protocol commands work
unc0rr [Mon, 10 May 2010 15:31:09 +0000] rev 3457
Translation update by igorko
nemo [Mon, 10 May 2010 13:56:20 +0000] rev 3456
More translation work by arrom (restored some numerusform, lot more flavour text etc)
mbait [Mon, 10 May 2010 04:43:07 +0000] rev 3455
Reslyling: little fix of previous commit
mbait [Mon, 10 May 2010 04:41:19 +0000] rev 3454
Code restlyling: experimental restyling of one module
nemo [Mon, 10 May 2010 00:56:16 +0000] rev 3453
tweak
unc0rr [Sun, 09 May 2010 18:47:31 +0000] rev 3452
- Enable -O2 optimization for server
- Disconnect client from server
unc0rr [Sun, 09 May 2010 17:53:08 +0000] rev 3451
Uses StateT monad instead of manually maintaining the state
nemo [Sat, 08 May 2010 21:50:26 +0000] rev 3450
Fix spectator bug in health tag
sheepluva [Fri, 07 May 2010 20:45:03 +0000] rev 3449
wait for AI thread to finish before freeing ressources (to avoid segfaults on game exit)
smxx [Fri, 07 May 2010 20:38:55 +0000] rev 3448
Graphics:
* Made tinted cap hat lighter and added a team colored version of the animated headband made by "The Pope"
sheepluva [Fri, 07 May 2010 14:41:07 +0000] rev 3447
make some of the newly migrated visual gears visible in reduced quality mode
smxx [Fri, 07 May 2010 13:04:01 +0000] rev 3446
Graphics:
* Added a team colored tophat as a "fixed colors with tinted areas" example
smxx [Fri, 07 May 2010 10:54:07 +0000] rev 3445
Engine:
* Added possibility to use hats with areas tinted with team color
Frontend:
* Updated hat preview to include tinted areas
sheepluva [Fri, 07 May 2010 09:57:12 +0000] rev 3444
* no zooming when game is paused
* don't do visual gear steps while paused
sheepluva [Fri, 07 May 2010 06:29:46 +0000] rev 3443
finishing the gtHealthTag -> vgtHealthTag, no segfaults and hogzombies no more, hopefully
unc0rr [Fri, 07 May 2010 04:52:46 +0000] rev 3442
Fix list Z-order bug (not tested)
sheepluva [Fri, 07 May 2010 02:33:42 +0000] rev 3441
some file that tried to escape...
sheepluva [Thu, 06 May 2010 22:02:56 +0000] rev 3440
* gtHealthTag, gtSmokeTrace, gtEvilTrace, gtExplosion and gtBigExplosion are visual gears now (vgt*)
* moved virtual gear steps into new file
mbait [Thu, 06 May 2010 20:59:15 +0000] rev 3439
Teleport AI:
* fix indentation and remove tabs
mbait [Thu, 06 May 2010 20:49:26 +0000] rev 3438
Teleport AI:
* check if teleport target not higher then screen top
unc0rr [Thu, 06 May 2010 18:01:04 +0000] rev 3437
Explain a bug. Fix should be kinda trivial, but I have no time now to fix and test.
unc0rr [Thu, 06 May 2010 17:53:37 +0000] rev 3436
Make server build again (it's still useless though)
unc0rr [Thu, 06 May 2010 17:39:08 +0000] rev 3435
Some more steps in refactoring
nemo [Thu, 06 May 2010 15:26:14 +0000] rev 3434
Henek makes AmmoMenu more flexible
mbait [Thu, 06 May 2010 11:33:25 +0000] rev 3433
Teleport AI:
* calculate max height from target and check collision
sheepluva [Thu, 06 May 2010 09:25:13 +0000] rev 3432
* get rid of some fpc hints (redundant/superfluous includes)
* fix broken if causing segfault (whoops :D)
nemo [Thu, 06 May 2010 03:12:42 +0000] rev 3431
trying to unbreak what I broke
nemo [Thu, 06 May 2010 02:00:39 +0000] rev 3430
Cheating
sheepluva [Thu, 06 May 2010 01:43:56 +0000] rev 3429
removed debug string I thought I deleted already.. wth...
sheepluva [Thu, 06 May 2010 01:41:07 +0000] rev 3428
portal:
* add/change/move some code
* fix graphics (there was a 1 px offset at one frame)
* you can use tab key to switch (next) portal color now (for testing purposes, might be removed again)
nemo [Wed, 05 May 2010 22:03:10 +0000] rev 3427
unneeded
nemo [Wed, 05 May 2010 15:40:44 +0000] rev 3426
buf needs to be used in IFDEF if declared in IFDEF
unc0rr [Wed, 05 May 2010 08:01:37 +0000] rev 3425
Start the server refactoring
nemo [Tue, 04 May 2010 21:30:25 +0000] rev 3424
Add back in earlier lines, commented out
nemo [Tue, 04 May 2010 19:51:27 +0000] rev 3423
erase useless junk
sheepluva [Tue, 04 May 2010 19:40:57 +0000] rev 3422
* some changes/cleanups to portal, still much to do :/ * reverted nemo's temporary loop fix * notice: small loops possible again, so take care :P, bigger onces should be interrupted
smxx [Tue, 04 May 2010 17:03:38 +0000] rev 3421
Frontend:
* Added tips to Frontend's main screen (if not a dev/SVN build)
smxx [Tue, 04 May 2010 16:31:15 +0000] rev 3420
Engine:
* Fixed health bar animation
nemo [Tue, 04 May 2010 16:30:41 +0000] rev 3419
Add drown-the-playing-hog check for case of piano falling off the landscape.
smxx [Tue, 04 May 2010 15:43:31 +0000] rev 3418
Engine:
* Reserve 32 sound channels instead of 12
* Shortened piano key sounds
sheepluva [Tue, 04 May 2010 03:04:07 +0000] rev 3417
on portal death: make sure that the linked portal know it has been unlinked
sheepluva [Tue, 04 May 2010 02:46:23 +0000] rev 3416
fix segfault on destroyed portal
nemo [Tue, 04 May 2010 02:34:23 +0000] rev 3415
TEMPORARY
sheepluva [Tue, 04 May 2010 00:44:32 +0000] rev 3414
some portal changes, warning: no loop prevention yet, note: entry angle not preserved yet
nemo [Mon, 03 May 2010 23:56:18 +0000] rev 3413
tweak
nemo [Mon, 03 May 2010 22:03:17 +0000] rev 3412
Palewolf draws a version with easier to manipulate shapes
sheepluva [Mon, 03 May 2010 18:25:25 +0000] rev 3411
allow kicking of barrels
nemo [Mon, 03 May 2010 14:59:42 +0000] rev 3410
Armagon's new sounds for piano
nemo [Mon, 03 May 2010 14:44:00 +0000] rev 3409
Updated pt_BR by Albert. He chose to not use numerusform.
sheepluva [Mon, 03 May 2010 02:32:17 +0000] rev 3408
tweak land angle detection/portal a bit
smxx [Sun, 02 May 2010 22:00:50 +0000] rev 3407
Engine:
* Fixed/removed lots of compiler notes/hints (unused units, 64 bit results, unused parameters, possible overflows, ...)
* Fixed visible water tinting the whole screen and/or gears and parts of the ui
CMake:
* No longer force FPC to write its compilation log to disk
nemo [Sun, 02 May 2010 20:30:23 +0000] rev 3406
Minor tweak. Still needs a lot of work.
koda [Sun, 02 May 2010 18:42:19 +0000] rev 3405
js' patch that restores Vsync on snow leopard
fix water zoom
portait rotation now display water correctly (but not the other ui elements)
nemo [Sun, 02 May 2010 18:25:13 +0000] rev 3404
hax
nemo [Sun, 02 May 2010 16:53:19 +0000] rev 3403
Revert switch behaviour (can't use AfterAttack here) remove unneeded value from jetpack definition
nemo [Sun, 02 May 2010 16:28:06 +0000] rev 3402
Clear IntersectGear if there is no portal link. Portals don't need it and it blocks shots straight down on first portal.
sheepluva [Sun, 02 May 2010 16:24:31 +0000] rev 3401
add a part of my landslide vector collision and use if for the portal gun DirAngle, not flawless yet
nemo [Sun, 02 May 2010 16:16:00 +0000] rev 3400
A basic hedgehog svg trace, for convenience when generating a hedgehog likeness, since repo lacks a high-res hedgehog
nemo [Sun, 02 May 2010 14:38:46 +0000] rev 3399
Drown the hog using the piano
nemo [Sun, 02 May 2010 04:51:29 +0000] rev 3398
Avoid checking in log spam.
nemo [Sun, 02 May 2010 04:49:07 +0000] rev 3397
Revert removal of CurAmmoGear from shotgun/deagle (was a silly idea of speeding up the shots)
Some speculative portal tests.
nemo [Sun, 02 May 2010 02:58:59 +0000] rev 3396
More portal changes. Allows for a multishoot utility. Hopefully not breaking anything.
koda [Sat, 01 May 2010 21:54:08 +0000] rev 3395
adding a somewhat working autoration for ipad (uStore.pas and uWorld.pas got mixed in the last two commits)
koda [Sat, 01 May 2010 21:53:31 +0000] rev 3394
Henek's patch - adds a column to ammoMenu and removes the F* column in iphone version
smxx [Sat, 01 May 2010 20:48:39 +0000] rev 3393
Engine:
* Reverted laser sight changes due to OpenGL ES compatibility
smxx [Sat, 01 May 2010 20:15:38 +0000] rev 3392
Engine:
* Reverted poison color change to make Tiy happy ;)
nemo [Sat, 01 May 2010 20:15:10 +0000] rev 3391
Minor change, so sheepluva can comment
smxx [Sat, 01 May 2010 20:02:20 +0000] rev 3390
Engine:
* Changed Tint() to use the 4 byte version all the time instead of the longword pointer due to pixel format issues
* Added a "laser dot" to laser sight
koda [Sat, 01 May 2010 19:40:45 +0000] rev 3389
fix zoom
nemo [Sat, 01 May 2010 18:44:25 +0000] rev 3388
Fix portal graphic name, continuing work on portal movement
nemo [Sat, 01 May 2010 17:29:48 +0000] rev 3387
Break out DrawHH/DrawGear to reduce scrolling in uGears.pas, add portal graphics
sheepluva [Sat, 01 May 2010 13:04:00 +0000] rev 3386
add amSineGun.png (just a copy of am Shotgun.png atm anyway)
koda [Sat, 01 May 2010 12:53:55 +0000] rev 3385
add automatic rotation in ipad (landscape only)
possible fix for compiling hw under haiku
restore randomity in choosing the theme
sheepluva [Sat, 01 May 2010 05:15:16 +0000] rev 3384
* added some comments
* added some nil checks
* removed unused and incorrect _0_998
* added sine-gun (early alpha)
mbait [Fri, 30 Apr 2010 23:39:32 +0000] rev 3383
Fixed broken whitespace
mbait [Fri, 30 Apr 2010 12:19:25 +0000] rev 3382
Gas grenade:
* code in doStepBomb
* item in weapon list
* english locale name
smxx [Thu, 29 Apr 2010 21:25:51 +0000] rev 3381
Engine:
* Fixed tint color byte order
* Fixed invulnerability's flashing
* Added some more stats/achievement code (unfinished)
Frontend:
* Added ability to check for existing/missing team files
* Added some more stats/achievement code (unfinished)
smxx [Thu, 29 Apr 2010 19:40:13 +0000] rev 3380
Commited wrong file *grmlrgrml*
smxx [Thu, 29 Apr 2010 19:39:58 +0000] rev 3379
Engine:
* Fixed highlight color (little/big endian issue or just different byte order for clan colors?)
sheepluva [Thu, 29 Apr 2010 19:21:40 +0000] rev 3378
let players affect in which direction their teleported hedgehog will look
koda [Thu, 29 Apr 2010 18:53:22 +0000] rev 3377
add option to look at the previous debug log
finally remove duplicate project file
smxx [Thu, 29 Apr 2010 17:21:10 +0000] rev 3376
Engine:
* Did some OpenGL cleanup, avoiding additional calls to glColor, etc.
koda [Thu, 29 Apr 2010 17:20:42 +0000] rev 3375
this should fix the old project name that is present in the scm database
koda [Thu, 29 Apr 2010 17:19:06 +0000] rev 3374
lazy loading for all the tables with images (might affect performance but ui feels much more responsive)
code rearranged a little
game configuration for ipad
koda [Thu, 29 Apr 2010 02:43:28 +0000] rev 3373
use a proper bundle identifier
fix land preview
add theme selection and map preview
mbait [Wed, 28 Apr 2010 05:58:14 +0000] rev 3372
Teleport AI:
* teleport bombing without fall path check
mbait [Tue, 27 Apr 2010 21:49:52 +0000] rev 3371
Teleport AI:
* collision test while choosing teleport target
mbait [Tue, 27 Apr 2010 12:51:29 +0000] rev 3370
Teleport AI:
* basic implementation of teleport using in order to take crates
* filter option to get certain types of gears in FillBonuses
koda [Mon, 26 Apr 2010 01:55:26 +0000] rev 3369
add other controls for map preview, also fix a bug in digest
smxx [Sun, 25 Apr 2010 18:38:08 +0000] rev 3368
Engine:
* Added backward compatibility to Lua's SetAmmo (now accepts 4 or 5 parameters)
koda [Sun, 25 Apr 2010 13:54:45 +0000] rev 3367
burning revision numbers with style
koda [Sun, 25 Apr 2010 13:33:49 +0000] rev 3366
rename the project from HedgewarsMobile to Hedgewars
koda [Sun, 25 Apr 2010 02:30:42 +0000] rev 3365
wow all these files only for land preview and seed generation
koda [Thu, 22 Apr 2010 17:43:12 +0000] rev 3364
no more hardcoded teams, team selection is real \o/
custom buttons rock
removed difficult errlib from openalbridge
nemo [Wed, 21 Apr 2010 21:38:07 +0000] rev 3363
More work on slovak locale from jose1711
koda [Wed, 21 Apr 2010 10:22:06 +0000] rev 3362
in reprocessing openalbridge, a lot of code cleanup and simplification
koda [Wed, 21 Apr 2010 01:57:23 +0000] rev 3361
buttons for number of hogs in game config
buttons for color of team in game config
update and code cleanup
fixed crashes at uitextfield
koda [Mon, 19 Apr 2010 15:30:11 +0000] rev 3360
updates to openalbridge (modified api and simplified some sections)
smxx [Mon, 19 Apr 2010 13:31:08 +0000] rev 3359
Engine:
* Let gears collide once they significantly leave visible area (might need more testing)
* Added skipping sound to gears skipping on water surface
Frontend:
* Fixed loading/saving of control bindings
smxx [Mon, 19 Apr 2010 12:47:36 +0000] rev 3358
Engine:
* Avoid game getting stuck due to indestructible land below piano (infinite bounces)
koda [Mon, 19 Apr 2010 01:39:55 +0000] rev 3357
draw a hedgehog when presenting hats
other lazy loading procedure
fix crash when loading multiple games
koda [Sun, 18 Apr 2010 23:19:15 +0000] rev 3356
add missing controller stubs
initial work for the game configuration in the ifrontend
stuff for working with official apple certificates
use lazy loading whenever possible
palewolf [Sat, 17 Apr 2010 23:03:52 +0000] rev 3355
cWindSpeed recalculation assumed GetRandom returns a value between 0.0-1.0 while in fact is in the 0.0-0.5 range; Halve cMaxWindSpeed to compensate.
koda [Sat, 17 Apr 2010 13:04:36 +0000] rev 3354
fix build
koda [Sat, 17 Apr 2010 08:30:34 +0000] rev 3353
OpenAL makes a comeback! (might require some cleanup)
removed sdl_mixer from ifrontend as it's too buggy
updated hedgwars.pro project file
koda [Sat, 17 Apr 2010 04:59:10 +0000] rev 3352
complete previews on the team settings
moved image functions in a category of UIImage
other code cleanup
smxx [Fri, 16 Apr 2010 17:17:43 +0000] rev 3351
Engine:
* Allow player to play piano tunes using slot keys (default: F1..F9) while it's dropping (no sounds defined yet)
smxx [Fri, 16 Apr 2010 16:04:41 +0000] rev 3350
Engine:
* Save screenshots to "Screenshots" sub directory
* Added new ultimate weapon: Perform Beathoven's deadly sonata during the Piano Strike (this time for real! still missing some sounds/assets)
koda [Fri, 16 Apr 2010 16:04:21 +0000] rev 3349
update ifrontend to latest ammostore protocol
update sdl 1.3 bindings
nemo [Fri, 16 Apr 2010 15:37:04 +0000] rev 3348
Forgot to check in this file yesterday
koda [Fri, 16 Apr 2010 15:25:15 +0000] rev 3347
camera panning ftw
smxx [Fri, 16 Apr 2010 14:37:28 +0000] rev 3346
Engine/Frontend:
* Split ammo store message into 5 different messages (4 to set, 1 to apply)
koda [Fri, 16 Apr 2010 12:41:06 +0000] rev 3345
don't polish other people patches
smxx [Fri, 16 Apr 2010 12:38:31 +0000] rev 3344
Frontend:
* Added missing default binds for alternative camera movement (Numpad 2, 4, 6 and 8)
* Added new hedgehog structure to teams and added loading/saving of basic stats
* Added loading/saving of local achievements to teams (wip; might change/get dropped)
nemo [Fri, 16 Apr 2010 00:02:30 +0000] rev 3343
Clarify an ambiguity as to what to do here if your name is already taken.
nemo [Thu, 15 Apr 2010 20:46:34 +0000] rev 3342
Some initial stubs for portal just so Tiy will quit nagging. Also let folks know what approximation of physics I plan to try, here.
smxx [Thu, 15 Apr 2010 14:24:26 +0000] rev 3341
Engine:
* Added real alpha blending to CopyToXY
koda [Tue, 13 Apr 2010 22:45:46 +0000] rev 3340
fix all of what was committed before
koda [Tue, 13 Apr 2010 14:39:05 +0000] rev 3339
lots of untested stuff for the ifrontend
koda [Mon, 12 Apr 2010 21:51:09 +0000] rev 3338
patch by raptor (polished by me) to allow tiger/xcode24 compilation
smxx [Mon, 12 Apr 2010 20:58:32 +0000] rev 3337
Engine:
* Moved "enum member to string" functions to uMisc
* Print gear types in debug log instead of ordinals
smxx [Sun, 11 Apr 2010 09:53:28 +0000] rev 3336
Engine:
* Avoid hedgehog specific actions (attack, jump, etc.) to be triggered while the game is paused
koda [Sun, 11 Apr 2010 03:43:13 +0000] rev 3335
new manager for handling (future) rotations
added a macro for the settings file
nemo [Sun, 11 Apr 2010 01:04:54 +0000] rev 3334
offset graves
smxx [Sat, 10 Apr 2010 21:36:40 +0000] rev 3333
Frontend:
* Hedgewars will now use a sub directory of "My Documents" like other games instead of "%userprofile%/.hedgewars" under Windows
* Teams are now saved in ini format to allow easier addition of future stats/properties
* Due to those changes old files/settings/teams will be ignored
koda [Sat, 10 Apr 2010 20:48:09 +0000] rev 3332
simplify the general settings and review minor stuff
smxx [Sat, 10 Apr 2010 19:04:39 +0000] rev 3331
Engine:
* Moved "new crate" messages to group AmmoInfo
* Show Sudden Death countdown
* Fixed Sudden Death round counting (so '15 rounds' will really be 15 rounds, not 16)
koda [Sat, 10 Apr 2010 01:09:29 +0000] rev 3330
add support for modifying the name of the team
nicer presentation of hog+hat
koda [Fri, 09 Apr 2010 21:08:27 +0000] rev 3329
add support to editing hog names
koda [Fri, 09 Apr 2010 11:09:26 +0000] rev 3328
fix the save of the team and rearrange hat/name modification
nemo [Fri, 09 Apr 2010 00:04:50 +0000] rev 3327
Skip loading of splashes
palewolf [Fri, 09 Apr 2010 00:01:53 +0000] rev 3326
Fix splashes for older graphics cards
koda [Thu, 08 Apr 2010 22:45:18 +0000] rev 3325
moved around team creation
add flags support
add forts support
need to find another way to save on file
smxx [Thu, 08 Apr 2010 17:56:30 +0000] rev 3324
Frontend:
* Show a text notice instead of settings page's (disabled) modify team buttons while in a room or game setup screen
koda [Thu, 08 Apr 2010 02:35:40 +0000] rev 3323
implement an add/remove team in the ifrontend
sheepluva [Wed, 07 Apr 2010 16:03:21 +0000] rev 3322
* INSTALL file: setting FreePascal to >= 2.2.0
* engine: some more value caching
koda [Wed, 07 Apr 2010 15:54:15 +0000] rev 3321
rewrote a couple of things i didn't like
smxx [Wed, 07 Apr 2010 12:15:49 +0000] rev 3320
Engine:
*
readded rope sounds (feedback!)
nemo [Wed, 07 Apr 2010 03:29:38 +0000] rev 3319
Correct interaction of cave and placement.
koda [Wed, 07 Apr 2010 03:02:19 +0000] rev 3318
much better
koda [Wed, 07 Apr 2010 02:58:12 +0000] rev 3317
minor tweaks, icon for ipad, merged overlayviewcontroller, pop viewcontroller when selected a hat
koda [Wed, 07 Apr 2010 01:22:05 +0000] rev 3316
fix a couple of leaks in hte ifrontend
koda [Tue, 06 Apr 2010 21:54:46 +0000] rev 3315
usa a cached dictionary and write only when needed
nemo [Tue, 06 Apr 2010 21:00:55 +0000] rev 3314
restore sndIncoming for the other 2 air attacks
palewolf [Tue, 06 Apr 2010 20:45:20 +0000] rev 3313
"muerte súbida" duh!
koda [Tue, 06 Apr 2010 18:14:15 +0000] rev 3312
restore and update the old general settings
show hats in the team table
sheepluva [Tue, 06 Apr 2010 14:32:26 +0000] rev 3311
fixed size of yinyang flag, thanks to inu for the heads up
smxx [Tue, 06 Apr 2010 10:51:09 +0000] rev 3310
Engine:
* Teams leaving a net game will now teleport out of the map instead of commiting suicide
sheepluva [Tue, 06 Apr 2010 09:58:43 +0000] rev 3309
* add fixed grave Simple.png, by "anon__"
* ran 'find . | grep -i '\.png$' | xargs -d "\n" optipng -o7 -np -nc -nb -fix' on trunk, only took 2h 45m 8-)
koda [Tue, 06 Apr 2010 02:39:06 +0000] rev 3308
make the tables work also on iphone
make the popover menu work also on iphone
nemo [Mon, 05 Apr 2010 17:22:54 +0000] rev 3307
These don't belong here.
unc0rr [Mon, 05 Apr 2010 16:31:02 +0000] rev 3306
Return to -dev builds
koda [Sun, 04 Apr 2010 19:51:53 +0000] rev 3305
merged code from ipad and iphone frontends
(aka HedgewarsMobile is a universal application)
smxx [Sun, 04 Apr 2010 16:38:00 +0000] rev 3304
Engine:
* Show active rules/modes while the game is syncing, paused or while the quit confirmation is shown
unc0rr [Sun, 04 Apr 2010 15:51:19 +0000] rev 3303
with this patch I'm unable to make rope stuck in land
nemo [Sun, 04 Apr 2010 14:47:45 +0000] rev 3302
Add reference to ammo at time of gear creation to allow switching to work on jetpack/parachute
smxx [Sun, 04 Apr 2010 10:16:40 +0000] rev 3301
CMake:
* Set a registry (uninstall) path without version number for easier Xfire detection (needs testing)
* Added Lua to INSTALL
* Set README's line endings to native
unc0rr [Sun, 04 Apr 2010 07:50:01 +0000] rev 3300
Better default values
nemo [Sat, 03 Apr 2010 16:32:48 +0000] rev 3299
try this instead
palewolf [Sat, 03 Apr 2010 16:02:13 +0000] rev 3298
Am i late for last-minute spanish translation?
unc0rr [Sat, 03 Apr 2010 15:45:50 +0000] rev 3297
31 is 0.9.13
unc0rr [Sat, 03 Apr 2010 15:40:57 +0000] rev 3296
Oops, forgot this
koda [Sat, 03 Apr 2010 14:59:41 +0000] rev 3295
fix building without DEBUGFILE
unc0rr [Sat, 03 Apr 2010 14:54:49 +0000] rev 3294
Update pt_PT again
unc0rr [Sat, 03 Apr 2010 14:49:45 +0000] rev 3293
Fix last minute patch bug
unc0rr [Sat, 03 Apr 2010 14:46:54 +0000] rev 3292
include cmake_modules into package
unc0rr [Sat, 03 Apr 2010 14:01:05 +0000] rev 3291
Update pt_PT translations by inu
nemo [Sat, 03 Apr 2010 14:00:13 +0000] rev 3290
Updated slovak by jose1711
unc0rr [Sat, 03 Apr 2010 13:58:31 +0000] rev 3289
Remove -dev suffix from version, set protocol number to 31
unc0rr [Sat, 03 Apr 2010 13:56:36 +0000] rev 3288
Update russian translation
nemo [Sat, 03 Apr 2010 13:55:39 +0000] rev 3287
New game scheme option to turn off land objects
sheepluva [Sat, 03 Apr 2010 13:51:12 +0000] rev 3286
* swedish translation by BeholdMyGlory
* oh and yay, rev 3333 :D
sheepluva [Sat, 03 Apr 2010 10:35:53 +0000] rev 3285
* give translators their "unfinished" tags back :>
* fix xfire.h path in hedgewars.pro file (letter was in wrong case)
* lupdate and lrelease again
* I hope everything's correct now XD
sheepluva [Sat, 03 Apr 2010 10:26:24 +0000] rev 3284
Palewolf:
* SniperRifle.lua: convert spaces to tabs
* Update spanish translation
sheepluva:
translations:
* ran sed -i 's/ type="[^"]*"//' on .ts files as requested by Smaxx and Palewolf
* ran lupdate and lrelease
frontend:
* reduce min window-size a bit
* make option page scale down better
engine:
* replacing Smaxx' latest commit with a TryDo()
unc0rr [Sat, 03 Apr 2010 08:47:06 +0000] rev 3283
Some stuff for game server administration task
smxx [Sat, 03 Apr 2010 08:46:01 +0000] rev 3282
Engine:
* Avoid GetRandom(0) causing an exception
nemo [Sat, 03 Apr 2010 06:52:26 +0000] rev 3281
Comment out this drawing of hat - I'm pretty sure it is redundant, did try to check various combinations
nemo [Sat, 03 Apr 2010 06:39:17 +0000] rev 3280
Add ApplyAmmoChanges to get text/animation/crosshairs
sheepluva [Sat, 03 Apr 2010 06:29:24 +0000] rev 3279
frontend: moving/styling exit/back buttons so that they are displayed at similar positions. (no button-"jumping" on page switch anymore)
nemo [Sat, 03 Apr 2010 06:28:36 +0000] rev 3278
One more tiny island map. Just to pad the Small map section a bit
unc0rr [Sat, 03 Apr 2010 06:25:23 +0000] rev 3277
Oops, fix server
koda [Sat, 03 Apr 2010 03:24:12 +0000] rev 3276
hats \o/
sheepluva [Sat, 03 Apr 2010 01:55:04 +0000] rev 3275
swedish translation by Henrik Rostedt [tracker: #233]
sheepluva [Sat, 03 Apr 2010 01:30:13 +0000] rev 3274
more translations! from inu and szczur
sheepluva [Sat, 03 Apr 2010 01:22:30 +0000] rev 3273
* add some tiny translation from inu
* remove useless line
* burn another revision x)
sheepluva [Fri, 02 Apr 2010 23:03:40 +0000] rev 3272
set eol-style of SniperRifle.lua to native
sheepluva [Fri, 02 Apr 2010 23:00:56 +0000] rev 3271
* add some kind of SniperRifle training mission
* add impactsound to gtTarget
* make hats work in lua scripts
koda [Fri, 02 Apr 2010 22:44:14 +0000] rev 3270
initial support for hat selection on the ifrontend
palewolf [Fri, 02 Apr 2010 22:42:47 +0000] rev 3269
Antialias Target.png and Clouds.png
nemo [Fri, 02 Apr 2010 20:57:39 +0000] rev 3268
GetRandom(0) is illegal
palewolf [Fri, 02 Apr 2010 20:49:23 +0000] rev 3267
Slightly different easing equations for bigexplosion
nemo [Fri, 02 Apr 2010 20:32:37 +0000] rev 3266
Slovak translation from jose1711
palewolf [Fri, 02 Apr 2010 18:54:08 +0000] rev 3265
- Parallax effect for horizont when water is out of sight
- Honor reducedquality and don't calculate offsets on wimpy machines
nemo [Fri, 02 Apr 2010 18:36:14 +0000] rev 3264
inu adds portugese translation
nemo [Fri, 02 Apr 2010 18:35:53 +0000] rev 3263
Fix line endings. Again.
nemo [Fri, 02 Apr 2010 18:22:53 +0000] rev 3262
Complete slovak locale by jose1711
nemo [Fri, 02 Apr 2010 16:04:37 +0000] rev 3261
Rebalance Default to take into account reweighting of crates, remove redundant check
unc0rr [Fri, 02 Apr 2010 15:59:23 +0000] rev 3260
Allow to set motd for old client versions (not used yet, as server needs some refactoring)
nemo [Fri, 02 Apr 2010 15:58:45 +0000] rev 3259
This attempts to distribute crates based on their probabilities, while preserving 35% for health crates since that has no probability GUI yet
unc0rr [Fri, 02 Apr 2010 15:58:37 +0000] rev 3258
Update russian translation a bit more
smxx [Fri, 02 Apr 2010 15:53:58 +0000] rev 3257
Maps:
* Added two missing 'end' statements in mission scripts
palewolf [Fri, 02 Apr 2010 15:50:54 +0000] rev 3256
Spanish translation for new maze settings
nemo [Fri, 02 Apr 2010 15:41:39 +0000] rev 3255
Alter distribution of probabilities from frontend, allow utility crates in shoppa if probabilities permit (still ban health crates)
nemo [Fri, 02 Apr 2010 15:33:11 +0000] rev 3254
Call modify damage on poison damage
koda [Fri, 02 Apr 2010 15:30:54 +0000] rev 3253
display team contents in the ifrontend
palewolf [Fri, 02 Apr 2010 15:28:09 +0000] rev 3252
Retouched Pikachu hat
koda [Fri, 02 Apr 2010 15:08:43 +0000] rev 3251
continue working for team support on the ifrontend
koda [Fri, 02 Apr 2010 12:38:36 +0000] rev 3250
intial support for team configuration on the ifrontend
sheepluva [Fri, 02 Apr 2010 10:50:10 +0000] rev 3249
* make positions of both sky and horizon dependent on the most remote waterwave by adjusting Palewolf's offset values
palewolf [Fri, 02 Apr 2010 08:46:57 +0000] rev 3248
- Added SkyOffset, HorizontOffset as global vars
- Move Sky, Clouds and Flakes with camera too
sheepluva [Fri, 02 Apr 2010 08:35:34 +0000] rev 3247
Shotgun Training: * '["en"]' was supposed to be '["pl"]' (Mmmmh, copypasta :D)
sheepluva [Thu, 01 Apr 2010 23:37:28 +0000] rev 3246
* fixing
bug #156: Cancel button on password request works now.
koda [Thu, 01 Apr 2010 21:57:03 +0000] rev 3245
fix an error in passing strings between ObjC and Pascal
smxx [Thu, 01 Apr 2010 17:01:04 +0000] rev 3244
Lua:
* Set native line endings
* No longer install liblua.dll.a
nemo [Thu, 01 Apr 2010 16:59:10 +0000] rev 3243
Sorry
nemo [Thu, 01 Apr 2010 16:55:42 +0000] rev 3242
Suppress warning
koda [Thu, 01 Apr 2010 16:48:55 +0000] rev 3241
sheepluva's name is finally revealed (watch out for fangirls)
smxx [Thu, 01 Apr 2010 16:46:44 +0000] rev 3240
Maps:
* Basketball/Knockball: Avoid trying to count score or show mission goals before round start (would crash engine)
nemo [Thu, 01 Apr 2010 16:44:56 +0000] rev 3239
this was not checking all of Land[]
nemo [Thu, 01 Apr 2010 16:34:20 +0000] rev 3238
Somehow, these files are not using local encoding
nemo [Thu, 01 Apr 2010 16:28:03 +0000] rev 3237
Further updates by jose1711 - who knows, maybe he'll get it finished before release at this point
nemo [Thu, 01 Apr 2010 16:08:09 +0000] rev 3236
Update (c) lines to 2010 as unc0rr requested - they all had varying values so I just took the first year mentioned, then tacked on -2010
smxx [Thu, 01 Apr 2010 10:47:04 +0000] rev 3235
Trainings:
* Updated Polish translations
smxx [Thu, 01 Apr 2010 10:40:12 +0000] rev 3234
Trainings:
* Updated file properties to use native line breaks as well as removed spaces in file names
smxx [Thu, 01 Apr 2010 10:33:29 +0000] rev 3233
Misc:
* Added Piano Strike (ultimate weapon)
* Added Limburger Cheese Bomb (grenade)
* Even more day-1-goodness
sheepluva [Thu, 01 Apr 2010 09:04:42 +0000] rev 3232
* make invul animations of different hogs run asynchronously
sheepluva [Thu, 01 Apr 2010 08:26:16 +0000] rev 3231
* fix SmokeTrace and EvilTrace to be centered instead of 2 pixel off
* ran "optipng -o5 -np -nc -nb *.png" on Data/Graphics
sheepluva [Thu, 01 Apr 2010 05:33:32 +0000] rev 3230
* check for valid TWave before starting/drawing them, prevents segfault
unc0rr [Thu, 01 Apr 2010 05:25:10 +0000] rev 3229
Fix build
unc0rr [Thu, 01 Apr 2010 05:10:50 +0000] rev 3228
- update russian translation a bit
- lupdate + lrelease
sheepluva [Thu, 01 Apr 2010 00:56:38 +0000] rev 3227
add fixed mission script files incl. inu's translation (portuguese I believe)
sheepluva [Thu, 01 Apr 2010 00:56:15 +0000] rev 3226
removing corrupted mission scripts (diff can't handle them)
nemo [Thu, 01 Apr 2010 00:48:26 +0000] rev 3225
another uninitialised value radz[k] for corresponding pa.ar of NTPX
sheepluva [Thu, 01 Apr 2010 00:38:02 +0000] rev 3224
possible map gen desync "fix" -- test please
koda [Thu, 01 Apr 2010 00:21:00 +0000] rev 3223
credits updated, adding Palewolf, sheepluva and prg as devs and replaced my previous openal stuff with something more current
fixed diglett hat
szczur updated locale
nemo [Thu, 01 Apr 2010 00:16:23 +0000] rev 3222
move this island further away from water too
koda [Wed, 31 Mar 2010 22:54:28 +0000] rev 3221
koda's changelog turn
fix to build mac system
remove some warnings
forgot one hat
debug stuff
nemo [Wed, 31 Mar 2010 22:02:12 +0000] rev 3220
Partial update by jose1711
nemo [Wed, 31 Mar 2010 20:54:50 +0000] rev 3219
Partial translation by BeholdMyGlory
nemo [Wed, 31 Mar 2010 20:51:26 +0000] rev 3218
Updated by FIQ
nemo [Wed, 31 Mar 2010 20:47:38 +0000] rev 3217
Add inu to credits since he kept going on about it
nemo [Wed, 31 Mar 2010 20:44:38 +0000] rev 3216
Only require a minimum speed if object is descending.
sheepluva [Wed, 31 Mar 2010 20:03:43 +0000] rev 3215
YOUR AD HERE! (just fixed a typo)
smxx [Wed, 31 Mar 2010 17:56:24 +0000] rev 3214
General:
* Some more changes to changelog
smxx [Wed, 31 Mar 2010 17:52:55 +0000] rev 3213
General:
* Updated changelog for 0.9.13 (might require some sorting)
sheepluva [Wed, 31 Mar 2010 17:51:36 +0000] rev 3212
changin da changelog
nemo [Wed, 31 Mar 2010 17:48:23 +0000] rev 3211
broken
unc0rr [Wed, 31 Mar 2010 17:40:46 +0000] rev 3210
nemo's update to changelog
smxx [Wed, 31 Mar 2010 17:35:06 +0000] rev 3209
General:
* Updated my stuff ;)
nemo [Wed, 31 Mar 2010 17:23:01 +0000] rev 3208
pika pika
nemo [Wed, 31 Mar 2010 16:03:19 +0000] rev 3207
Partial update from FIQ (those parts that didn't require correct encoding)
nemo [Wed, 31 Mar 2010 15:43:52 +0000] rev 3206
3 more pokemon
smxx [Wed, 31 Mar 2010 13:41:05 +0000] rev 3205
CMake:
* Fixed heaptrc tracking blocks (parameter order is important?)
smxx [Wed, 31 Mar 2010 11:59:32 +0000] rev 3204
Engine:
* Fixed cursor shown twice in some cases while weapon menu is shown
sheepluva [Wed, 31 Mar 2010 11:34:58 +0000] rev 3203
make use of Smaxx latest commit(s) when playing ImpactSounds
smxx [Wed, 31 Mar 2010 11:00:30 +0000] rev 3202
Engine:
* Forgot one overloaded function in last commit
smxx [Wed, 31 Mar 2010 10:59:30 +0000] rev 3201
Engine:
* Enable uSound to not play a sound if it's already/still playing
nemo [Wed, 31 Mar 2010 02:33:05 +0000] rev 3200
Minor tweak
koda [Tue, 30 Mar 2010 23:29:30 +0000] rev 3199
fixes to the mac build system
sending team data for the ifrontend
smxx [Tue, 30 Mar 2010 23:20:07 +0000] rev 3198
CMake:
* Removed debug flags that caused desyncs/infinite lag (just weird ...)
smxx [Tue, 30 Mar 2010 23:13:12 +0000] rev 3197
Maps:
* Disable Sudden Death on mission maps
smxx [Tue, 30 Mar 2010 23:03:51 +0000] rev 3196
Engine:
* Added missing space in pickup messages
smxx [Tue, 30 Mar 2010 20:51:25 +0000] rev 3195
Frontend:
* Check for missing item data due to entry being a separator in map list
palewolf [Tue, 30 Mar 2010 20:39:34 +0000] rev 3194
Updated as for version 3225 to translate the tunnel things by Renato Gelmini
koda [Tue, 30 Mar 2010 20:36:52 +0000] rev 3193
hopefully set the correct property...
palewolf [Tue, 30 Mar 2010 20:34:16 +0000] rev 3192
Insert commit message here about deleting hats
...oh, also Rambo hat i had lying around
smxx [Tue, 30 Mar 2010 20:33:20 +0000] rev 3191
Maps:
* Updated Knockball's preview once more
palewolf [Tue, 30 Mar 2010 20:31:28 +0000] rev 3190
Bad Palewolf, don't commit flags as hats
koda [Tue, 30 Mar 2010 20:30:51 +0000] rev 3189
inu and szczur locale files
smxx [Tue, 30 Mar 2010 20:30:28 +0000] rev 3188
Maps:
* Updated Knockball
palewolf [Tue, 30 Mar 2010 20:27:26 +0000] rev 3187
Pokemon hats
palewolf [Tue, 30 Mar 2010 20:18:54 +0000] rev 3186
Blox theme Sky.png was ¿white?
smxx [Tue, 30 Mar 2010 20:18:04 +0000] rev 3185
Frontend:
* Added separator and better sorting to map selection
* Updated German translation
palewolf [Tue, 30 Mar 2010 20:17:12 +0000] rev 3184
- Birdy is no longer translated
- Missing 03:41 translation
nemo [Tue, 30 Mar 2010 17:50:58 +0000] rev 3183
typo in template 41 definition. using FPoints from 40
smxx [Tue, 30 Mar 2010 17:44:02 +0000] rev 3182
Engine:
* Ensure support libs are unloaded properly before trying to call Mix_CloseAudio() - fixes SegFault when running newer versions of SDL_mixer
smxx [Tue, 30 Mar 2010 17:17:15 +0000] rev 3181
Engine/Frontend:
* Added prg's inverted mazes
* Updated ts files and German translation
sheepluva [Tue, 30 Mar 2010 16:01:12 +0000] rev 3180
fix fpc 2.2.4 type related warning with unclear origin
nemo [Tue, 30 Mar 2010 15:46:33 +0000] rev 3179
recompress pngs
smxx [Tue, 30 Mar 2010 13:51:19 +0000] rev 3178
Themes:
* Updated icons for halloween and olympics
nemo [Tue, 30 Mar 2010 13:49:32 +0000] rev 3177
move RSR to reserved for this release
nemo [Tue, 30 Mar 2010 13:45:41 +0000] rev 3176
bustamove flag. Thanks Tiy
nemo [Tue, 30 Mar 2010 13:41:06 +0000] rev 3175
New hat
smxx [Tue, 30 Mar 2010 13:35:26 +0000] rev 3174
Engine:
* Made home run harder to achieve
Graphics:
* Added laurel hat
nemo [Tue, 30 Mar 2010 13:33:01 +0000] rev 3173
This map has always been broken. This variant makes it slightly less broken (although something changed on the ceiling might prevent hiding on pixels on the slope). What will finally fix it is either moving nets closer together or adding angle bounce to hedgehogs or some other layout that prevents hiding.
smxx [Tue, 30 Mar 2010 13:20:04 +0000] rev 3172
Engine:
* Lowered the number of feathers spawned by Birdy
* Made hogs caugh/moan once they lose health due to poison - no longer random
Frontend:
* Modified game scheme editor to lookup the number of default ammoschemes (no longer hardcoded)
* Added new default game schemes: Barrel Mayhem, Tunnel Hogs
* Added new default weapon scheme: Tunnel Hogs
nemo [Tue, 30 Mar 2010 02:45:31 +0000] rev 3171
crank up r a bit
koda [Tue, 30 Mar 2010 00:03:58 +0000] rev 3170
ifrontend: predispone teams in a proper data structure
nemo [Tue, 30 Mar 2010 00:02:40 +0000] rev 3169
prophylactic removal of some Integer references, raise a few of the template islands up a bit so they work inverted without triggering border
palewolf [Mon, 29 Mar 2010 23:47:38 +0000] rev 3168
Fix a small glitch due to scaling down in mines and airplaine pixmaps
palewolf [Mon, 29 Mar 2010 23:39:31 +0000] rev 3167
Finish fixing pngs gray border when zooming
koda [Mon, 29 Mar 2010 23:27:35 +0000] rev 3166
properties for everyone!!!
updated locale by szczur
koda [Mon, 29 Mar 2010 23:20:34 +0000] rev 3165
just some very sane stuff for the iphone port (plus some macro on pascal files)
palewolf [Mon, 29 Mar 2010 20:49:36 +0000] rev 3164
Updated spanish translation
smxx [Mon, 29 Mar 2010 20:43:57 +0000] rev 3163
Frontend:
* Enabled localization for "Tunnel size"
* Updated all TS files as well as German translation
smxx [Mon, 29 Mar 2010 20:40:33 +0000] rev 3162
Engine:
* Reenabled centering of non-fullscreen window under Win32
Frontend:
* Ensure different team names as well as hats in quick games
palewolf [Mon, 29 Mar 2010 20:32:35 +0000] rev 3161
- Add HH dX/dY to Birdy disappearing animation
- Feather amount is proportional fo fuel left
smxx [Mon, 29 Mar 2010 20:27:54 +0000] rev 3160
Frontend:
* Avoid two identical team names in quick game.
smxx [Mon, 29 Mar 2010 18:50:22 +0000] rev 3159
Frontend:
* Enabled deletion of teams
* Buttons to modify teams (add/edit/delete) are now disabled if options menu is opened from within a game room / local game setup (might change once open issues are fixed)
* No longer load/save ignore and friends lists in local game setup
nemo [Mon, 29 Mar 2010 16:43:47 +0000] rev 3158
Add birdy.
smxx [Mon, 29 Mar 2010 16:39:08 +0000] rev 3157
Frontend:
* Redirect stdout/stderr from engine to frontend in dev builds (easier debugging)
CMake:
* Reenabled FPC warnings/notes (forced)
unc0rr [Mon, 29 Mar 2010 13:58:21 +0000] rev 3156
Update Italian translation by Renato Gelmini
sheepluva [Mon, 29 Mar 2010 13:41:10 +0000] rev 3155
fix typo in team name: possesed -> possessed
smxx [Mon, 29 Mar 2010 13:37:52 +0000] rev 3154
Engine:
* Reverted last change as it isn't bugged now or whatever... :P
smxx [Mon, 29 Mar 2010 13:35:15 +0000] rev 3153
Engine:
* Show engine window centered on screen if not in fullscreen mode
smxx [Mon, 29 Mar 2010 09:52:10 +0000] rev 3152
Engine:
* Reverted background textures overlapping by 1 pixel - breaks when using alpha channel
palewolf [Sun, 28 Mar 2010 23:41:58 +0000] rev 3151
AfterAttack was issued twice
palewolf [Sun, 28 Mar 2010 23:40:49 +0000] rev 3150
Return control as soon as Birdy begins to disappear
palewolf [Sun, 28 Mar 2010 23:37:28 +0000] rev 3149
Birdy appears from off-screen
mbait [Sun, 28 Mar 2010 23:21:07 +0000] rev 3148
Feather: sprites was moved to another layer
mbait [Sun, 28 Mar 2010 23:14:54 +0000] rev 3147
Feather: sprite size fix
mbait [Sun, 28 Mar 2010 23:11:16 +0000] rev 3146
Feather: wrong constant fix
mbait [Sun, 28 Mar 2010 23:10:33 +0000] rev 3145
Birdy's falling feathers
nemo [Sun, 28 Mar 2010 23:05:33 +0000] rev 3144
Adding small to these has never been useful
sheepluva [Sun, 28 Mar 2010 21:53:03 +0000] rev 3143
* tweaked some random stuff in GSHandlers.inc
nemo [Sun, 28 Mar 2010 20:53:36 +0000] rev 3142
claymore_ would like rearranged as so. hearing no objections...
nemo [Sun, 28 Mar 2010 18:47:35 +0000] rev 3141
prg adds option to toggle girders in maze, adjusts some frontend strings
smxx [Sun, 28 Mar 2010 18:28:46 +0000] rev 3140
Engine:
* Reduced steps' volume
smxx [Sun, 28 Mar 2010 18:26:31 +0000] rev 3139
Engine:
* Added muffled underwater sound and splashes for homing bee.
nemo [Sun, 28 Mar 2010 16:46:26 +0000] rev 3138
prg tweaks maze
nemo [Sun, 28 Mar 2010 16:42:03 +0000] rev 3137
One more wacky generated map. bunch of islands suitable for islands shoppa.
sheepluva [Sun, 28 Mar 2010 16:35:44 +0000] rev 3136
* removed old hellishimpact.ogg
* changed random impactsounds of HHgrenade to more general implementation
nemo [Sun, 28 Mar 2010 12:02:51 +0000] rev 3135
another ban for gstLoser
smxx [Sun, 28 Mar 2010 11:34:06 +0000] rev 3134
CMake:
* Run FindLua every time, even if LUA_LIBRARY is already set
nemo [Sun, 28 Mar 2010 02:49:39 +0000] rev 3133
prg's maze generator
palewolf [Sun, 28 Mar 2010 00:46:34 +0000] rev 3132
Add background color to translucent png to avoid gray borders when zooming
palewolf [Sun, 28 Mar 2010 00:45:56 +0000] rev 3131
Updated spanish locale
smxx [Sat, 27 Mar 2010 22:37:39 +0000] rev 3130
Themes:
* Updated all very small skyL/skyR textures to power of two dimensions to avoid artifacts
smxx [Sat, 27 Mar 2010 22:25:18 +0000] rev 3129
Engine:
* Added tiny overlapping to repeated background textures to reduce "gaps" between them
smxx [Sat, 27 Mar 2010 22:10:33 +0000] rev 3128
Sometimes you should just check to see if syntax highlighting is kicking in ...
smxx [Sat, 27 Mar 2010 21:04:38 +0000] rev 3127
CMake
* I must not eat melon bombs
* I must not eat melon bombs
smxx [Sat, 27 Mar 2010 21:03:29 +0000] rev 3126
Engine:
* Reverted drill rocket sound for now (sound bugs on some sound cards?)
smxx [Sat, 27 Mar 2010 21:02:41 +0000] rev 3125
CMake:
* Check for missing Lua library
smxx [Sat, 27 Mar 2010 20:55:55 +0000] rev 3124
General:
* Added missing sounds
smxx [Sat, 27 Mar 2010 20:51:53 +0000] rev 3123
Engine:
* Added sounds for Birdy (eggs breaking still missing)
* Added random coughs/moans to poisoned hogs
* Fixed one frame flickers when using fade in/out
* Fixed fade in/out while using zoom
Frontend:
* Added chat context menu icons
Themes:
* Updated Underwater's horizon
koda [Sat, 27 Mar 2010 17:45:51 +0000] rev 3122
hide the background gl context that remains active (might be worth freeing ithide the background gl context that remains active (might be worth freeing it))
nemo [Sat, 27 Mar 2010 17:45:26 +0000] rev 3121
Restore this for now until I figure out why ShowCrosshair is being cleared on last rope
palewolf [Sat, 27 Mar 2010 17:40:42 +0000] rev 3120
Fix mortar grey border
smxx [Sat, 27 Mar 2010 17:32:46 +0000] rev 3119
Engine:
* Updated engine to use voice packs' Melon.ogg
* Added new drill rocket sound
nemo [Sat, 27 Mar 2010 17:32:04 +0000] rev 3118
New impact sounds for HHG
koda [Sat, 27 Mar 2010 17:31:01 +0000] rev 3117
complete previous commit (which broken my local copy as well)
koda [Sat, 27 Mar 2010 17:27:15 +0000] rev 3116
branch ipad/iphone files to keep compatibility between versions
smxx [Sat, 27 Mar 2010 17:22:33 +0000] rev 3115
Engine:
* Updated Birdy's eggs and added egg shell fragments (missing sound)
nemo [Sat, 27 Mar 2010 17:03:27 +0000] rev 3114
Tidier way to handle crosshair drawing. show/hide based on CurAmmoGear for alt attack weps
koda [Sat, 27 Mar 2010 16:57:18 +0000] rev 3113
* port fadeout to opengles
* better notification mechanism
* add a confirmation message before ending game
* new structure for custom settings (splitview)
smxx [Sat, 27 Mar 2010 15:48:59 +0000] rev 3112
Engine:
* Added visible poison effect
* Updated homing bee in hand animation
nemo [Sat, 27 Mar 2010 15:41:21 +0000] rev 3111
Keep crosshair active when using rope, regardless of alt wep
smxx [Sat, 27 Mar 2010 14:57:41 +0000] rev 3110
Engine:
* Fixed new animations/sprites for homing bee
nemo [Sat, 27 Mar 2010 14:55:59 +0000] rev 3109
Reduce turns to -1 to allow processing health machine on first turn. Needs testing with Sudden Death set to 0
nemo [Sat, 27 Mar 2010 14:49:04 +0000] rev 3108
4 new hats, 2 reserved
smxx [Sat, 27 Mar 2010 14:03:30 +0000] rev 3107
Engine:
* Added possibility to fade the screen in/out using black or white
* Added flash effect to screenshot key
* Added fade in for round start
* Added fade out for round end
* Goal display now ignores first tick. So long loading times no longer "eat" their visibility time.
smxx [Sat, 27 Mar 2010 12:05:01 +0000] rev 3106
CMake:
* Fixed last commit
smxx [Sat, 27 Mar 2010 12:01:40 +0000] rev 3105
CMake:
* Truncate revision number (version_suffix) to numbers only (some versions of svn seem to add other strings)
palewolf [Sat, 27 Mar 2010 11:59:03 +0000] rev 3104
- Bee sprites for target and HH hand
mbait [Sat, 27 Mar 2010 11:53:37 +0000] rev 3103
Forgotten sprite
mbait [Sat, 27 Mar 2010 11:48:02 +0000] rev 3102
Added egg sprite
mbait [Sat, 27 Mar 2010 08:59:42 +0000] rev 3101
Wind does not affect of eggs
mbait [Sat, 27 Mar 2010 08:59:10 +0000] rev 3100
Added poisoned eggs
nemo [Sat, 27 Mar 2010 05:45:45 +0000] rev 3099
Add Wood forts
nemo [Sat, 27 Mar 2010 05:15:52 +0000] rev 3098
Specifically check for current hedgehog being on rope, the tricky bastard.
nemo [Sat, 27 Mar 2010 04:02:02 +0000] rev 3097
Try to reduce expensive Distance() call until sure it is needed
nemo [Sat, 27 Mar 2010 03:55:12 +0000] rev 3096
Remove Distance from flake kick, reduce calls to Random() in flame replacing w/ checks on game tick and a little randomness.
sheepluva [Sat, 27 Mar 2010 03:39:35 +0000] rev 3095
tweaked hellish impact sound a bit. and yeah, we really need to limit how frequently impact sounds can be triggered on bounce >.<
sheepluva [Sat, 27 Mar 2010 02:55:35 +0000] rev 3094
making collision/impact sounds a gear property + adding random melon+hellish sound, feel free to hate me :D
palewolf [Sat, 27 Mar 2010 00:48:59 +0000] rev 3093
Tweaking water depth with Tiy
sheepluva [Sat, 27 Mar 2010 00:03:29 +0000] rev 3092
doStepBomb: cache rounded values of Gear^.X/Y instead of recalculating the exact same values up to 512 times
koda [Sat, 27 Mar 2010 00:03:25 +0000] rev 3091
some code polish for the ifrontend
inu patch for translation
koda [Fri, 26 Mar 2010 23:47:12 +0000] rev 3090
restore compilation
use a tableview instead of random buttons
fix the end game
palewolf [Fri, 26 Mar 2010 22:53:42 +0000] rev 3089
First go at water depth
smxx [Fri, 26 Mar 2010 22:52:04 +0000] rev 3088
General:
* Fixed CMakeLists.txt files for renamed (casing) themes and maps
palewolf [Fri, 26 Mar 2010 21:03:15 +0000] rev 3087
Bad nemo... uppercase theme names in themes.cfg too
nemo [Fri, 26 Mar 2010 19:59:15 +0000] rev 3086
remove pointless code
smxx [Fri, 26 Mar 2010 17:43:21 +0000] rev 3085
Engine:
* Added small drop shadow to chat lines
* Fixed Birdy to really end the round
* Updated German texts
smxx [Fri, 26 Mar 2010 17:34:58 +0000] rev 3084
Engine:
* Fix bee.ogg's file name casing
nemo [Fri, 26 Mar 2010 17:22:52 +0000] rev 3083
Eliminate flake kick on themes with no flakes, more than 200 flakes (city) or explosions of 25 or smaller
nemo [Fri, 26 Mar 2010 17:18:44 +0000] rev 3082
Updated border colours from Tiy
smxx [Fri, 26 Mar 2010 16:02:47 +0000] rev 3081
Engine:
* Reverted Birdy's acceleration back to old values
smxx [Fri, 26 Mar 2010 15:59:21 +0000] rev 3080
Engine:
* Replaced UFO with the Homing Bee (Bzzzzz!)
nemo [Fri, 26 Mar 2010 15:56:26 +0000] rev 3079
Horizontally flip background textures on all themes but Desert and City. Also reduce PNG sizes a bit
nemo [Fri, 26 Mar 2010 15:55:20 +0000] rev 3078
Remove doubled call of freeEverything
nemo [Fri, 26 Mar 2010 15:52:47 +0000] rev 3077
Uppercase all theme and map names
mbait [Fri, 26 Mar 2010 12:38:11 +0000] rev 3076
New field in THedgehog for poisoning. New type of explosion- poisoned
smxx [Fri, 26 Mar 2010 12:34:18 +0000] rev 3075
Engine:
* Lowered Birdy's vertical acceleration while increasing his horizontal acceleration
* End turn after Birdy disappears
* Added English and German locale strings for birdy
* Reordered weapon menu
smxx [Fri, 26 Mar 2010 12:16:12 +0000] rev 3074
Frontend:
* Added text notice to main screen if build is a dev build
koda [Fri, 26 Mar 2010 09:40:26 +0000] rev 3073
add another button to close the game and return to the iFrontend (untested)
nemo [Fri, 26 Mar 2010 03:04:19 +0000] rev 3072
I don't know why I'm bothering. Sheepluva has a whole new approach in the works.
nemo [Fri, 26 Mar 2010 00:53:31 +0000] rev 3071
Add more dY checks to allow greater 45 deg bouncing, simplify check for stopped gear in interests of perf.
nemo [Fri, 26 Mar 2010 00:49:02 +0000] rev 3070
Change settings for birdy in default weapon sets
smxx [Fri, 26 Mar 2010 00:39:49 +0000] rev 3069
CMake:
* Don't build Lua on systems other than Win32/Apple
nemo [Fri, 26 Mar 2010 00:39:00 +0000] rev 3068
remove utility flag
smxx [Fri, 26 Mar 2010 00:37:36 +0000] rev 3067
CMake:
* Finally auto detect Lua system libraries on ALL unix/linux systems (hope so)
* Fixed first time configure for hwengine (tried to set LUA_LIBRARY before triggering detection)
nemo [Fri, 26 Mar 2010 00:26:32 +0000] rev 3066
Enable birdy. Has egg bombing. Eggs should possibly have a dX component. No poison yet, no egg sprite.
mbait [Thu, 25 Mar 2010 23:03:21 +0000] rev 3065
Birdy egg added
koda [Thu, 25 Mar 2010 23:02:55 +0000] rev 3064
testing ftw
koda [Thu, 25 Mar 2010 23:01:50 +0000] rev 3063
reworked interaction of engine/frontend when closing
added a corner button for general actions during game
nemo [Thu, 25 Mar 2010 02:02:53 +0000] rev 3062
tweak kick in case of wrapping
smxx [Wed, 24 Mar 2010 23:31:13 +0000] rev 3061
Frontend:
* Updated game scheme page
* Removed text labels from toggle buttons (looked ugly on smaller resolutions)
nemo [Wed, 24 Mar 2010 18:01:49 +0000] rev 3060
Android hat
nemo [Wed, 24 Mar 2010 15:36:46 +0000] rev 3059
Tiy redraws random order button
smxx [Wed, 24 Mar 2010 14:03:03 +0000] rev 3058
Engine:
* Free land objects right after map drawing
Frontend:
* No longer remove duplicates from friends/ignore lists (to keep Qt 4.4 compatibility)
Maps:
* No longer lock camera on balls on Knockball
nemo [Wed, 24 Mar 2010 11:01:21 +0000] rev 3057
Use MAXTHEMEOBJECTS instead of Count which appears to be 0 at this point.
palewolf [Tue, 23 Mar 2010 23:08:57 +0000] rev 3056
- Avoid gaps between land and grass in mushroom2
- Add bottom margin to moles to avoid flying heads on thin land
koda [Tue, 23 Mar 2010 21:58:23 +0000] rev 3055
fix a build error on 10.5, LandPixels properly initialized
palewolf [Tue, 23 Mar 2010 21:50:26 +0000] rev 3054
Make UFO rotate while flying
nemo [Tue, 23 Mar 2010 19:06:43 +0000] rev 3053
Free land object SDL surfaces.
unc0rr [Tue, 23 Mar 2010 16:53:45 +0000] rev 3052
wtf
unc0rr [Tue, 23 Mar 2010 16:50:13 +0000] rev 3051
Ok, this part is ok
smxx [Mon, 22 Mar 2010 20:57:49 +0000] rev 3050
Maps:
* Added Palewolf's Spanish translation for Basketball's script
* Added Knockball's directory to directories to be installed
nemo [Mon, 22 Mar 2010 20:19:06 +0000] rev 3049
I can't read.
nemo [Mon, 22 Mar 2010 18:04:18 +0000] rev 3048
oh. I missed the fact he moved it to uLandTexture
nemo [Mon, 22 Mar 2010 18:02:39 +0000] rev 3047
Oops. More like this. (initEverything was being called for Game() and preview in non-iphone already)
nemo [Mon, 22 Mar 2010 17:59:59 +0000] rev 3046
Remove doubled call of freeEverything. restore freeing of LandBackSurface pending unc0rr explaining why 'sactly he took it out (assuming an error right now)
unc0rr [Mon, 22 Mar 2010 17:48:19 +0000] rev 3045
Clean Augean stables
smxx [Mon, 22 Mar 2010 13:44:35 +0000] rev 3044
Engine:
* Added animation to AI's thinking bubble
Frontend:
* Updated settings page to use new add/edit/delete buttons for teams and weapon schemes (delete buttons are disabled and invisible for now)
* Updated English and German locales
nemo [Mon, 22 Mar 2010 11:52:16 +0000] rev 3043
Just tidying up a bit. Comments, moving uMisc to end of frees in case ones above it need logging
palewolf [Sun, 21 Mar 2010 22:26:12 +0000] rev 3042
Fix 16px offset on previous commit
koda [Sun, 21 Mar 2010 20:55:45 +0000] rev 3041
fix a small leak
koda [Sun, 21 Mar 2010 20:54:18 +0000] rev 3040
Insert commit message here (to get along with palewolf)
palewolf [Sun, 21 Mar 2010 20:53:34 +0000] rev 3039
Insert commit message here
unc0rr [Sun, 21 Mar 2010 19:02:03 +0000] rev 3038
In pascal unit is a namespace
nemo [Sun, 21 Mar 2010 18:42:34 +0000] rev 3037
Rename current things called utilities to Effects (since they impact game state / flags w/o using a gear) and add a bunch of things that don't cause damage and are just used to move to Utility crate.
nemo [Sun, 21 Mar 2010 16:51:33 +0000] rev 3036
Make barrels a little more likely to blow up. 25% more damage in fall
palewolf [Sun, 21 Mar 2010 16:45:46 +0000] rev 3035
- Updated snail, added mushrooms to nature theme
- Fix explosion border color on desert theme
koda [Sun, 21 Mar 2010 16:42:41 +0000] rev 3034
fix a rotation glitch
set to binary interface and project files
nemo [Sun, 21 Mar 2010 16:04:57 +0000] rev 3033
FillAmmoStore is reused - check for before start of play.
palewolf [Sun, 21 Mar 2010 15:50:38 +0000] rev 3032
Insert commit message here
nemo [Sun, 21 Mar 2010 13:53:47 +0000] rev 3031
Fix indexed flags
nemo [Sun, 21 Mar 2010 13:41:11 +0000] rev 3030
Remove Timer2 from Gear, add a Timer to Hedgehog
koda [Sun, 21 Mar 2010 03:51:58 +0000] rev 3029
a couple of smaller cleanups that didn't get in previous commit
nemo [Sun, 21 Mar 2010 03:51:53 +0000] rev 3028
Add a 2nd timer variable due to conflicts. This could perhaps use renaming
koda [Sun, 21 Mar 2010 01:54:57 +0000] rev 3027
lotsa optimizations and redraws for the iFrontend
koda [Sat, 20 Mar 2010 23:33:37 +0000] rev 3026
move interface files around to use standard names in different versions
koda [Sat, 20 Mar 2010 15:16:59 +0000] rev 3025
update project for ipad target
relocate objects (windbar, fps, timer) so that window size doesn't matter
move touch input in its custom controller rather than hack sdl one
nemo [Fri, 19 Mar 2010 19:49:33 +0000] rev 3024
aaaand back to 15s. most changed line of code ever.
nemo [Fri, 19 Mar 2010 02:06:27 +0000] rev 3023
so claymore will quit complaining 'cause he can't think fast enough
nemo [Thu, 18 Mar 2010 23:56:06 +0000] rev 3022
Adjust increment since there is no timer
koda [Thu, 18 Mar 2010 23:25:32 +0000] rev 3021
move the buttons a little
don't make assumptions on the screen size
nemo [Thu, 18 Mar 2010 17:52:56 +0000] rev 3020
use cWaterLine for steam, splashes and droplets
smxx [Thu, 18 Mar 2010 09:55:22 +0000] rev 3019
Frontend:
* Updated stylesheets and resized icons
* Forced Frontend's minimum size to 800x600
* Fixed some swapped texts in German locale
Graphics:
* Added two hats by DJ. LisT
nemo [Thu, 18 Mar 2010 02:55:42 +0000] rev 3018
Adjust tests for cluster and watermelon, add molotov, assign FP test to whip, try to keep AI from attempting fire walking.
koda [Thu, 18 Mar 2010 02:27:46 +0000] rev 3017
fix the glitch causing pass-through in land objects besides first game
unc0rr [Fri, 12 Nov 2010 19:47:52 +0300] rev 3016
Close this one
koda [Thu, 18 Mar 2010 02:18:50 +0000] rev 3015
add jump and backjump controls
fix a small glitch when dimming the controls
mbait [Wed, 17 Mar 2010 23:01:53 +0000] rev 3014
default lua variable fix
smxx [Wed, 17 Mar 2010 22:56:23 +0000] rev 3013
General:
* Updated Spanish translation by Palewolf
Maps:
* Updated Knockball to use less strings and placeholders
mbait [Wed, 17 Mar 2010 22:53:45 +0000] rev 3012
copy of trunk
smxx [Wed, 17 Mar 2010 12:30:55 +0000] rev 3011
General:
* Reorganized training files
smxx [Wed, 17 Mar 2010 11:02:08 +0000] rev 3010
Frontend:
* Fixed scheme selection (dang!)
smxx [Wed, 17 Mar 2010 10:55:12 +0000] rev 3009
Frontend:
* Fixed map selection
smxx [Wed, 17 Mar 2010 10:48:00 +0000] rev 3008
Frontend:
* Map selection detects maps with scripts as missions
* Disabled scheme selection for missions
koda [Wed, 17 Mar 2010 01:03:22 +0000] rev 3007
szczur's and inu's updated locale
koda [Wed, 17 Mar 2010 00:26:35 +0000] rev 3006
restore compilation on simulator and device
new architecture for implementing controls
controls implmented with a joystick (partially done)
lotsa code cleanup
smxx [Tue, 16 Mar 2010 21:48:58 +0000] rev 3005
Maps:
* Increased Knockball's platform size
smxx [Tue, 16 Mar 2010 21:39:55 +0000] rev 3004
Engine:
* Updated Ball Gun balls: Now rotate depending on velocity (looks better imo but could revert that change as well)
* Allow explosions without spawning gears (visuals)
* Added some script additions
Maps:
* Updated Basketball's CMakeLists.txt
* Added experimental Knockball map
smxx [Tue, 16 Mar 2010 19:28:15 +0000] rev 3003
Engine:
* Avoid Homerun event if permanent low gravity is enabled
* Added CurrentHedgehog to script globals (contains uid)
Maps:
* Rewrote Basketball scoring message (didn't count right anyway)
nemo [Tue, 16 Mar 2010 04:46:29 +0000] rev 3002
More semi-arbitrary tweaking.
nemo [Tue, 16 Mar 2010 04:43:01 +0000] rev 3001
Still fiddling with bouncing, hoping to make it work
smxx [Mon, 15 Mar 2010 11:54:47 +0000] rev 3000
General:
* Updated Finnish locale
* Added missing svn properties to Basketball's map.lua
smxx [Mon, 15 Mar 2010 11:53:32 +0000] rev 2999
Engine:
* Fixed reading localized strings longer than 255 bytes
* Fixed weapon tooltip to stay inside visible area in short ammo menus
* Allow maps to use their own map.lua file outside training mode (needs multiplayer testing)
* Added example script to Basketball map showing clan scores
* Fixed Shotgun and Bazooka trainings
* Removed basketball script example
nemo [Mon, 15 Mar 2010 02:23:40 +0000] rev 2998
Slightly better behaved bounce, assuming we can make this 45 deg thing work, calcs could stand some optimisation.
smxx [Sun, 14 Mar 2010 23:46:46 +0000] rev 2997
Engine:
* Fixed missions' ammostore
smxx [Sun, 14 Mar 2010 22:55:46 +0000] rev 2996
Engine:
* Added explosives count to scripting variables
* Fixed adding multiple teams using Lua (AmmoStore problem; temporary)
* Added another example mission: Basketball with score table
smxx [Sun, 14 Mar 2010 20:48:13 +0000] rev 2995
Engine:
* Small tweaks to Birdy code
* Added (commented) Birdy spawn code
nemo [Sun, 14 Mar 2010 20:46:29 +0000] rev 2994
Palewolf adds bubbles and splashes when firing bullets into the water
nemo [Sun, 14 Mar 2010 20:32:56 +0000] rev 2993
Remove animation on jumping/resuming walk, only leave it in on weapon switch
nemo [Sun, 14 Mar 2010 20:31:28 +0000] rev 2992
Accidentally checked in birdy testing. reverted.
nemo [Sun, 14 Mar 2010 20:23:11 +0000] rev 2991
An animation requested by Tiy. Needs testing.
smxx [Sun, 14 Mar 2010 20:22:00 +0000] rev 2990
Engine:
* Removed obsolete trigger code
nemo [Sun, 14 Mar 2010 17:04:36 +0000] rev 2989
Add back sheepluva's 45° patch for some weapons. Rescale Tiy's latest icons to his specifications.
nemo [Sun, 14 Mar 2010 16:56:02 +0000] rev 2988
New multiplayer graphic
nemo [Sun, 14 Mar 2010 16:47:29 +0000] rev 2987
Tiy adds active weapon icons for a bunch of things.
nemo [Sun, 14 Mar 2010 14:59:08 +0000] rev 2986
Trying to tweak kicks a bit
nemo [Sun, 14 Mar 2010 14:47:21 +0000] rev 2985
Kick flakes a bit when an explosion is nearby. Needs testing / review by those more artistically inclined
nemo [Sun, 14 Mar 2010 14:28:14 +0000] rev 2984
Make underwater droplets more visible, add splash
smxx [Sun, 14 Mar 2010 14:18:31 +0000] rev 2983
Engine:
* Migrated Birdy test code (untested)
nemo [Sat, 13 Mar 2010 14:30:41 +0000] rev 2982
Palewolf adds droplets to his splashes
nemo [Sat, 13 Mar 2010 14:19:34 +0000] rev 2981
Fix basketball map and hog cannon.
koda [Fri, 12 Mar 2010 20:36:12 +0000] rev 2980
add the HedgewarsMobile project file to source control
nemo [Fri, 12 Mar 2010 18:59:35 +0000] rev 2979
Palewolf fixes zoom issue w/ bluewater, tweaks blend
nemo [Fri, 12 Mar 2010 01:44:10 +0000] rev 2978
Same approach for cluster bomb.
nemo [Fri, 12 Mar 2010 01:21:53 +0000] rev 2977
More polish changes szczur
nemo [Thu, 11 Mar 2010 22:22:30 +0000] rev 2976
Palewolf redraws BlueWater against svg, adds themed splashes
nemo [Thu, 11 Mar 2010 18:01:55 +0000] rev 2975
Splash files for prior version
smxx [Thu, 11 Mar 2010 17:56:26 +0000] rev 2974
Engine:
* Added Palewolf's splash effect
nemo [Thu, 11 Mar 2010 04:31:50 +0000] rev 2973
Crude copy of grenade routine to allow AI to use watermelon bomb with reasonable lethalness.
unc0rr [Wed, 10 Mar 2010 06:50:06 +0000] rev 2972
Patch by soreau (polished by me): show floating away ammo icon when you pick up a crate
nemo [Tue, 09 Mar 2010 02:48:27 +0000] rev 2971
Ensure ammo menu is flagged false if no ammo
nemo [Tue, 09 Mar 2010 02:02:22 +0000] rev 2970
Let's try this too (override following remote if in ammo menu)
nemo [Mon, 08 Mar 2010 21:52:40 +0000] rev 2969
This *should* solve issue w/ cursor moving around in ammo menu while not your turn NEEDS TESTING, changing uIO makes me nervous
nemo [Mon, 08 Mar 2010 01:42:23 +0000] rev 2968
Fix iluvu flag (indexed), shrink molotov radius a bit to try and reduce fail
nemo [Mon, 08 Mar 2010 01:29:33 +0000] rev 2967
Trying a new grave and hat. can be removed if not up to Tiy's standards
smxx [Sun, 07 Mar 2010 21:27:06 +0000] rev 2966
Server:
* Updated syntax/usage info to show real executable name
nemo [Sun, 07 Mar 2010 16:40:21 +0000] rev 2965
Updated pl from szczur/nerihsa. Reduce dX requirement for high dY to allow batting tighter angles, try grenade impact sound for barrels
nemo [Sat, 06 Mar 2010 21:56:43 +0000] rev 2964
Try out "tumbling" frame as a drowning frame
nemo [Sat, 06 Mar 2010 21:32:04 +0000] rev 2963
This might be all it takes to prevent the desync. needs local/remote testing. Also toggle 2nd barrel state on 0 movement
smxx [Sat, 06 Mar 2010 18:44:42 +0000] rev 2962
Engine:
* Updated team chat's format
General:
* Updated German translation
unc0rr [Sat, 06 Mar 2010 18:23:25 +0000] rev 2961
Fix "FOLLOW" command handler and place it into proper file
unc0rr [Sat, 06 Mar 2010 18:21:05 +0000] rev 2960
- Fix spectators team chat
- Remove deprecated TEAM_CHAT command support
smxx [Sat, 06 Mar 2010 13:56:33 +0000] rev 2959
Engine:
* Forgot to remove one line in last commit.
smxx [Sat, 06 Mar 2010 13:55:58 +0000] rev 2958
Engine:
* Changed order of game goals
* Added texture drawing (based on pixel width/height; unused in HEAD right now but working on some ideas)
* Added comments to trainings
unc0rr [Sat, 06 Mar 2010 13:54:55 +0000] rev 2957
Oops, remove debug stuff
koda [Sat, 06 Mar 2010 13:52:56 +0000] rev 2956
ifrontend: add the missing panels
nemo [Sat, 06 Mar 2010 13:49:55 +0000] rev 2955
Tweak to joke in french locale (everyone always fixes the spelling) updated explosive frames from Palewolf, increase explosive fall damage from 30 to 40
unc0rr [Sat, 06 Mar 2010 13:45:25 +0000] rev 2954
Fix sending routine
unc0rr [Sat, 06 Mar 2010 13:41:06 +0000] rev 2953
Update some engine localization
unc0rr [Sat, 06 Mar 2010 13:40:40 +0000] rev 2952
- Convert strings from utf-8 on recieve, and back to utf-8 when send them
- Optimize send by using 'unlines' function
- not tested
unc0rr [Sat, 06 Mar 2010 13:39:50 +0000] rev 2951
Some updates of russian localization
smxx [Sat, 06 Mar 2010 13:29:17 +0000] rev 2950
Engine:
* Updated example scripts to fallback to English texts if localized text is missing
smxx [Sat, 06 Mar 2010 13:22:52 +0000] rev 2949
Engine:
* Added localisation support to LUA (see example hwt files)
unc0rr [Sat, 06 Mar 2010 10:59:20 +0000] rev 2948
Replace tabs with spaces using 'expand -t 4' command
unc0rr [Sat, 06 Mar 2010 10:54:24 +0000] rev 2947
hate Smaxx (tested)
nemo [Sat, 06 Mar 2010 01:26:12 +0000] rev 2946
Stagger gear animations
nemo [Sat, 06 Mar 2010 01:21:44 +0000] rev 2945
Remove frame count from rolling explosive
nemo [Sat, 06 Mar 2010 01:19:58 +0000] rev 2944
Adjust fall damage again, zero out X/Y to avoid sinking/shivering barrels.
smxx [Sat, 06 Mar 2010 01:09:14 +0000] rev 2943
*SVGs for updated PNGs
smxx [Sat, 06 Mar 2010 01:07:59 +0000] rev 2942
Engine:
* Added Palewolf's updated barrel/explosives graphics
nemo [Fri, 05 Mar 2010 17:32:13 +0000] rev 2941
White/Black smoke, break out rolling barrel into its own routine, adjust rolling barrel impact damage. NEEDS TESTING
smxx [Fri, 05 Mar 2010 15:54:23 +0000] rev 2940
Engine:
* Added nemo's approach for step sound control for testing
nemo [Fri, 05 Mar 2010 02:57:34 +0000] rev 2939
... or I would have been if svn hadn't locked up and made me try my luck at one more...
nemo [Fri, 05 Mar 2010 02:51:12 +0000] rev 2938
ok. I think I'm finally done burning revisions
nemo [Fri, 05 Mar 2010 02:28:03 +0000] rev 2937
More tweaking, make blowtorch interact badly w/ explosives
nemo [Fri, 05 Mar 2010 02:23:57 +0000] rev 2936
Only trigger on dX to allow dropping straight down
nemo [Fri, 05 Mar 2010 02:21:10 +0000] rev 2935
tweak
nemo [Fri, 05 Mar 2010 02:19:42 +0000] rev 2934
Try not to hang the simulation :)
nemo [Fri, 05 Mar 2010 02:17:03 +0000] rev 2933
Experiment with barrels. Add rolling.
nemo [Thu, 04 Mar 2010 19:35:27 +0000] rev 2932
Activate hedgehogs if explosives are falling. They could be sitting on top.
smxx [Thu, 04 Mar 2010 16:20:07 +0000] rev 2931
Engine:
* Reverted position selection pulsing
nemo [Thu, 04 Mar 2010 04:25:09 +0000] rev 2930
You can remove 'em if you hate 'em.
koda [Wed, 03 Mar 2010 23:04:24 +0000] rev 2929
restore tiger 10.4 deployment
unc0rr [Wed, 03 Mar 2010 18:47:02 +0000] rev 2928
When removing team, set player's clan property to a colour of his another team
nemo [Wed, 03 Mar 2010 16:43:31 +0000] rev 2927
Add 05:11-05:15
smxx [Wed, 03 Mar 2010 16:41:07 +0000] rev 2926
Engine:
* Fixed random mine fuse text to show the right time span
smxx [Wed, 03 Mar 2010 16:19:37 +0000] rev 2925
CMAKE SMASH!
smxx [Wed, 03 Mar 2010 15:04:39 +0000] rev 2924
Engine:
* Renamed proto.inc to config.inc to receive other config values from cmake as well
* Moved Lua library lookup back to CMake - hope this finally fixes all issues
* Fixed training once again
nemo [Wed, 03 Mar 2010 14:49:10 +0000] rev 2923
Rearrange the test a bit to make the separation a bit clearer, also try snuggling crates up a bit closer to other things.
smxx [Wed, 03 Mar 2010 14:35:48 +0000] rev 2922
Engine:
* Reverted lookup name for Lua as the new version didn't work everywhere as well
smxx [Wed, 03 Mar 2010 11:38:02 +0000] rev 2921
Engine:
* Added new animated target pointer
* Addd new "preview" cursor for teleport
smxx [Wed, 03 Mar 2010 11:22:23 +0000] rev 2920
Engine:
* Simplified library name to look for to "lua" on all systems. This should resolve linking issues as long as the installed Lua version is 5.1
Frontend:
* Added URL shortcut to Xfire Game SDK's webpage
unc0rr [Wed, 03 Mar 2010 06:30:51 +0000] rev 2919
Now really fix build
unc0rr [Wed, 03 Mar 2010 06:29:01 +0000] rev 2918
Fix build
unc0rr [Wed, 03 Mar 2010 06:28:04 +0000] rev 2917
Fix server for 0.9.12 (tested)
nemo [Wed, 03 Mar 2010 04:33:49 +0000] rev 2916
Make barrels a little easier to destroy (60 instead of 75) - still more than 2 shotgun blasts or a grenade, but in range of dynamite or a well-placed cluster
nemo [Wed, 03 Mar 2010 02:56:18 +0000] rev 2915
Add spinner for explosives, add dust on crate impact, crank up explosives a bit
nemo [Wed, 03 Mar 2010 02:36:52 +0000] rev 2914
Ensure explosives are spawned somewhere w/ plenty of ground under them
smxx [Tue, 02 Mar 2010 19:50:58 +0000] rev 2913
Engine:
* Small tweaks to English and German locales
Frontend:
* Added a new default locale choice ("system default") that uses Qt's guessing to determine the preferred language
* Updated ts/qm files
nemo [Tue, 02 Mar 2010 19:46:35 +0000] rev 2912
French translation of 03-05. Still missing 05:11-15 and needs further proofing insertion of | in appropriate places
smxx [Tue, 02 Mar 2010 17:22:36 +0000] rev 2911
Engine:
* Explosive crates: Use them as cover - but watch out, they may explode spreading fire everywhere!
* Temporary hack for testing: Replaced all mines with explosive crates
smxx [Tue, 02 Mar 2010 15:04:31 +0000] rev 2910
Engine:
* Fixed DrawTextureF und DrawTextureRotatedF for NPOT textures
nemo [Tue, 02 Mar 2010 04:04:16 +0000] rev 2909
tweak
smxx [Mon, 01 Mar 2010 22:25:57 +0000] rev 2908
Engine:
* Added damage modifier to game mode/rule display
* Added low gravity activation sound
smxx [Mon, 01 Mar 2010 19:57:09 +0000] rev 2907
Engine:
* Updated Chinese translation
smxx [Mon, 01 Mar 2010 19:56:14 +0000] rev 2906
General:
* Updated Spanish translation by Palewolf
smxx [Mon, 01 Mar 2010 19:54:33 +0000] rev 2905
Engine:
* Converted all strings without maximum lengths to ansistrings (eliminates 255 char limit) or shortstrings (needs some testing)
* Goal/mission display now stays within screen borders even if it's very long
* Extended mine game mode display to respect no timer and random timer
smxx [Mon, 01 Mar 2010 19:20:43 +0000] rev 2904
Engine:
* Show modified mine timer as a game mode/setting
smxx [Mon, 01 Mar 2010 18:01:09 +0000] rev 2903
Engine:
* Added game mode notice for shared ammo game flag
unc0rr [Mon, 01 Mar 2010 17:54:12 +0000] rev 2902
Fix problems with utf8-encoded nicknames in team chat (not tested)
smxx [Mon, 01 Mar 2010 15:03:13 +0000] rev 2901
Frontend:
* Reverted to old "theme finding" for now
smxx [Mon, 01 Mar 2010 14:47:09 +0000] rev 2900
Frontend:
* Fixed inconsistency in German locale
smxx [Mon, 01 Mar 2010 14:45:41 +0000] rev 2899
Frontend:
* Completed German translation
* Updated other languages' files
smxx [Mon, 01 Mar 2010 12:55:54 +0000] rev 2898
Frontend:
* Added language selection to options menu to allow using other languages than the one detected by Qt
smxx [Mon, 01 Mar 2010 12:20:38 +0000] rev 2897
Frontend:
* Added labels and moved the fort selection on the edit team page
* Realigned most items on the settings page
nemo [Mon, 01 Mar 2010 04:03:21 +0000] rev 2896
Make her less day-glo
nemo [Mon, 01 Mar 2010 00:47:18 +0000] rev 2895
Updates to portuguese translation by inu
nemo [Mon, 01 Mar 2010 00:26:15 +0000] rev 2894
crank up landmines a little
nemo [Mon, 01 Mar 2010 00:23:29 +0000] rev 2893
another fix to MrMFS' patch
nemo [Mon, 01 Mar 2010 00:19:23 +0000] rev 2892
Slight tweak to admittedly placeholder image to emphasise inverted role
nemo [Mon, 01 Mar 2010 00:02:55 +0000] rev 2891
Formerly "Draw Girders" by MrMfS - now "Disable Girders" to allow template prefs to still exist
nemo [Sun, 28 Feb 2010 17:56:21 +0000] rev 2890
Darken the dud a bit so it is easier to distinguish
nemo [Sun, 28 Feb 2010 17:52:29 +0000] rev 2889
tweak mine dud spinner
nemo [Sun, 28 Feb 2010 17:51:38 +0000] rev 2888
Graphic for dead mines
nemo [Sun, 28 Feb 2010 17:49:45 +0000] rev 2887
Switch to smoke
nemo [Sun, 28 Feb 2010 17:48:44 +0000] rev 2886
trying a little hiss and steam
nemo [Sun, 28 Feb 2010 17:32:39 +0000] rev 2885
Tweak condition for hiding ammo
smxx [Sun, 28 Feb 2010 17:20:49 +0000] rev 2884
General:
* Renamed hats (shorter names)
* Updated SVN ignore lists
nemo [Sun, 28 Feb 2010 16:53:03 +0000] rev 2883
lupdate-qt4 & lrelease-qt4
nemo [Sun, 28 Feb 2010 16:03:33 +0000] rev 2882
Dude mine probability spinner
nemo [Sun, 28 Feb 2010 15:41:42 +0000] rev 2881
Flag the sharing of ammo between clan teams.
nemo [Sun, 28 Feb 2010 13:57:34 +0000] rev 2880
Palewolf adds PrincessPeach, updates other hats from set
nemo [Sun, 28 Feb 2010 02:42:37 +0000] rev 2879
Typo
nemo [Sat, 27 Feb 2010 20:01:54 +0000] rev 2878
Some Mario hats from Palewolf, Link from Armagon, and a couple of Eva hats
nemo [Sat, 27 Feb 2010 19:54:03 +0000] rev 2877
First real reserved hats. Thanks Tiy! Also, seeing if blowtorch looks ok w/ hat on.
nemo [Sat, 27 Feb 2010 16:29:40 +0000] rev 2876
Tiy's awesome new simple game icon
nemo [Sat, 27 Feb 2010 00:13:45 +0000] rev 2875
Musn't forget sicily
nemo [Fri, 26 Feb 2010 19:52:22 +0000] rev 2874
A simple hat reservation mechanism. Can be worked around with a little effort, but to make it useful, you'd have to get everyone you played with to work around it too. Quite a bit of effort for a small reward feature.
nemo [Fri, 26 Feb 2010 16:29:00 +0000] rev 2873
Font switch requested by Copy Liu in
issue #220 - a GPL CJK font set that includes some hand-drawn bitmaps for lower resolutions, reducing fuzziness of CJK chars in places like the ammo menu
nemo [Fri, 26 Feb 2010 03:25:59 +0000] rev 2872
Update Desert theme
nemo [Fri, 26 Feb 2010 00:03:57 +0000] rev 2871
rearrange fall damage a bit so invulnerability still causes dust
nemo [Thu, 25 Feb 2010 23:28:26 +0000] rev 2870
Palewolf tweaks map object placement some more.
unc0rr [Thu, 25 Feb 2010 18:34:36 +0000] rev 2869
Replace tabs with spaces here too
unc0rr [Thu, 25 Feb 2010 18:34:30 +0000] rev 2868
Some debug stuff
unc0rr [Thu, 25 Feb 2010 18:28:33 +0000] rev 2867
- Unbreak support for client versions prior to 0.9.13-dev
- Replace tabs with spaces (sorry for mixing with code changes)
nemo [Thu, 25 Feb 2010 15:58:44 +0000] rev 2866
Set 32 hog limit for fort maps
smxx [Thu, 25 Feb 2010 15:48:40 +0000] rev 2865
Engine:
* Updated English locale (Sniper Rifle fires twice - not once)
* Updated German locale (missing tooltip texts)
smxx [Thu, 25 Feb 2010 13:04:31 +0000] rev 2864
Engine:
* Fixed copy and paste typo in English locale
* Updated German locale (still working on tooltips)
smxx [Thu, 25 Feb 2010 13:02:08 +0000] rev 2863
Engine:
* Added a new window to the game's start that shows special rules affecting the current game (e.g. karma or low gravity)
smxx [Thu, 25 Feb 2010 12:49:04 +0000] rev 2862
Engine:
* Updated training mission's ammo scheme generation
nemo [Thu, 25 Feb 2010 04:08:47 +0000] rev 2861
remove turn waits for crazy and shoppa
nemo [Thu, 25 Feb 2010 04:04:26 +0000] rev 2860
Awesome patch from TheException - adds editing of weapon delay and crate count. Tiy might want to tweak the crate graphic, could make be smaller or less overlappy.
nemo [Wed, 24 Feb 2010 16:41:35 +0000] rev 2859
another nil check
nemo [Wed, 24 Feb 2010 13:46:02 +0000] rev 2858
Add nil check to shotgun shell
nemo [Wed, 24 Feb 2010 13:29:06 +0000] rev 2857
Fix spectator crash due to missing nil check in new dust gear, init Ammo to nil in World prior to nil check
nemo [Wed, 24 Feb 2010 03:03:43 +0000] rev 2856
Adjust LocalClan when shuffling, set to -1 in case all local clans are bots.
nemo [Wed, 24 Feb 2010 01:55:59 +0000] rev 2855
Show the ammo menu of the last local non-bot team when not local turn. needs testing
nemo [Tue, 23 Feb 2010 23:54:38 +0000] rev 2854
Corrected test
nemo [Tue, 23 Feb 2010 19:25:38 +0000] rev 2853
Restore shared clan ammo (still needs flag), add ammo info message if the person who picked up the ammo was a member of your clan
smxx [Tue, 23 Feb 2010 15:41:37 +0000] rev 2852
Engine:
* Added step sounds for hedgehogs (needs some tweaking after jumps)
nemo [Tue, 23 Feb 2010 03:57:27 +0000] rev 2851
oops. forgot the free. also drop the speed check.
nemo [Tue, 23 Feb 2010 03:55:46 +0000] rev 2850
A little clock for convenience in finding things in demos
smxx [Tue, 23 Feb 2010 00:27:48 +0000] rev 2849
Engine:
* Fixed a mistake with DEagle's tooltip
smxx [Tue, 23 Feb 2010 00:21:20 +0000] rev 2848
Engine:
* Added Palewolf's dust clouds when an hog suffers fall damage
smxx [Tue, 23 Feb 2010 00:18:57 +0000] rev 2847
Frontend:
* Fixed nick list's context menu not updating when using keyboard only
smxx [Mon, 22 Feb 2010 23:03:50 +0000] rev 2846
Frontend:
* Some cleanup and updating context menu entries for chat widget
smxx [Mon, 22 Feb 2010 22:51:21 +0000] rev 2845
Frontend:
* Added friends and ignore list functionality to frontend (use the nicklist's context menu to add or remove nicknames)
* Text messages and emotes of ignored players will no longer appear
* Text messages an emotes of friends will be shown in a different color
smxx [Mon, 22 Feb 2010 10:56:43 +0000] rev 2844
Engine:
* Fixed sometimes broken drawing of static graves (clamping issue?)
* Removed the (now obsolete) DrawSurfSprite from uStore
nemo [Mon, 22 Feb 2010 05:50:29 +0000] rev 2843
Check the right midpoint font
nemo [Mon, 22 Feb 2010 05:41:25 +0000] rev 2842
Updated Chinese locales from Copy Liu
nemo [Mon, 22 Feb 2010 05:40:24 +0000] rev 2841
Fix CJK in tooltips.
nemo [Mon, 22 Feb 2010 00:53:04 +0000] rev 2840
Skip drawing some stuff if water is opaque. Affects simulation.
smxx [Mon, 22 Feb 2010 00:47:50 +0000] rev 2839
Engine:
* Updated health bar drawing to no longer tint name and health bar contents if highlighted (avoids small but noticeable color changes)
nemo [Sun, 21 Feb 2010 22:01:59 +0000] rev 2838
ok... how about this?
nemo [Sun, 21 Feb 2010 21:55:34 +0000] rev 2837
Be sure to initialise count for teleport in placement mode
nemo [Sun, 21 Feb 2010 19:03:46 +0000] rev 2836
inu adds some whitespace
nemo [Sun, 21 Feb 2010 19:03:04 +0000] rev 2835
inu's updated portugese (marco_silva and inu are fighting over name of deagle :) )
smxx [Sun, 21 Feb 2010 16:32:43 +0000] rev 2834
General:
* Don't set makefiles to verbose using debug config (should be enabled when changing CMakeLists.txt only)
nemo [Sun, 21 Feb 2010 16:28:46 +0000] rev 2833
Check for empty hat, somehow claymore managed this, this should be a workaround pending figuring out how he did it.
smxx [Sat, 20 Feb 2010 19:54:24 +0000] rev 2832
Engine:
* Fix LoopSound returning an undefined value if sound isn't played/started
nemo [Sat, 20 Feb 2010 18:58:51 +0000] rev 2831
Revert r2675 pending solution to teams getting wrong ammo.
smxx [Sat, 20 Feb 2010 09:33:20 +0000] rev 2830
Frontend:
* Added Xfire SDK files to /misc/xfire. See license.txt for further details.
nemo [Fri, 19 Feb 2010 02:19:47 +0000] rev 2829
Another solution needs to be found.
smxx [Fri, 19 Feb 2010 00:53:22 +0000] rev 2828
Engine:
* Code to spawn new shells wasn't commited for whatever reason
smxx [Fri, 19 Feb 2010 00:51:37 +0000] rev 2827
Engine:
* New visual gear: Shell
* Shooting Shotgun and Sniper Rifle now throws out shells
* Added sound for (re-)loading Sniper Rifle
Installer:
* Updated vendor name to "Hedgewars Project"
nemo [Thu, 18 Feb 2010 13:59:05 +0000] rev 2826
Remove invulnerability protection from the team gone effect
smxx [Thu, 18 Feb 2010 13:23:24 +0000] rev 2825
Engine:
* Removed memory leaks displaying usage / syntax
nemo [Thu, 18 Feb 2010 01:02:28 +0000] rev 2824
Extra incentive to attack non-king hogs. If king loses his entourage, he loses 5hp per turn
smxx [Wed, 17 Feb 2010 21:49:38 +0000] rev 2823
Engine:
* Updated Spanish translation by Palewolf
Frontend:
* Updated Spanish translation by Palewolf
smxx [Wed, 17 Feb 2010 20:03:25 +0000] rev 2822
Engine:
* Use included Lua source files to compile a local copy to be used (Koda)
Frontend:
* Changed the way Xfire code is excluded outside Win32
* Updated slovak translation by jose1711__
smxx [Wed, 17 Feb 2010 19:50:22 +0000] rev 2821
Frontend:
* Added support for extended Xfire status display (Win32; requires Xfire SDK; CMAKE variable to add/ignore missing)
smxx [Wed, 17 Feb 2010 17:38:32 +0000] rev 2820
Frontend:
* Possible fix to engine window losing it's focus while Xfire is active (too sporadic to test)
nemo [Tue, 16 Feb 2010 03:03:26 +0000] rev 2819
Ensure InitialCount gets a value
nemo [Tue, 16 Feb 2010 02:23:12 +0000] rev 2818
Should be equivalent, but in any case, not needed
smxx [Mon, 15 Feb 2010 23:32:34 +0000] rev 2817
Engine:
* Fix engine window's icon loading
* Note: Thou shall not embed preprocessor code into strings!
smxx [Mon, 15 Feb 2010 23:22:26 +0000] rev 2816
Engine:
* Forgot to commit hwengine.rc
Training Missions:
* Small tweaks to keep the time left once the goal is reached
smxx [Mon, 15 Feb 2010 21:56:49 +0000] rev 2815
Training Missions:
* Missions won't fail if you win within the last seconds (check for win)
* Granting more time for Bazooka training to finish
smxx [Mon, 15 Feb 2010 21:54:26 +0000] rev 2814
Engine:
* Removed some commented out lines
* Added "SetHealth" script command
* Added support for global variables (between lua and game)
Training Missions:
* Once again fail if your time runs out
* Training missions show a "You've lost!" message
* Changed Shotgun training back to mushrooms map
nemo [Mon, 15 Feb 2010 21:44:05 +0000] rev 2813
Keep crosshairs when being kicked by gstWinner (for rope and such)
koda [Mon, 15 Feb 2010 19:49:20 +0000] rev 2812
add liblua to sources for macosx
smxx [Mon, 15 Feb 2010 14:04:29 +0000] rev 2811
Engine:
* Reduced alt weapon box's size to 75%
* Updated DrawTextureF and DrawRotatedTextureF to support multiple columns as well as custom dimensions
nemo [Mon, 15 Feb 2010 00:01:21 +0000] rev 2810
bad koda
koda [Sun, 14 Feb 2010 23:50:51 +0000] rev 2809
mac build supports lua
nemo [Sun, 14 Feb 2010 21:57:47 +0000] rev 2808
Need this too to set it to last hog for current switch alg
nemo [Sun, 14 Feb 2010 21:53:17 +0000] rev 2807
halt team blink on attack
nemo [Sun, 14 Feb 2010 21:52:32 +0000] rev 2806
Prevent crasher if attempting to show ammo menu
koda [Sat, 13 Feb 2010 16:04:04 +0000] rev 2805
new menupage ingame for common actions
new style for moving the main menu
smxx [Sat, 13 Feb 2010 12:40:40 +0000] rev 2804
General:
* Removed FindLua51 cmake module as fpc does it's own lookup anyway
koda [Sat, 13 Feb 2010 01:56:35 +0000] rev 2803
allow to compile engine as library with HWLIBRARY symbol
move the first run check in the first view controller instead of appdelegate
relocate things around to make room for controls/buttons/menu
smxx [Fri, 12 Feb 2010 18:40:14 +0000] rev 2802
Engine:
* Added alt weapon icon to parachute and flying saucer
* Hide alt weapon icon once weapon was used
smxx [Fri, 12 Feb 2010 17:02:08 +0000] rev 2801
Engine:
* Show alternative weapon that might be used while on rope (if any is selected)
smxx [Fri, 12 Feb 2010 16:39:22 +0000] rev 2800
Engine:
* Added executable icon (Win32 only)
* Added window icon
* Tiy should redo both as I couldn't get them right (blurred/transparency)
koda [Wed, 10 Feb 2010 22:00:49 +0000] rev 2799
add a new way to fetch version info from pascal to c
complete the stubs for the new lua section
fixed a glitch in the ifrontend
smxx [Wed, 10 Feb 2010 21:23:03 +0000] rev 2798
Engine:
* Excluded Lua scripting on iPhone
Frontend:
* Some stylesheet tweaks by Tiy and me
smxx [Wed, 10 Feb 2010 17:53:21 +0000] rev 2797
Engine:
* Redirect debug log to stderr in case no path was provided (e.g. run from command line)
smxx [Wed, 10 Feb 2010 17:31:12 +0000] rev 2796
Engine:
* Proper cleanup after creating landscape preview
* Avoid trying to write to current working directory (no-go under Windows Vista/7 if installed to C:\Program Files)
smxx [Wed, 10 Feb 2010 17:15:10 +0000] rev 2795
Engine:
* Last pointer cast removed (I hope)
smxx [Wed, 10 Feb 2010 17:13:49 +0000] rev 2794
Engine:
* Forgot another gear pointer -> gear uid change
smxx [Wed, 10 Feb 2010 15:42:00 +0000] rev 2793
Engine:
* Prevent script calls with no script loaded (error spam)
smxx [Wed, 10 Feb 2010 13:53:31 +0000] rev 2792
Engine:
* Submit gear UID to script functions instead of gear pointer on gear add/delete
smxx [Wed, 10 Feb 2010 10:03:13 +0000] rev 2791
Engine:
* Fixed uScript to compile without DEBUGFILE set
smxx [Wed, 10 Feb 2010 09:52:00 +0000] rev 2790
Engine:
* Identify gears in Lua using their unique id instead of their pointer address - this should keep training from crashing on x64 platforms
* Removed obsolete script call to "onTeamSetup" even before any script is loaded
nemo [Wed, 10 Feb 2010 02:03:41 +0000] rev 2789
Some slight changes to slovak locale
smxx [Wed, 10 Feb 2010 01:02:20 +0000] rev 2788
* Forgot to update CMakeLists.txt for proper INSTALL
smxx [Wed, 10 Feb 2010 00:57:39 +0000] rev 2787
* Casing ... *whistle*
smxx [Wed, 10 Feb 2010 00:55:40 +0000] rev 2786
Engine:
* Added LUA scripting support for trainings (and maybe soon) scenarios/missions
* Converted Shotgun and Bazooka Training to LUA
* New dependency: LUA 5.1
* New Mission Objectives window
* Extended default keybinds for non-iPhone builds
* NOTE: Script function names etc. might change soon so don't work too hard on your own missions (for now)! This is experimental!
Frontend:
* Added support for new training maps/LUA scripts
nemo [Tue, 09 Feb 2010 21:51:52 +0000] rev 2785
set min on king health proportion
nemo [Tue, 09 Feb 2010 20:47:22 +0000] rev 2784
King health proportional to team size
nemo [Tue, 09 Feb 2010 18:58:44 +0000] rev 2783
Palewolf's patch to allow controlling proportion of various objects in themes. Desert and Nature have non-default values
nemo [Tue, 09 Feb 2010 18:34:49 +0000] rev 2782
tweak of placement
nemo [Tue, 09 Feb 2010 16:39:43 +0000] rev 2781
antialiasing, a minor obsession.
smxx [Tue, 09 Feb 2010 14:30:59 +0000] rev 2780
Engine:
* Added victory.ogg as sndVictory (only used in to-be-commited training right now)
nemo [Tue, 09 Feb 2010 14:24:25 +0000] rev 2779
Suggestion from Tiy. Use a random hi. Could maybe be shorter sounds, using the 4 shortest voicepacks already