nemo [Tue, 09 Feb 2010 14:21:25 +0000] rev 2778
New British voicepack
nemo [Tue, 09 Feb 2010 13:04:11 +0000] rev 2777
tweak. no chirp on room creation.
nemo [Tue, 09 Feb 2010 03:21:09 +0000] rev 2776
Only enable chirp for room owner
nemo [Tue, 09 Feb 2010 02:03:31 +0000] rev 2775
Only beep in room, load sound in constructor
nemo [Tue, 09 Feb 2010 01:50:36 +0000] rev 2774
Switch to PlayChannel so as not to interrupt background music.
nemo [Tue, 09 Feb 2010 01:47:50 +0000] rev 2773
Have game beep when someone joins lobby/room. Controlled by Sound option
koda [Mon, 08 Feb 2010 21:49:52 +0000] rev 2772
some code cleanup for the ifrontend
nemo [Mon, 08 Feb 2010 18:12:06 +0000] rev 2771
Override both hog placements, this makes divide teams pretty much useless with hog placement mode. Restricting hog placement to one side might be a nice addition.
nemo [Mon, 08 Feb 2010 16:03:58 +0000] rev 2770
Decrease king buff from 150% bonus to 50% bonus, disable warning sound in placement mode
nemo [Mon, 08 Feb 2010 15:56:43 +0000] rev 2769
Some handling of interaction between king mode and place hogs mode.
nemo [Mon, 08 Feb 2010 12:54:44 +0000] rev 2768
Request by soreau. Placement time proportional to map size.
nemo [Mon, 08 Feb 2010 12:49:58 +0000] rev 2767
Yay for burning through revision numbers
nemo [Mon, 08 Feb 2010 12:49:41 +0000] rev 2766
redundant
nemo [Mon, 08 Feb 2010 12:49:21 +0000] rev 2765
Attractiveness tweak
nemo [Mon, 08 Feb 2010 12:46:09 +0000] rev 2764
Allow for ammos w/o teleports
nemo [Mon, 08 Feb 2010 05:17:59 +0000] rev 2763
Do CI correctly. Still need to allow for mode in case of no teleports in ammo
nemo [Mon, 08 Feb 2010 03:03:18 +0000] rev 2762
Mode to place hogs at start of game. Will probably need a bit more testing.
smxx [Fri, 05 Feb 2010 13:47:25 +0000] rev 2761
General:
* Updated svn ignore lists
Engine:
* Small update to en locale
* Fixed line break conversion for gl.txt
nemo [Fri, 05 Feb 2010 13:32:57 +0000] rev 2760
... or. just move the king check to after the gear nil
nemo [Fri, 05 Feb 2010 13:30:47 +0000] rev 2759
account for dying king
nemo [Fri, 05 Feb 2010 13:12:31 +0000] rev 2758
Add one king per team instead of clan, kill off clan if all kings are dead. untested.
nemo [Fri, 05 Feb 2010 11:47:57 +0000] rev 2757
add quebec for all the canadian frenchies.
nemo [Fri, 05 Feb 2010 11:44:28 +0000] rev 2756
Strip PNGs, tweak hedgewars flag.
smxx [Fri, 05 Feb 2010 00:47:28 +0000] rev 2755
Engine:
* Removed duplicated locale entries
koda [Fri, 05 Feb 2010 00:43:56 +0000] rev 2754
touchinput works, invisible buttons added and initial support for chat
koda [Thu, 04 Feb 2010 22:34:21 +0000] rev 2753
update iphone port to new code from Smaxx
smxx [Thu, 04 Feb 2010 22:30:42 +0000] rev 2752
Frontend:
* Skip cpu flag to hide it from players
smxx [Thu, 04 Feb 2010 22:29:19 +0000] rev 2751
Engine:
* Force 'cpu' flag for AI players; keep players from using it
* Updated english Locale/de.txt
Graphics:
* Added first pack of community submitted flags (cm_*.png)
* Added some new hats
smxx [Thu, 04 Feb 2010 20:49:59 +0000] rev 2750
Frontend:
* Updated main window's background color
smxx [Thu, 04 Feb 2010 20:49:23 +0000] rev 2749
Frontend:
* Updated graphics by Tiyuri
smxx [Thu, 04 Feb 2010 20:47:39 +0000] rev 2748
Graphics:
* Added even more flags
smxx [Thu, 04 Feb 2010 20:45:03 +0000] rev 2747
Server:
* Added support for flags (this still needs further adjustments to restore compatibility with older versions (team datasets)!)
Engine:
* Added support for flags
* Added weapon tooltips
* Moved SplitBySpace to uMisc
* Set file operations to readonly to avoid conflicts running multiple copies networked and synced on one (fast) machine
* Flash active team while green arrow is shown (waiting for input or camera centered on active hog)
* Updated English locale
Frontend:
* Added support for flags
* Added flag selection to edit team page
* Added checkbox for weapon tooltips in options
* "Random team" button may now be translated
* Disabled "official server" button till protocol is handled for all versions (see above; nemo's server is updated to new protocol)
Graphics:
* Added basic set of example flags
nemo [Thu, 04 Feb 2010 18:46:49 +0000] rev 2746
Correct napalm adjustment.
smxx [Thu, 04 Feb 2010 14:48:49 +0000] rev 2745
Engine:
+ Split PlaySound into PlaySound and LoopSound
+ Added overloaded versions of PlaySound/LoopSound that won't require voicepack parameter
+ LoopSound now allows multiple copies of the same sound to play looped and returns the channel used for playback (to stop them later)
+ StopSound now allows either a specific sound (single playback) or channel (single playback as well as looped playback) to be stopped
+ SoundChannel attribute for Gears to be used when looping sounds
smxx [Thu, 04 Feb 2010 14:35:31 +0000] rev 2744
Engine:
* Avoid playing the same sound looped multiple times as its impossible to stop older copies then (at least for now)
koda [Wed, 03 Feb 2010 23:36:42 +0000] rev 2743
implement transition in the way i had in mind
smxx [Wed, 03 Feb 2010 13:02:28 +0000] rev 2742
Frontend:
+ Changed save and demo file extensions to ".<protocol>.hwd" and ".<protocol>.hws" to make file associations easier/constant
+ Added icons to savegame and demo file list (might require some redrawing/updating)
nemo [Wed, 03 Feb 2010 04:18:28 +0000] rev 2741
Fix crash in DrawTunnel
koda [Wed, 03 Feb 2010 03:01:44 +0000] rev 2740
programmatically load main controller
adapt settings to landscape
transition between main controller and other views
smxx [Mon, 01 Feb 2010 22:01:35 +0000] rev 2739
Frontend:
+ New edit buttons for game and weapon scheme selection
koda [Mon, 01 Feb 2010 21:26:15 +0000] rev 2738
new graphics from Tiy and frontend is loaded in landscape mode
koda [Mon, 01 Feb 2010 19:43:57 +0000] rev 2737
inu's updated pt_PT translation file
nemo [Mon, 01 Feb 2010 07:10:33 +0000] rev 2736
Tweak napalm so it'll hit on the X without wind. Unlike bombs / minestrike, should not depend on height of X.
smxx [Sun, 31 Jan 2010 22:52:42 +0000] rev 2735
Engine:
+ Play sound when switching hogs
+ Save screenshots to home directory instead of working directory
+ Use Windows bitmap format for screenshots under Win32 (more common and better supported)
* Fix compiler warnings
koda [Sun, 31 Jan 2010 22:43:09 +0000] rev 2734
smaller improvements in mouse handling
smxx [Sun, 31 Jan 2010 22:15:53 +0000] rev 2733
Engine:
* Keep blowtorch and other weapons from penetrating indestructible terrain (e.g. solid borders)
* Reduced explosion background borders
Frontend:
+ Show unknown or missing maps in room list by tinting them red
nemo [Sun, 31 Jan 2010 19:32:43 +0000] rev 2732
Only add turn timeout for weapons that don't already have a timeout
nemo [Sun, 31 Jan 2010 19:25:31 +0000] rev 2731
oops. forgot skip turn
nemo [Sun, 31 Jan 2010 19:24:22 +0000] rev 2730
Remove king invulnerability, disable everything but teleport instead.
nemo [Sun, 31 Jan 2010 16:35:18 +0000] rev 2729
Pass correct gear to modifydamage in shotgun
nemo [Sun, 31 Jan 2010 16:31:45 +0000] rev 2728
Adjust king movement in ammoshove, give king a damage bonus
nemo [Sun, 31 Jan 2010 16:22:50 +0000] rev 2727
Nature theme additions by Tiy and Palewolf
nemo [Sun, 31 Jan 2010 16:20:53 +0000] rev 2726
Update translation files, add "King Mode"
koda [Sat, 30 Jan 2010 18:23:42 +0000] rev 2725
input handling reworked, still a lot of bugs in mouse movement
koda [Sat, 30 Jan 2010 01:46:23 +0000] rev 2724
redo LANDSCAPE MODE in a saner way with lots of fps
uWorld cleaned a little with widgets moved to fit the new interface
(mouse handling is messed up though)
koda [Fri, 29 Jan 2010 00:55:14 +0000] rev 2723
LANDSCAPE ON IPHONE
brings down fps, other localization features
nemo [Thu, 28 Jan 2010 20:36:24 +0000] rev 2722
IOResult is a special variable
nemo [Thu, 28 Jan 2010 19:01:57 +0000] rev 2721
Remove inverted and useless test
koda [Wed, 27 Jan 2010 19:58:52 +0000] rev 2720
adds a "factory reset" to iphone frontend
nemo [Wed, 27 Jan 2010 00:11:52 +0000] rev 2719
Tweak load order
nemo [Tue, 26 Jan 2010 23:04:19 +0000] rev 2718
Rename for consistency
nemo [Tue, 26 Jan 2010 23:00:45 +0000] rev 2717
Alternate loading for koda's consideration. For case of pt_BR will try en, pt, then pt_BR
koda [Tue, 26 Jan 2010 21:55:51 +0000] rev 2716
complete the replacement of init/free wrappers for every unit
iphone frontend smaller fixes
symbol TOUCHINPUT deprecated
revision of some sdl1.3 code
nemo [Tue, 26 Jan 2010 04:13:37 +0000] rev 2715
Free up some unfreed memory. Needed for Koda's iphone lib work
koda [Sun, 24 Jan 2010 19:52:30 +0000] rev 2714
update iphone frontend to the new (silly) sdl api, code cleanups for other sections
nemo [Sun, 24 Jan 2010 19:01:51 +0000] rev 2713
Palewolf's smoke traces for fire.
nemo [Sun, 24 Jan 2010 16:46:06 +0000] rev 2712
Minor tweak, try to make long flavour text last longer, move the hurt self messages to unused messages group, so they don't get wiped by crate an instant later.
nemo [Sun, 24 Jan 2010 16:39:09 +0000] rev 2711
If the music is going to be wrong, it can at least irritate me less.
nemo [Sun, 24 Jan 2010 16:35:47 +0000] rev 2710
Some value for opacity. Did not adjust water colour.
nemo [Sun, 24 Jan 2010 16:33:57 +0000] rev 2709
Add Desert theme
nemo [Sun, 24 Jan 2010 16:25:10 +0000] rev 2708
forgot Themes CMakeLists file
nemo [Sun, 24 Jan 2010 16:24:24 +0000] rev 2707
Olympics theme, Ruler map training map and a bunch of new textures for the more "3d" terrain thingy Smaxx added.
koda [Sun, 24 Jan 2010 13:38:14 +0000] rev 2706
sheepluva's patch to add a "follow" command to server and frontend, in order to stalk people and join them in their rooms
koda [Sun, 24 Jan 2010 13:37:03 +0000] rev 2705
fix a nasty 196 bytes memory leak in engine, plus other stuff for iphone frontend
nemo [Sun, 24 Jan 2010 07:37:00 +0000] rev 2704
Rolling random numbers before land is generated is bad, m'kay? InitWorld probably not the best place for it.
nemo [Sun, 24 Jan 2010 07:26:03 +0000] rev 2703
Randomise order of play.
koda [Sat, 23 Jan 2010 21:57:24 +0000] rev 2702
rewrite gamesetup to use less memory, rename effects to sound plus some nice actions, settings work in game again
koda [Sat, 23 Jan 2010 13:15:27 +0000] rev 2701
settings tab has now a very nice iphone-like interface
koda [Wed, 20 Jan 2010 14:31:45 +0000] rev 2700
updated polish translation by szczur
koda [Mon, 18 Jan 2010 05:36:08 +0000] rev 2699
replace initialization/finalization statements with custom init functions
koda [Sat, 16 Jan 2010 17:30:37 +0000] rev 2698
objc/pascal finally working
hwengine becomes a library for the iphone
use custom sdl_image to fix bug
remove thread code and forward_argc/forward_argv
koda [Sat, 16 Jan 2010 06:48:56 +0000] rev 2697
code cleanup and opengles optimizations
koda [Fri, 15 Jan 2010 10:03:31 +0000] rev 2696
settings are applied to game launch
koda [Thu, 14 Jan 2010 16:46:50 +0000] rev 2695
makes freepascal code compatible with OBJFPC mode
koda [Thu, 14 Jan 2010 16:38:43 +0000] rev 2694
can use latest sdlimage, work on setting panel and option when launching the game, minor fixes
koda [Wed, 13 Jan 2010 09:41:35 +0000] rev 2693
GameSetup is now a class, use of NSThread instead of pthreads, game doesn't quit after first execution (but crashes aftewards - the irony)
koda [Tue, 12 Jan 2010 07:32:15 +0000] rev 2692
better network support + initial work for returning to frontend
koda [Sun, 10 Jan 2010 00:52:20 +0000] rev 2691
initial support for engine protocol
koda [Sat, 09 Jan 2010 01:34:23 +0000] rev 2690
move mixed functions in PascalExports
koda [Sat, 09 Jan 2010 00:59:12 +0000] rev 2689
iphone overlay button animation
koda [Fri, 08 Jan 2010 03:52:44 +0000] rev 2688
move all sdl source files in a proper directory
remove hackish code to get a window up, now it should be quite clean
koda [Fri, 08 Jan 2010 03:38:01 +0000] rev 2687
add stub files for other views and prevent useless crashes
also changed the tabBar icons
koda [Fri, 08 Jan 2010 01:29:28 +0000] rev 2686
fix italian translation
koda [Fri, 08 Jan 2010 01:12:51 +0000] rev 2685
frontend images by Tiy, first setup of frontend
nemo [Thu, 07 Jan 2010 22:59:14 +0000] rev 2684
Hopefully this is the last error. Fix the if test, offset by -1 due to how the output appears to be handled.
koda [Thu, 07 Jan 2010 22:49:25 +0000] rev 2683
touch input: reset zoom, attack button
koda [Thu, 07 Jan 2010 19:50:40 +0000] rev 2682
additional modifications for touch input
nemo [Thu, 07 Jan 2010 16:18:32 +0000] rev 2681
Drop the LongInt conversion, strip the two tests that are too large
nemo [Thu, 07 Jan 2010 16:13:43 +0000] rev 2680
misspelling
nemo [Thu, 07 Jan 2010 16:12:26 +0000] rev 2679
bit of a short circuit to reduce a few pointless tests on most text strings
koda [Thu, 07 Jan 2010 05:23:23 +0000] rev 2678
injection of custom code in SDL for iPhone in order to implement our frontend
initial support for (real) multitouch events
nemo [Tue, 05 Jan 2010 21:26:38 +0000] rev 2677
Non-hacked version of CJK handling. Should switch to CJK rendering only if a particular string needs it, instead of based on locale file.
nemo [Tue, 05 Jan 2010 19:20:44 +0000] rev 2676
Galician locale by "Gallaecio"
koda [Mon, 04 Jan 2010 01:35:57 +0000] rev 2675
Palewolf's updated translation, images in misc
koda [Sun, 03 Jan 2010 22:58:19 +0000] rev 2674
lupdate + Palewolf's updated spanish translation + other patches of mine
koda [Sun, 03 Jan 2010 17:27:25 +0000] rev 2673
rewritten find_file part
koda [Sun, 03 Jan 2010 17:23:40 +0000] rev 2672
check for sdl_image and sdl_mixer versions
use revision number for hedgewars version
koda [Sun, 03 Jan 2010 15:40:41 +0000] rev 2671
smaller patches, one missing Sky-lowres, IMG_Init and Mix_Init (might require newer libraries), updates to SDL bindings, code cleanup, new compile flags
koda [Thu, 24 Dec 2009 13:38:20 +0000] rev 2670
regression, powerpc colors working again
koda [Thu, 24 Dec 2009 02:02:12 +0000] rev 2669
introduction of IMG_Init
restore powerpc build on 10.6
nemo [Sun, 20 Dec 2009 20:35:15 +0000] rev 2668
Updated chinese and taiwanese locales. Need to run the taiwanese ones past my taiwanese coworkers. Changes were extensive.
koda [Sun, 20 Dec 2009 20:08:17 +0000] rev 2667
binding typo
koda [Sat, 19 Dec 2009 19:37:30 +0000] rev 2666
update SDLMain.m/.h to latest version
rename cNearBlackColor to cNearBlackColorChannels for readability
merge tunsetborder.inc in uLandGraphics.pas
koda [Fri, 18 Dec 2009 02:47:28 +0000] rev 2665
complete transition of longword->sdl_color for TTF bindings
koda [Fri, 18 Dec 2009 02:33:45 +0000] rev 2664
powerpc and gameserver compilation disabled temporarily
work in progress for converting longword to sdl_color
koda [Wed, 16 Dec 2009 14:58:45 +0000] rev 2663
random updates for 10.6 and iphone builds
unc0rr [Mon, 14 Dec 2009 20:23:51 +0000] rev 2662
Implement "team" chat between spectators
unc0rr [Mon, 14 Dec 2009 18:52:04 +0000] rev 2661
Update translation
unc0rr [Thu, 10 Dec 2009 18:20:34 +0000] rev 2660
Fix a rare bug when crosshair stucks in up position
nemo [Wed, 09 Dec 2009 17:35:42 +0000] rev 2659
This seems a little more efficient
nemo [Tue, 08 Dec 2009 17:46:58 +0000] rev 2658
Restore the plural forms - lupdate-qt4 seems to be behaving now. update the compiled files too
nemo [Tue, 08 Dec 2009 17:41:53 +0000] rev 2657
Add language to each ts file, rerun disabling of teams.
nemo [Tue, 08 Dec 2009 17:37:41 +0000] rev 2656
revert 2695 until I figure out why the linguist update stripped the numerusforms.
nemo [Tue, 08 Dec 2009 17:29:32 +0000] rev 2655
Comment out the unused teams to avoid translators working on unused translations.
nemo [Sat, 05 Dec 2009 17:57:09 +0000] rev 2654
Can't trim this unless another value is used. needed for joins.
nemo [Wed, 02 Dec 2009 02:29:53 +0000] rev 2653
remove missing ogg
koda [Mon, 30 Nov 2009 04:18:31 +0000] rev 2652
still updates for mac compilation
nemo [Sun, 29 Nov 2009 21:47:47 +0000] rev 2651
Reorder
nemo [Sun, 29 Nov 2009 19:01:01 +0000] rev 2650
Arbitrary sanity limits on names. 35 name, 15, username, 20 weapon, 20 scheme. Could increase, just to avoid annoying scrolling for silly names.
nemo [Sun, 29 Nov 2009 18:54:24 +0000] rev 2649
Restore old column layout.
unc0rr [Sun, 29 Nov 2009 18:30:21 +0000] rev 2648
Get rid of stupid ToggleLongInt and ToggleString functions
unc0rr [Sun, 29 Nov 2009 16:56:04 +0000] rev 2647
Smaxx patch with tuning by me:
- hogs might worry/panic if they're next to explosives (grenade, dynamite, etc.)
- play sndVaporice for each fire extinguished only once (not 3 times)
- allow "on attack" voices/sounds for weapons (similar to water melon bomb)
- allow one voice/sound to be played during emotes
- print protocol version in version info (console)
- rope sounds (disabled atm)
- landscape background
- optimized/rewrote explosion drawing
- fixed "StopSound" called with an inactive sound to stop some random sound
- disabled npott
nemo [Sun, 29 Nov 2009 16:37:12 +0000] rev 2646
New despeckle by Palewolf that pretty well on-the-fly
unc0rr [Sat, 28 Nov 2009 15:22:28 +0000] rev 2645
Fix bug with cursor coordinates sent via net (or demo/save file)
koda [Sat, 28 Nov 2009 02:46:15 +0000] rev 2644
other tweaks for mac compilation
unc0rr [Thu, 26 Nov 2009 18:43:33 +0000] rev 2643
Probably fix bug (not tested, I just checked if it builds)
unc0rr [Thu, 26 Nov 2009 16:51:03 +0000] rev 2642
A message to help debug
koda [Wed, 25 Nov 2009 04:27:53 +0000] rev 2641
some tweaks in the mac compilation system
nemo [Tue, 24 Nov 2009 20:40:08 +0000] rev 2640
tiny french tweak by artart78, check in inu's portugese much later now that svn is back
koda [Sun, 22 Nov 2009 04:28:30 +0000] rev 2639
fix build
nemo [Sun, 22 Nov 2009 01:50:38 +0000] rev 2638
new portugese text from inu
nemo [Sat, 21 Nov 2009 22:55:20 +0000] rev 2637
Proper plurals for english, french updates from artart78
unc0rr [Sat, 21 Nov 2009 17:28:05 +0000] rev 2636
Run "optipng -o5 -np -nc -nb" on all sprites in Data folder
unc0rr [Sat, 21 Nov 2009 17:24:44 +0000] rev 2635
Teams in one clan have common ammo
nemo [Sat, 21 Nov 2009 15:04:42 +0000] rev 2634
Set AllInactive to False on falling fire
koda [Fri, 20 Nov 2009 23:40:24 +0000] rev 2633
trailing mods from previous commit
nemo [Fri, 20 Nov 2009 22:02:49 +0000] rev 2632
revert r2363's ruining the joke
nemo [Fri, 20 Nov 2009 21:30:10 +0000] rev 2631
A rather tedious rename of "Please," to "Please" triggered by bruce89 in interests of proper grammar. Also updated lrelease-qt4 which should pick up artart78's prior hedgewars_fr.ts fixes. Also a couple of typos in en.txt / fi.txt / pl.txt
koda [Fri, 20 Nov 2009 21:22:05 +0000] rev 2630
revamped file access and debug display
koda [Fri, 20 Nov 2009 14:56:43 +0000] rev 2629
universal application setup
nemo [Wed, 18 Nov 2009 14:50:14 +0000] rev 2628
A whole ton of new french event strings from artart78
nemo [Tue, 17 Nov 2009 20:36:08 +0000] rev 2627
numerous additions/modifications to french translation by artart78
nemo [Mon, 16 Nov 2009 17:40:17 +0000] rev 2626
Some french tweaks by artart78
unc0rr [Mon, 16 Nov 2009 16:51:26 +0000] rev 2625
Fix girder on compost theme
koda [Sun, 15 Nov 2009 22:26:42 +0000] rev 2624
Color Fix in PPC + files fallbacks
koda [Sun, 15 Nov 2009 19:43:58 +0000] rev 2623
forgot this file in previous commit
koda [Sun, 15 Nov 2009 19:42:28 +0000] rev 2622
fix chat color in ppc
unc0rr [Sat, 14 Nov 2009 11:06:55 +0000] rev 2621
Fix desync when playing with AI via network, occuring in certain conditions
nemo [Sat, 14 Nov 2009 05:26:26 +0000] rev 2620
koda, can we try to keep unC0Rr's code formatting, and not just change it when we feel like it?
koda [Sat, 14 Nov 2009 02:53:04 +0000] rev 2619
fix wrong ttf blending in ppc
koda [Fri, 13 Nov 2009 23:04:23 +0000] rev 2618
JS patch to (really) activate Vsync
koda [Fri, 13 Nov 2009 20:33:31 +0000] rev 2617
add option for vsync -- good results on mac and linux, should be harmless on others (please test)
nemo [Wed, 11 Nov 2009 21:54:28 +0000] rev 2616
AI fire w/o moving for artillery. Needs testing, but seems to work quickly and w/o AI screwups.
koda [Wed, 11 Nov 2009 19:48:16 +0000] rev 2615
removes workaround except for iphone
btw this commit makes hedgewars playable on PowerPc architectures
unc0rr [Wed, 11 Nov 2009 16:11:41 +0000] rev 2614
Update Ukrainian translation
koda [Tue, 10 Nov 2009 18:56:24 +0000] rev 2613
fix keybindings in PPC
nemo [Tue, 10 Nov 2009 16:43:15 +0000] rev 2612
unbreak build
nemo [Tue, 10 Nov 2009 04:22:55 +0000] rev 2611
Add check for nil gear
koda [Tue, 10 Nov 2009 04:07:08 +0000] rev 2610
color works under ppc
koda [Mon, 09 Nov 2009 22:56:29 +0000] rev 2609
add a x86_64 mac target
unc0rr [Mon, 09 Nov 2009 20:29:21 +0000] rev 2608
- Formatting changes
- Rename AttacksNum variable
- Fix a bug when OnAmmoUsed wasn't called in some conditions
unc0rr [Mon, 09 Nov 2009 18:44:09 +0000] rev 2607
wtf is this, koda?
koda [Fri, 06 Nov 2009 18:59:43 +0000] rev 2606
updated build files for macosx and optimization system
unc0rr [Fri, 06 Nov 2009 18:24:55 +0000] rev 2605
AI knows what artillery mode is
nemo [Thu, 05 Nov 2009 21:03:44 +0000] rev 2604
Remove mostly useless comments put in to explain patch long ago.
koda [Thu, 05 Nov 2009 20:48:13 +0000] rev 2603
revert previous commit to remove a wip patch
koda [Thu, 05 Nov 2009 20:47:42 +0000] rev 2602
update themes cmakefiles to use GLOB instead of listing all the files
koda [Thu, 05 Nov 2009 20:40:31 +0000] rev 2601
fix iphone build
koda [Thu, 05 Nov 2009 19:50:16 +0000] rev 2600
revamped SDLh.pas
koda [Thu, 05 Nov 2009 16:23:09 +0000] rev 2599
move compiler directives to standard pascal
nemo [Wed, 04 Nov 2009 01:42:06 +0000] rev 2598
Oops. Accidentally removed the scaling.
nemo [Mon, 02 Nov 2009 18:24:58 +0000] rev 2597
A basic Spidey hat, leave hat on when roping.
unc0rr [Sun, 01 Nov 2009 17:19:55 +0000] rev 2596
Compete loading teams/hedgehogs part from mission config
nemo [Fri, 30 Oct 2009 19:41:39 +0000] rev 2595
This massive image modification removes colour profile information and adds an alpha channel.
The first saves a little space, the second costs a little space. First is needed since SDL on OSX applies colour profile info which, while cool, is useless so long as the other theme colours are un-adjusted. Second is since we are apparently requiring full 32 bit surfaces now.
unc0rr [Fri, 30 Oct 2009 19:28:44 +0000] rev 2594
Add loading team parameters
koda [Thu, 29 Oct 2009 23:59:46 +0000] rev 2593
add an uninstall target (to be tested)
workaround for a bug with mac sdl_image
koda [Thu, 29 Oct 2009 17:51:54 +0000] rev 2592
fix missing land on ppc
koda [Mon, 26 Oct 2009 10:39:20 +0000] rev 2591
other controls implementation + sdlh revisited (once again)
koda [Sun, 25 Oct 2009 23:52:36 +0000] rev 2590
touch control completely revamped
unc0rr [Sun, 25 Oct 2009 18:16:40 +0000] rev 2589
Further work on missions editor
nemo [Sun, 25 Oct 2009 16:51:20 +0000] rev 2588
Increase AMMO_INFINITE to 100
koda [Sun, 25 Oct 2009 16:35:09 +0000] rev 2587
fix a segfault in the iphone simulator by moving options.inc at the beginning of the file
koda [Sun, 25 Oct 2009 15:55:49 +0000] rev 2586
added little/big endian checks, added symbol for touch input, simplified iphoneos definitions
unc0rr [Sun, 25 Oct 2009 12:41:48 +0000] rev 2585
Smaxx: only allow change direction when shift key is pressed
unc0rr [Sun, 25 Oct 2009 12:40:47 +0000] rev 2584
Change mission file format to allow more flexible config
unc0rr [Sun, 25 Oct 2009 12:19:47 +0000] rev 2583
Partially implement loading mission options
koda [Sun, 25 Oct 2009 10:39:12 +0000] rev 2582
fix build
koda [Sun, 25 Oct 2009 10:38:09 +0000] rev 2581
convert 24 bits images to 32 (faster to manage)
koda [Sun, 25 Oct 2009 09:02:17 +0000] rev 2580
completes touch input/control (problems with moving camera)
koda [Sat, 24 Oct 2009 13:50:31 +0000] rev 2579
more updates on touch input/control
koda [Fri, 23 Oct 2009 11:12:01 +0000] rev 2578
err, complete previous commit
koda [Fri, 23 Oct 2009 11:11:42 +0000] rev 2577
WE HAVE HOGS MOVING ON IPHONE
koda [Thu, 22 Oct 2009 21:03:38 +0000] rev 2576
code cleanup for Surface2Tex (we don't have 3 bytes surfaces any more)
koda [Thu, 22 Oct 2009 18:59:35 +0000] rev 2575
update color management for new sdl_image on mac
still has some trasparency problems
unc0rr [Wed, 21 Oct 2009 19:41:24 +0000] rev 2574
Fix (quite rare) spectators queue error when joining game with teams left the game.
Could be applied to 0.9.12 without breaking compatibility.
unc0rr [Wed, 21 Oct 2009 16:50:02 +0000] rev 2573
Set version to 0.9.13-dev, protocol number to 30 due to changes in engine
unc0rr [Wed, 21 Oct 2009 16:40:55 +0000] rev 2572
Start work on missions/trainings editor
koda [Tue, 20 Oct 2009 21:40:35 +0000] rev 2571
evil math strikes again
nemo [Tue, 20 Oct 2009 21:23:22 +0000] rev 2570
Remove unneeded var from Smaxx' tag changes
koda [Tue, 20 Oct 2009 21:22:16 +0000] rev 2569
ifdefs all the way
nemo [Tue, 20 Oct 2009 21:20:47 +0000] rev 2568
Bunch of neat stuff by Smaxx. ATI check, translucent name tags to reduce terrain fail, disabling health crates on invulnerable hogs. Also tweaks to prior stuff.
koda [Tue, 20 Oct 2009 17:55:11 +0000] rev 2567
WE HAVE TOUCH INPUT
unc0rr [Fri, 12 Nov 2010 19:48:51 +0300] rev 2566
And even this one
koda [Tue, 20 Oct 2009 11:49:10 +0000] rev 2565
update sdlmain files to 1.2.14
add a check when GL_MAX_TEXTURE_SIZE fails
mbait [Tue, 16 Mar 2010 13:39:39 +0000] rev 2564
Added new type of map at UI. Simple random map generation
unc0rr [Fri, 12 Nov 2010 19:48:38 +0300] rev 2563
And this one
unc0rr [Mon, 19 Oct 2009 13:01:38 +0000] rev 2562
Update Italian translation
mbait [Wed, 10 Feb 2010 09:43:59 +0000] rev 2561
change trunk branch to 0.9.12 branch
mbait [Sat, 30 Jan 2010 13:41:00 +0000] rev 2560
copy of trunk
unc0rr [Fri, 12 Nov 2010 19:40:35 +0300] rev 2559
Close 0.9.12 branch
nemo [Mon, 19 Oct 2009 12:44:47 +0000] rev 2558
doStepDrowningGear - I always forget it. Kill the sound and exit.
nemo [Wed, 21 Oct 2009 16:47:30 +0000] rev 2557
Disable NPOTT in 0.9.12 tag :)
unc0rr [Sun, 18 Oct 2009 15:04:33 +0000] rev 2556
Fix 'make package_source' package
koda [Wed, 23 Jun 2010 21:36:39 +0200] rev 2555
closed branch
unc0rr [Sun, 18 Oct 2009 14:57:06 +0000] rev 2554
Tag for 0.9.12 release
unc0rr [Sun, 18 Oct 2009 14:47:53 +0000] rev 2553
Smaxx: fix water sprites rendering
koda [Sun, 18 Oct 2009 14:47:24 +0000] rev 2552
changelog update
unc0rr [Sun, 18 Oct 2009 14:44:16 +0000] rev 2551
Update server
koda [Sun, 18 Oct 2009 14:44:06 +0000] rev 2550
last minute fixes
unc0rr [Sun, 18 Oct 2009 14:42:14 +0000] rev 2549
Update dependencies list
unc0rr [Sun, 18 Oct 2009 14:41:44 +0000] rev 2548
Update changelog
koda [Sun, 18 Oct 2009 14:41:03 +0000] rev 2547
sigh
koda [Sun, 18 Oct 2009 14:36:01 +0000] rev 2546
fix mac bundle
koda [Sun, 18 Oct 2009 14:31:22 +0000] rev 2545
update .pro file, lupdate and smaller italian translation
unc0rr [Sun, 18 Oct 2009 14:13:09 +0000] rev 2544
Set version to 0.9.12, protocol number to 29
unc0rr [Sun, 18 Oct 2009 14:12:21 +0000] rev 2543
- lupdate && lrelease
- some fixes
unc0rr [Sun, 18 Oct 2009 13:04:41 +0000] rev 2542
Update german translation
nemo [Sun, 18 Oct 2009 12:53:00 +0000] rev 2541
Aaaand ease up on the onions a bit
nemo [Sun, 18 Oct 2009 12:50:53 +0000] rev 2540
Remove an rectangle, wasn't seeing 2nd cucumber enough.
nemo [Sun, 18 Oct 2009 06:32:14 +0000] rev 2539
Fix rectangles for theme objects
nemo [Sun, 18 Oct 2009 06:26:45 +0000] rev 2538
Just checking this in so prg can try it. May back it out
nemo [Sun, 18 Oct 2009 03:54:22 +0000] rev 2537
Disable followgear on ammoshove for napalm fire damage
nemo [Sun, 18 Oct 2009 01:40:08 +0000] rev 2536
256 bit png sky fix
nemo [Sun, 18 Oct 2009 01:01:39 +0000] rev 2535
Just for the heck of it. Set all PNGs to image/png - helps w/ online SVN viewing and helper programs
nemo [Sun, 18 Oct 2009 01:01:10 +0000] rev 2534
Updated translation
nemo [Sun, 18 Oct 2009 00:58:18 +0000] rev 2533
Updated translation and waves
nemo [Sat, 17 Oct 2009 23:03:31 +0000] rev 2532
Disable hiding of frontend for now - seems it might be reasons for frontend shutting down when host quits.
nemo [Sat, 17 Oct 2009 21:01:54 +0000] rev 2531
Remove option windows for hardware sound, unneeded w/o openal, update german locale, remove a restriction on modelist
unc0rr [Sat, 17 Oct 2009 13:57:40 +0000] rev 2530
Smaxx: update sky sprites
koda [Sat, 17 Oct 2009 13:51:16 +0000] rev 2529
restore openalbridge to r2489
unc0rr [Sat, 17 Oct 2009 13:47:58 +0000] rev 2528
Update Octorama
unc0rr [Sat, 17 Oct 2009 13:44:50 +0000] rev 2527
Fix build
unc0rr [Sat, 17 Oct 2009 13:42:43 +0000] rev 2526
Set version 0.9.12-RC2
koda [Sat, 17 Oct 2009 13:40:59 +0000] rev 2525
remove the svg dependency
unc0rr [Sat, 17 Oct 2009 13:34:40 +0000] rev 2524
Fix bug when rope goes through land when hedgehog is sliding
koda [Sat, 17 Oct 2009 13:19:49 +0000] rev 2523
dep fix
koda [Sat, 17 Oct 2009 13:11:07 +0000] rev 2522
moves project files to proper directory
unc0rr [Sat, 17 Oct 2009 09:54:26 +0000] rev 2521
Fix build
unc0rr [Sat, 17 Oct 2009 09:44:22 +0000] rev 2520
Smaxx: small fix to some misinformation
unc0rr [Sat, 17 Oct 2009 09:31:37 +0000] rev 2519
Update Finnish translation
unc0rr [Sat, 17 Oct 2009 07:02:58 +0000] rev 2518
Don't try to send empty team message
nemo [Sat, 17 Oct 2009 06:18:51 +0000] rev 2517
weapon edit style tweak
nemo [Sat, 17 Oct 2009 04:57:05 +0000] rev 2516
pass in sdli
koda [Sat, 17 Oct 2009 01:28:49 +0000] rev 2515
revert audio to use SDL_mixer -- also frontend uses it, so it needs sdlmixer sources
the button for voicepack preview is broken for unknown reasons
nemo [Fri, 16 Oct 2009 22:46:58 +0000] rev 2514
Make hedgies just hop a bit on flames so they are more likely to get properly scorched
nemo [Fri, 16 Oct 2009 22:26:01 +0000] rev 2513
Add %1 for "Remaining" default to in front so at least the count shows up
nemo [Fri, 16 Oct 2009 20:54:12 +0000] rev 2512
affect tweaks molotov spread some more
koda [Fri, 16 Oct 2009 20:45:07 +0000] rev 2511
update appcast link
koda [Fri, 16 Oct 2009 20:39:50 +0000] rev 2510
install the new lowresolution images for systems with limited graphics
nemo [Fri, 16 Oct 2009 20:39:20 +0000] rev 2509
lighten water, strip colour profile from png for heck of it.
koda [Fri, 16 Oct 2009 20:00:12 +0000] rev 2508
update italian translation
nemo [Fri, 16 Oct 2009 19:59:41 +0000] rev 2507
Missing deepspace theme
unc0rr [Fri, 16 Oct 2009 19:58:36 +0000] rev 2506
Update release doc a bit
nemo [Fri, 16 Oct 2009 19:56:23 +0000] rev 2505
Minor french tweak
koda [Fri, 16 Oct 2009 19:54:43 +0000] rev 2504
lupdate + partial italian translation
unc0rr [Fri, 16 Oct 2009 19:52:42 +0000] rev 2503
Set version to RC1
unc0rr [Fri, 16 Oct 2009 19:52:09 +0000] rev 2502
- Fix build
- Replace 01:07 'Remaining' with '%1 remaining'
koda [Fri, 16 Oct 2009 18:56:08 +0000] rev 2501
fix for faders
unc0rr [Fri, 16 Oct 2009 18:37:55 +0000] rev 2500
- Tweak join/leave colour
- Don't show how many shots left message when multishoot game flag set
nemo [Fri, 16 Oct 2009 18:04:38 +0000] rev 2499
Update from Jessor
unc0rr [Fri, 16 Oct 2009 17:38:44 +0000] rev 2498
Some more eol-style fixes
unc0rr [Fri, 16 Oct 2009 17:38:20 +0000] rev 2497
set svn:eol-style to native
unc0rr [Fri, 16 Oct 2009 17:35:18 +0000] rev 2496
Smaxx: fix openalbridge
unc0rr [Fri, 16 Oct 2009 16:45:47 +0000] rev 2495
Fix warning
koda [Fri, 16 Oct 2009 16:42:51 +0000] rev 2494
THE fix for openalbridge
faders are restored but need testing
nemo [Fri, 16 Oct 2009 15:56:42 +0000] rev 2493
updated map.png to remove teleport/spawn point between crab's legs
nemo [Fri, 16 Oct 2009 15:35:41 +0000] rev 2492
Tweak of molotov based on burp's play, a little bit more specificity in homerun.
nemo [Fri, 16 Oct 2009 14:53:58 +0000] rev 2491
Smaxx excludes flames from triggering homerun sound, presumably any other weapon still can??
nemo [Fri, 16 Oct 2009 14:48:28 +0000] rev 2490
oops. wrong size
nemo [Fri, 16 Oct 2009 14:03:42 +0000] rev 2489
Kill flame if any gears collide.
nemo [Fri, 16 Oct 2009 13:54:57 +0000] rev 2488
increase molotov radius a bit
nemo [Fri, 16 Oct 2009 13:53:11 +0000] rev 2487
fix molotov size
unc0rr [Fri, 16 Oct 2009 13:45:10 +0000] rev 2486
Some translation updates
unc0rr [Fri, 16 Oct 2009 13:37:37 +0000] rev 2485
Fix install
unc0rr [Fri, 16 Oct 2009 13:30:36 +0000] rev 2484
Some fixed related to themes
unc0rr [Fri, 16 Oct 2009 13:22:32 +0000] rev 2483
Update translation
unc0rr [Fri, 16 Oct 2009 13:01:28 +0000] rev 2482
Small bazooka training
nemo [Fri, 16 Oct 2009 12:58:21 +0000] rev 2481
Add Octorama
nemo [Fri, 16 Oct 2009 12:01:19 +0000] rev 2480
affect says this spread was supposed to use div - makes for tighter spread
nemo [Fri, 16 Oct 2009 11:58:28 +0000] rev 2479
fix Tiy typo
unc0rr [Fri, 16 Oct 2009 11:57:10 +0000] rev 2478
Fix player info response
unc0rr [Fri, 16 Oct 2009 11:53:19 +0000] rev 2477
Fix mouse problem when focus is lost
nemo [Fri, 16 Oct 2009 03:34:00 +0000] rev 2476
Forgot about Islands
nemo [Fri, 16 Oct 2009 03:27:33 +0000] rev 2475
Fire tweaks
nemo [Fri, 16 Oct 2009 01:44:23 +0000] rev 2474
Left Compost out, try giving dirt full opacity
nemo [Fri, 16 Oct 2009 01:29:10 +0000] rev 2473
Tweak probabilities for default set. jetpack, invuln, molotov cocktail
nemo [Fri, 16 Oct 2009 01:03:15 +0000] rev 2472
update de locale
nemo [Fri, 16 Oct 2009 01:00:37 +0000] rev 2471
properly do offsets into mult-column ammo image (forgot y)
koda [Thu, 15 Oct 2009 23:54:18 +0000] rev 2470
molotov sound FTW
nemo [Thu, 15 Oct 2009 21:47:24 +0000] rev 2469
Rename Molotov to Molotov Cocktail
nemo [Thu, 15 Oct 2009 21:47:05 +0000] rev 2468
openal fix, training map selection and rcplane adjustments from Smaxx (untested, but look reasonable). Bunch of new graphics from Tiy, new translation for pt-pt from inu_
nemo [Thu, 15 Oct 2009 19:38:18 +0000] rev 2467
offset for multi-column ammo image
nemo [Thu, 15 Oct 2009 19:31:53 +0000] rev 2466
damn semicolons...
nemo [Thu, 15 Oct 2009 19:24:35 +0000] rev 2465
oh, just use shotgun reload for all. prg says it sounds better
nemo [Thu, 15 Oct 2009 19:24:14 +0000] rev 2464
oops. shotgun reload
nemo [Thu, 15 Oct 2009 19:16:50 +0000] rev 2463
Play shotgun for weapon crates. Suggestion by Smaxx. Using "placed" for health/utility - could use a prettier sound for health now that there are health animation
nemo [Thu, 15 Oct 2009 19:14:22 +0000] rev 2462
Suggestion by Smaxx - use pickhammer sound while drill is in operation
nemo [Thu, 15 Oct 2009 19:13:08 +0000] rev 2461
Tweak shoppa probabilities
nemo [Thu, 15 Oct 2009 18:02:01 +0000] rev 2460
Adjustments to training mode and credits by Smaxx
nemo [Thu, 15 Oct 2009 17:51:54 +0000] rev 2459
Molotov image placeholders - Tiy will add real ones shortly
koda [Thu, 15 Oct 2009 17:51:35 +0000] rev 2458
updated italian translation and new homerun sound
nemo [Thu, 15 Oct 2009 17:42:21 +0000] rev 2457
Initial molotov cocktail. Still needs graphics, tweaking of fire behaviour. Also changed probabilities for default weapon sets
nemo [Thu, 15 Oct 2009 17:18:36 +0000] rev 2456
Add 02:10 section (english only, needs translating)
nemo [Thu, 15 Oct 2009 17:14:29 +0000] rev 2455
Remove sheepluva's simple 45 deg bouncing from r2472, add various flame sizes for Tiy
koda [Thu, 15 Oct 2009 15:54:48 +0000] rev 2454
fix a potential bug when playing two sounds at the same time (or very near)
nemo [Thu, 15 Oct 2009 15:49:42 +0000] rev 2453
Restore crate probability restriction for "shoppa" weapon sets
nemo [Thu, 15 Oct 2009 15:33:43 +0000] rev 2452
Remove sprFlake from set of clamped textures
nemo [Thu, 15 Oct 2009 15:28:19 +0000] rev 2451
New data files from Tiy, add gtFlame to avoidance list
unc0rr [Thu, 15 Oct 2009 13:51:11 +0000] rev 2450
Update translation
unc0rr [Thu, 15 Oct 2009 13:49:14 +0000] rev 2449
Update translation
unc0rr [Thu, 15 Oct 2009 04:58:06 +0000] rev 2448
Teach server to know 0.9.12 and 0.9.13-dev
koda [Wed, 14 Oct 2009 22:53:24 +0000] rev 2447
Smaxx's updated german translation + texture gap fixes + updated room list
szczur's updated polish translation
koda [Wed, 14 Oct 2009 22:27:51 +0000] rev 2446
partial italian translation and other fixes to lib
koda [Wed, 14 Oct 2009 22:25:28 +0000] rev 2445
committing some missing files
koda [Wed, 14 Oct 2009 22:21:25 +0000] rev 2444
code cleanup and restore the mute call
koda [Wed, 14 Oct 2009 22:12:02 +0000] rev 2443
Smaxx patch for fixing all sound related issues on any system
unc0rr [Wed, 14 Oct 2009 16:30:41 +0000] rev 2442
- Update some strings
- Update english (plural form) and russian (not finished) translations
unc0rr [Wed, 14 Oct 2009 15:05:00 +0000] rev 2441
lupdate
nemo [Tue, 13 Oct 2009 00:36:55 +0000] rev 2440
Cut upwards thrust in half on saucer
koda [Mon, 12 Oct 2009 21:52:51 +0000] rev 2439
smaxx patch for hardware sound
koda [Mon, 12 Oct 2009 21:42:56 +0000] rev 2438
can compile on iphone again
koda [Mon, 12 Oct 2009 21:29:28 +0000] rev 2437
fix sound by smaxx and other stuff by me
unc0rr [Mon, 12 Oct 2009 19:41:17 +0000] rev 2436
Smaxx fix to overwriting private sdl's memory
nemo [Mon, 12 Oct 2009 19:40:01 +0000] rev 2435
manually adjusted colours. should be done as proportion?
unc0rr [Mon, 12 Oct 2009 19:39:47 +0000] rev 2434
Smaxx: less hacks
nemo [Mon, 12 Oct 2009 19:33:21 +0000] rev 2433
Restrict how high saucer can fly for sanity's sake
unc0rr [Mon, 12 Oct 2009 16:58:05 +0000] rev 2432
Switch to first legal ammo when hedgehog can't hold current one
unc0rr [Mon, 12 Oct 2009 16:53:01 +0000] rev 2431
Real fix to ammo slot overflow (bug triggered by r2411 fix)
nemo [Mon, 12 Oct 2009 16:50:42 +0000] rev 2430
Placeholder homerun sound. Unedited sample from freesound.org #72836, under CC license.
unc0rr [Mon, 12 Oct 2009 16:49:03 +0000] rev 2429
Don't show timer of drowned gears
unc0rr [Mon, 12 Oct 2009 16:44:30 +0000] rev 2428
Huge Smaxx patch with some fixes by me:
- support for non power of two textures
- modelview matrix calculation optimizations
- health effect when picking up health crates or using vampirism
- rc plane training time trial
- fix visual gear drawing position (might require recheck)
- gamepad support
- reordered options in frontend
- updated binding options (subcaptions, descriptions and localizable names)
- cfg-dir parameter for frontend (allows teams/settings to sit on a usb flash drive for example)
- icons for chatroom user list
nemo [Mon, 12 Oct 2009 13:56:07 +0000] rev 2427
cake theme wave fix from ttsmj
unc0rr [Mon, 12 Oct 2009 13:49:22 +0000] rev 2426
- Fix camera area with different zoom levels
- Fix memory leak when loading lowres texture
- Implement alternative horizont/sky sprites layout
- Remove deprecated try to load .32.png or .16.png texture
nemo [Mon, 12 Oct 2009 13:47:56 +0000] rev 2425
sheepluva's basic 45° test. NEEDS TESTING
nemo [Mon, 12 Oct 2009 13:44:34 +0000] rev 2424
In progress, trying to make a fire for molotov cocktail. Normal fire should still work fairly normally.
nemo [Mon, 12 Oct 2009 00:14:42 +0000] rev 2423
updated polish translation from szczur
koda [Sun, 11 Oct 2009 22:40:27 +0000] rev 2422
new checked image from Smaxx
koda [Sun, 11 Oct 2009 22:17:50 +0000] rev 2421
hopefully last fix
koda [Sun, 11 Oct 2009 20:40:03 +0000] rev 2420
ultramegafix
koda [Sun, 11 Oct 2009 20:25:24 +0000] rev 2419
really fix build and completes transition to errlib
koda [Sun, 11 Oct 2009 20:14:55 +0000] rev 2418
fix build and partially moves messages to errlib
koda [Sun, 11 Oct 2009 16:23:59 +0000] rev 2417
updated build method
koda [Sun, 11 Oct 2009 16:19:32 +0000] rev 2416
frotten piece from last patch
koda [Sun, 11 Oct 2009 16:03:56 +0000] rev 2415
OpenALBridge updates
- fix problems when building for PPC targets
- gives more precise error messages
unc0rr [Sun, 11 Oct 2009 12:33:12 +0000] rev 2414
Smaxx: new rooms list
koda [Sat, 10 Oct 2009 14:26:50 +0000] rev 2413
fix that nasty "Pascal Internal Error" when compiling
unc0rr [Sat, 10 Oct 2009 14:24:39 +0000] rev 2412
Oops, fix build
nemo [Thu, 08 Oct 2009 17:47:34 +0000] rev 2411
updated translation by szczur
unc0rr [Thu, 08 Oct 2009 13:38:50 +0000] rev 2410
Fix integer->SmallInt
koda [Thu, 08 Oct 2009 00:58:17 +0000] rev 2409
fix a very rare bug in which CurSlot becomes greater than cMaxCurSlot
other minor changes to cmakefiles and iphone defaults
unc0rr [Wed, 07 Oct 2009 17:01:40 +0000] rev 2408
Server provides more info in rooms list
unc0rr [Wed, 07 Oct 2009 14:37:42 +0000] rev 2407
- Fix mouse cursor bugs in net game (still has a bug near water)
- Default binds for zoom
koda [Tue, 06 Oct 2009 16:30:08 +0000] rev 2406
cmake optimizations and simplification
unc0rr [Sat, 03 Oct 2009 12:38:56 +0000] rev 2405
Fix /me chat command in demos
unc0rr [Sat, 03 Oct 2009 12:35:24 +0000] rev 2404
Fix build
unc0rr [Sat, 03 Oct 2009 09:35:14 +0000] rev 2403
- Proper /team command implementation
- Many fixes for chat bugs in engine, frontend and server
koda [Fri, 02 Oct 2009 18:56:54 +0000] rev 2402
revert to manual startup of frontend's OpenAL session (keeping voices' bug fixed)
koda [Fri, 02 Oct 2009 18:44:37 +0000] rev 2401
fixes & co.
koda [Fri, 02 Oct 2009 16:49:31 +0000] rev 2400
added a utility that warns the user to install hedgewars when it's run from the diskimage
koda [Sun, 27 Sep 2009 22:25:27 +0000] rev 2399
fix a bug that prevented from hearing team voicepacks if frontend started with music disabled
koda [Sun, 27 Sep 2009 20:25:49 +0000] rev 2398
classic voicepack
unc0rr [Sun, 27 Sep 2009 14:33:59 +0000] rev 2397
- Patch for "Syncronizing" message by Smaxx + some tweaks by me
- Tweak chat colours a bit
unc0rr [Sun, 27 Sep 2009 10:26:36 +0000] rev 2396
Colorize chat messages in frontend and engine
koda [Sat, 26 Sep 2009 20:54:13 +0000] rev 2395
makes the updater optional at compile time
koda [Sat, 26 Sep 2009 15:44:34 +0000] rev 2394
lupdate + a working .pro file
koda [Sat, 26 Sep 2009 03:44:32 +0000] rev 2393
some fixes for the autoupdate thingy
koda [Tue, 22 Sep 2009 21:58:08 +0000] rev 2392
Smaxx's patch fixing openal sound issues with poor card drivers
koda [Tue, 22 Sep 2009 21:00:39 +0000] rev 2391
fix invisible rope in low quality
koda [Tue, 22 Sep 2009 18:58:02 +0000] rev 2390
converts some gl calls to gles
unc0rr [Tue, 22 Sep 2009 15:48:49 +0000] rev 2389
- Remove cake fix
- Restore negative zero in hwSign
unc0rr [Tue, 22 Sep 2009 15:42:19 +0000] rev 2388
Fix cake going wrong way bug (triggered by disallowing "negative zero" in hwSign)
unc0rr [Thu, 17 Sep 2009 06:37:24 +0000] rev 2387
Final fix
unc0rr [Thu, 17 Sep 2009 06:37:10 +0000] rev 2386
Second try
unc0rr [Thu, 17 Sep 2009 06:36:37 +0000] rev 2385
Fix build
unc0rr [Wed, 16 Sep 2009 14:45:00 +0000] rev 2384
Fix a warning
unc0rr [Wed, 16 Sep 2009 14:44:50 +0000] rev 2383
Don't spam debug messages
unc0rr [Wed, 16 Sep 2009 14:44:40 +0000] rev 2382
Optimize network traffic a bit:
- Send keepalive packets every second
- Don't send keepalive packet if there was action packet within a second
Time between turns in net game is reduced to 1 second now (was 2 seconds)
unc0rr [Wed, 16 Sep 2009 12:48:27 +0000] rev 2381
Don't store keepalive messages in game server spectators buffer
unc0rr [Sun, 13 Sep 2009 17:51:25 +0000] rev 2380
- Fix join/leave messages color
- Add a check to prevent local schemes from overriding with bad ones
unc0rr [Thu, 10 Sep 2009 18:50:53 +0000] rev 2379
- Implement zoom reset
- Implement mouse wheel events processing
- Increase zooming speed twice
- Bind zoom to mouse wheel, zoom reset to middle mouse button
- Some formatting changes (yes, I'm evil :D )
unc0rr [Thu, 10 Sep 2009 15:35:34 +0000] rev 2378
Fix water rendering issues
nemo [Thu, 10 Sep 2009 15:30:11 +0000] rev 2377
And in frontend
nemo [Thu, 10 Sep 2009 15:29:28 +0000] rev 2376
Strip trailing spaces
unc0rr [Thu, 10 Sep 2009 15:22:34 +0000] rev 2375
Don't allow to look too deep
unc0rr [Thu, 10 Sep 2009 12:55:10 +0000] rev 2374
Fix water position when zooming
unc0rr [Thu, 10 Sep 2009 12:46:56 +0000] rev 2373
Fix background and horizont positions when zooming
unc0rr [Thu, 10 Sep 2009 12:42:01 +0000] rev 2372
Implement smooth zoom
unc0rr [Thu, 10 Sep 2009 12:23:31 +0000] rev 2371
Fix broken infinite skip turns logic
unc0rr [Thu, 10 Sep 2009 12:23:02 +0000] rev 2370
- Support probabilies from ammo scheme in engine
- Remove shoppa probabilities hack
unc0rr [Thu, 10 Sep 2009 12:16:11 +0000] rev 2369
Implement probability editor for weapon schemes (engine doesn't support that yet)
unc0rr [Thu, 10 Sep 2009 07:53:22 +0000] rev 2368
Move connect call to more appropriate place
unc0rr [Thu, 10 Sep 2009 07:48:30 +0000] rev 2367
Remove gstHHDriven flag when hedgehog get into the water. Fixes some odd cases.
unc0rr [Thu, 10 Sep 2009 04:36:58 +0000] rev 2366
Disable smoothing and alpha for low quality rope rendering
unc0rr [Thu, 10 Sep 2009 04:36:26 +0000] rev 2365
Some rope tweaks
unc0rr [Thu, 10 Sep 2009 03:03:04 +0000] rev 2364
Fix braindead check
unc0rr [Thu, 10 Sep 2009 03:02:38 +0000] rev 2363
Use GL_LINE_STRIP instead of GL_LINES
unc0rr [Wed, 09 Sep 2009 14:04:06 +0000] rev 2362
- Implement low quality rope
- Sometimes doesn't render - to be fixed
nemo [Wed, 09 Sep 2009 02:41:17 +0000] rev 2361
oops. forgot this one
nemo [Wed, 09 Sep 2009 01:55:37 +0000] rev 2360
Ok. This time I think I have it. amNothing should work.
nemo [Tue, 08 Sep 2009 21:58:09 +0000] rev 2359
Trying to correct prior amNothing checkin. untested.
nemo [Tue, 08 Sep 2009 19:47:45 +0000] rev 2358
hide timer after cake is done walking
nemo [Tue, 08 Sep 2009 19:44:49 +0000] rev 2357
Add an empty weapon to avoid selection of weapons which aren't yet ready. Might all be useful to switch to amNothing in certain situations, like after using up all ropes, instead of bazooka.
unc0rr [Tue, 08 Sep 2009 16:58:43 +0000] rev 2356
Fix inconsistency in join/part messages
unc0rr [Tue, 08 Sep 2009 16:57:42 +0000] rev 2355
Update server dependancies list
unc0rr [Mon, 07 Sep 2009 17:02:22 +0000] rev 2354
Join messages too
unc0rr [Mon, 07 Sep 2009 17:01:49 +0000] rev 2353
Not fakeable quit messages
unc0rr [Fri, 04 Sep 2009 16:50:52 +0000] rev 2352
Fixes suggested by hlint tool
unc0rr [Fri, 04 Sep 2009 16:39:51 +0000] rev 2351
Set window caption even in fullscreen mode (suggested by Smaxx)
unc0rr [Fri, 04 Sep 2009 16:34:32 +0000] rev 2350
Smaxx' fix for windows build
unc0rr [Fri, 04 Sep 2009 12:48:44 +0000] rev 2349
Some fixes suggested by hlint
unc0rr [Fri, 04 Sep 2009 07:04:27 +0000] rev 2348
Drop support for ghc 6.8, use 6.10 instead
unc0rr [Thu, 03 Sep 2009 10:02:50 +0000] rev 2347
Remove crosshair from skip
unc0rr [Thu, 03 Sep 2009 09:49:22 +0000] rev 2346
Warn players in room when admin lefts room
unc0rr [Wed, 02 Sep 2009 09:04:06 +0000] rev 2345
- Frontend: reorganize code controlling widgets state, fix problems getting room admin status
- Server: rename room after new room master
unc0rr [Wed, 02 Sep 2009 08:53:46 +0000] rev 2344
Fix frontend ROOM_CONTROL_ACCESS protocol command handler
unc0rr [Wed, 02 Sep 2009 08:50:45 +0000] rev 2343
Send leaving message and remove room admin's teams when he exits
unc0rr [Wed, 02 Sep 2009 08:45:15 +0000] rev 2342
Update Polish translation
unc0rr [Tue, 01 Sep 2009 17:56:25 +0000] rev 2341
Implement room delegation (not tested, only one predefined name to rename room)
unc0rr [Tue, 01 Sep 2009 17:46:13 +0000] rev 2340
Fix a bug when you are unable to do anything in lobby when room is closed during round
unc0rr [Sun, 30 Aug 2009 16:30:18 +0000] rev 2339
Prevent "free knocking" bug
nemo [Sun, 30 Aug 2009 13:53:27 +0000] rev 2338
An experiment with increasing number of caves by selecting a few potential non-cave maps and adding to the cave map array. Ones selected here might not actually be that playable as caves.
unc0rr [Sun, 30 Aug 2009 08:04:59 +0000] rev 2337
Some preparation for room control delegation support
koda [Fri, 28 Aug 2009 02:52:26 +0000] rev 2336
fix windows compilation with dll (frontend and engine)
unc0rr [Thu, 27 Aug 2009 17:33:01 +0000] rev 2335
Change password dialog to be more informative
unc0rr [Thu, 27 Aug 2009 17:26:21 +0000] rev 2334
Ask user for a nickname on first run, suggest login name
unc0rr [Thu, 27 Aug 2009 12:59:21 +0000] rev 2333
Add respawning mines mode as a hack.
To test uncomment lines 1456-1460 in uGears.pas
nemo [Wed, 26 Aug 2009 20:32:27 +0000] rev 2332
Lower bound on speech text width for proper rendering
nemo [Tue, 25 Aug 2009 20:54:11 +0000] rev 2331
Another try at keeping blowtorch/firepunch/jackhammer from going through indestructible stuff. Shame these routines don't use hedgehog movement
nemo [Mon, 24 Aug 2009 22:57:59 +0000] rev 2330
correct typo found by Smaxx
unc0rr [Sun, 23 Aug 2009 12:01:55 +0000] rev 2329
Fix bug with hedgehog getting into ground while throwing rope (http://hedgewars.org/node/1722)
koda [Wed, 19 Aug 2009 18:55:40 +0000] rev 2328
improved fix for right click on mac
koda [Wed, 19 Aug 2009 15:17:21 +0000] rev 2327
restored volumen control (hoorray)
koda [Wed, 19 Aug 2009 13:49:47 +0000] rev 2326
rename dpr -> pas, restores ammos on two columns, minor fixes to openalbridge
unc0rr [Tue, 18 Aug 2009 09:59:19 +0000] rev 2325
Optimize many sprites
unc0rr [Mon, 17 Aug 2009 10:58:47 +0000] rev 2324
Add Battlefield map
unc0rr [Mon, 17 Aug 2009 10:56:18 +0000] rev 2323
Rename octopus grave
unc0rr [Mon, 17 Aug 2009 10:55:48 +0000] rev 2322
Optimize sprites in Hedgehog folder
unc0rr [Mon, 17 Aug 2009 10:53:55 +0000] rev 2321
New hats, optimize some old ones
unc0rr [Mon, 17 Aug 2009 10:53:03 +0000] rev 2320
- Update ammo menu icons
- New graves
unc0rr [Mon, 17 Aug 2009 06:29:34 +0000] rev 2319
Allow kamikaze in move
unc0rr [Sun, 16 Aug 2009 16:56:34 +0000] rev 2318
Fix my bad English
unc0rr [Sun, 16 Aug 2009 14:56:09 +0000] rev 2317
Fix bazooka having timer
unc0rr [Sun, 16 Aug 2009 14:40:43 +0000] rev 2316
Update russian translation
unc0rr [Sun, 16 Aug 2009 11:59:28 +0000] rev 2315
Update pt_PT translation
unc0rr [Sun, 16 Aug 2009 11:56:10 +0000] rev 2314
Better fix
unc0rr [Sun, 16 Aug 2009 11:55:41 +0000] rev 2313
Check gear for nil in /timer command handler
unc0rr [Sat, 15 Aug 2009 09:34:31 +0000] rev 2312
Bind zoom in/out to [ and ]
unc0rr [Thu, 13 Aug 2009 12:45:24 +0000] rev 2311
Show player's room status (plays/spectates)
unc0rr [Thu, 13 Aug 2009 08:54:20 +0000] rev 2310
Fix filtering
unc0rr [Wed, 12 Aug 2009 15:32:29 +0000] rev 2309
Don't filter +left command :D
nemo [Wed, 12 Aug 2009 15:04:16 +0000] rev 2308
oops!
unc0rr [Wed, 12 Aug 2009 12:53:05 +0000] rev 2307
Now really fix
unc0rr [Wed, 12 Aug 2009 12:52:14 +0000] rev 2306
Fix compilation
unc0rr [Wed, 12 Aug 2009 12:48:57 +0000] rev 2305
reorganize functions a bit
unc0rr [Wed, 12 Aug 2009 12:44:42 +0000] rev 2304
Implement filtering in server
unc0rr [Wed, 12 Aug 2009 12:27:08 +0000] rev 2303
Don't spam debug log
unc0rr [Wed, 12 Aug 2009 09:43:05 +0000] rev 2302
Better support for scripting by gears
nemo [Tue, 11 Aug 2009 21:51:36 +0000] rev 2301
minor saucer change Tiy had requested once.
nemo [Tue, 11 Aug 2009 19:56:01 +0000] rev 2300
prevent overflow
nemo [Sun, 09 Aug 2009 22:07:57 +0000] rev 2299
updated portugese translation by marco_silva
unc0rr [Sat, 08 Aug 2009 10:36:39 +0000] rev 2298
- Update Bulgarian transation
- lupdate && lrelease
nemo [Wed, 05 Aug 2009 15:35:56 +0000] rev 2297
szczur comments out some english phrases
unc0rr [Wed, 05 Aug 2009 05:44:13 +0000] rev 2296
Patch for compiling with 6.10 (define NEW_EXCEPTIONS to do that)
Not tested
unc0rr [Wed, 05 Aug 2009 05:37:17 +0000] rev 2295
More Italian announcer messages
nemo [Sun, 02 Aug 2009 17:37:45 +0000] rev 2294
For people's consideration. Restore the .11 behaviour of not initialising sound if music is turned off. Reason. I still get 100% CPU useage in frontend due to sucky sound daemon setups *cough*pulseaudio*cough* so this offers an easy workaround for people (turn off music). Disadvantage, this removes Smaxx' code to disable sound-related buttons on failure to init sound.
unc0rr [Sat, 01 Aug 2009 14:03:25 +0000] rev 2293
Fix texture so it doesn't produce vertical lines
unc0rr [Sat, 01 Aug 2009 13:59:41 +0000] rev 2292
New waves rendering procedure based on using texture coodrinates > 1.0
unc0rr [Sat, 01 Aug 2009 13:59:11 +0000] rev 2291
Update some translations
nemo [Thu, 30 Jul 2009 22:36:57 +0000] rev 2290
Selectively enable clamping - seeing if this helps avoid weird flake problems while still fixing vertical lines in waves and sky
unc0rr [Thu, 30 Jul 2009 17:32:46 +0000] rev 2289
Fix queue bug triggered by AI
unc0rr [Thu, 30 Jul 2009 09:35:09 +0000] rev 2288
Move water waves rendering to a separate procedure
unc0rr [Thu, 30 Jul 2009 09:32:56 +0000] rev 2287
Better handle pointing with mouse cursor on zoom
nemo [Wed, 29 Jul 2009 23:01:19 +0000] rev 2286
New graphics. Nature, City.
nemo [Tue, 28 Jul 2009 22:04:04 +0000] rev 2285
Avoid /0 in SetScale - not sure this is right way to do it though. But just to try and stop crashing prg's machine
unc0rr [Tue, 28 Jul 2009 16:29:39 +0000] rev 2284
- Remove one AddProgress call
- Forbid calling AddProgress after initialization
unc0rr [Tue, 28 Jul 2009 12:50:47 +0000] rev 2283
Cleanup code a bit
unc0rr [Tue, 28 Jul 2009 12:50:33 +0000] rev 2282
Now really fix
unc0rr [Tue, 28 Jul 2009 12:44:20 +0000] rev 2281
Fix hedgehog stopping to slide when throwing rope (not tested)
unc0rr [Tue, 28 Jul 2009 12:41:01 +0000] rev 2280
Better handle loosing control when on rope
unc0rr [Tue, 28 Jul 2009 12:32:33 +0000] rev 2279
Fix hwSign to give 1 on -0 value
nemo [Sun, 26 Jul 2009 20:56:18 +0000] rev 2278
requested change by Tiy to Flying Saucer start (hover until first keypress)
nemo [Sun, 26 Jul 2009 19:56:40 +0000] rev 2277
Add back waves since it was really irritating Tiy
nemo [Sun, 26 Jul 2009 19:43:38 +0000] rev 2276
Remove this check since I got confused as to why my sound still wasn't working even after I had fixed the lock caused by bad flash plugin and restarted hedgewars
nemo [Sun, 26 Jul 2009 19:19:03 +0000] rev 2275
Make all theme numbers proportional to map MaxHedgehogs. This should mean the numbers should be as in past for 18 hedgehog map
nemo [Sat, 25 Jul 2009 18:02:12 +0000] rev 2274
Stray semi-opaque pixels fixed
nemo [Fri, 24 Jul 2009 23:50:53 +0000] rev 2273
Remove reduced quality check - gameplay impact
nemo [Fri, 24 Jul 2009 19:42:06 +0000] rev 2272
Add water opacity to theme - defaulting to 50% opaque on all themes but Eyes (80%) and Underwater (100%)
nemo [Fri, 24 Jul 2009 16:43:19 +0000] rev 2271
flagging for "reduced quality". Clamping cuts frame rate in half in software rendering on my sucky laptop
nemo [Fri, 24 Jul 2009 14:20:19 +0000] rev 2270
szczur's pl update + lupdate-qt4 && lrelease-qt4
nemo [Thu, 23 Jul 2009 18:48:41 +0000] rev 2269
add extra semi-opaque layer of water to discolour objects in the water.
nemo [Wed, 22 Jul 2009 01:50:46 +0000] rev 2268
little experiment to see if this improve appearance of laser/ufo/cake/laser guided missile - of course, can't actually see it until unc0rr restores waves
nemo [Mon, 20 Jul 2009 19:04:10 +0000] rev 2267
Restrict hogs to 16px proximity to border to avoid getting kicked through.
koda [Sun, 19 Jul 2009 00:57:49 +0000] rev 2266
switch to ov_fopen for simplicity
adds a couple of files i forgot to commit
koda [Sun, 19 Jul 2009 00:52:09 +0000] rev 2265
fix a bug where a fclose() was called after an ov_clear()
moved to ov_open_callback in hope to see less windows linking problems
koda [Sat, 18 Jul 2009 21:38:14 +0000] rev 2264
documentation fix
koda [Thu, 16 Jul 2009 21:45:12 +0000] rev 2263
lowres theme data for iphone compatibility
koda [Wed, 15 Jul 2009 00:35:59 +0000] rev 2262
sound for mortar
koda [Tue, 14 Jul 2009 20:02:07 +0000] rev 2261
a lot of stuff:
- added an autoupdater option
* works in mac osx only
* the xml file should be hosted on official webserver
* checkbox could be moved in a "updates section" of the option page
* only english and italian translation provided for new option
- reverted openalbridge type for compatibility
- german translation fix
koda [Sun, 12 Jul 2009 19:12:08 +0000] rev 2260
other indentation, binding and miscellaneous fixes to openalbridge
koda [Sun, 12 Jul 2009 15:42:54 +0000] rev 2259
fix indentation and other cosmetic changes to lib
koda [Sun, 12 Jul 2009 13:57:20 +0000] rev 2258
corrects a wrong binding
koda [Sun, 12 Jul 2009 13:51:29 +0000] rev 2257
updates licence and fix a memory leak (which was consuming iphone memory)
nemo [Sun, 12 Jul 2009 12:53:25 +0000] rev 2256
sorry, these two don't help. tested, flakes still screwed up. anyway, the lines were only on terrain
nemo [Sun, 12 Jul 2009 02:40:32 +0000] rev 2255
meh. let's try this one too. maybe "_TO_EDGE" is the magic difference
koda [Sat, 11 Jul 2009 15:22:10 +0000] rev 2254
-fix bamboo theme (unsupported color profile)
-added bamboo theme lowres images
-new bindings for displaying the iPhone keyboard
koda [Sat, 11 Jul 2009 13:59:27 +0000] rev 2253
hypothetical opengles improvements
koda [Sat, 11 Jul 2009 13:47:57 +0000] rev 2252
accessory stuff for iphone
koda [Fri, 10 Jul 2009 19:10:29 +0000] rev 2251
fix a binding that was preveting to display anything else besides hogs on iphone
nemo [Fri, 10 Jul 2009 16:56:37 +0000] rev 2250
untested
nemo [Fri, 10 Jul 2009 16:47:45 +0000] rev 2249
Try reenabling these two - shouldn't impact flakes
koda [Fri, 10 Jul 2009 16:47:11 +0000] rev 2248
real fix for iphone color (reverting previous commit)
koda [Fri, 10 Jul 2009 14:46:33 +0000] rev 2247
moves indestructible color to green for iphone compatibility
nemo [Fri, 10 Jul 2009 00:39:16 +0000] rev 2246
damn mortars
nemo [Thu, 09 Jul 2009 14:36:41 +0000] rev 2245
unc0rr's patch from
issue #144 - prevent spectators from ruining the game
koda [Thu, 09 Jul 2009 00:56:26 +0000] rev 2244
routine for loading lower resolution horizont and sky for nature theme when bigger images are not supported; right now they are not installed, but they could be useful for less powerful machines in general
koda [Wed, 08 Jul 2009 15:03:57 +0000] rev 2243
additional touch support and nemo's reduced land array size
koda [Wed, 08 Jul 2009 12:53:36 +0000] rev 2242
initial support for touch input
koda [Tue, 07 Jul 2009 22:02:13 +0000] rev 2241
completes removal of wav files, updates SDLh and adds DEBUGFILE to hwengine when compiled in Debug mode
koda [Tue, 07 Jul 2009 21:48:55 +0000] rev 2240
-Removal of older WAV files, now useless thanks to OpenAL
-SDLh updated to better support SDL-1.3 symbols
-various update for iphone development
koda [Tue, 07 Jul 2009 15:24:43 +0000] rev 2239
move C and C++ optimization flags in the main CMakeLists.txt
nemo [Tue, 07 Jul 2009 11:56:02 +0000] rev 2238
Accidentally switched property in last checkin
koda [Tue, 07 Jul 2009 01:57:30 +0000] rev 2237
double column girder for embedded
nemo [Tue, 07 Jul 2009 01:53:44 +0000] rev 2236
the -1 was a bad idea
nemo [Tue, 07 Jul 2009 01:51:46 +0000] rev 2235
multi-column support
nemo [Tue, 07 Jul 2009 01:36:56 +0000] rev 2234
typo :(
nemo [Mon, 06 Jul 2009 23:04:57 +0000] rev 2233
don't link for windows, for now
koda [Mon, 06 Jul 2009 22:57:32 +0000] rev 2232
same as before
koda [Mon, 06 Jul 2009 22:51:41 +0000] rev 2231
forgot one line from previous commit
koda [Mon, 06 Jul 2009 22:46:33 +0000] rev 2230
once again, trying to restore windows compatibility from nemo's experiments
koda [Mon, 06 Jul 2009 11:37:03 +0000] rev 2229
patch for loading sprites on two columns (helps embedded and lowpower machines). must deal with amGirder.png
nemo [Mon, 06 Jul 2009 11:33:42 +0000] rev 2228
apply dx too (from smaxx)
koda [Mon, 06 Jul 2009 00:39:32 +0000] rev 2227
-fix teleport sound when moving to wrong positions
-DrawSprite now becomes a wrapper for DrawSprite2
nemo [Sun, 05 Jul 2009 16:37:05 +0000] rev 2226
Try turning off follow gear while ammo menu is open - needs testing w/ rope/parachute/jetpack
nemo [Sun, 05 Jul 2009 13:44:11 +0000] rev 2225
Fewer bubbles for non-breathing gears
nemo [Sun, 05 Jul 2009 13:39:05 +0000] rev 2224
Allow ammo menu to stay open when on rope/parachute/jetpack - allows for using non-F key alt weapon selection
nemo [Sun, 05 Jul 2009 13:25:02 +0000] rev 2223
allow attacks while moving on ammo with alt attack (parachute/rope/jetpack) - needs testing.
koda [Fri, 03 Jul 2009 23:45:07 +0000] rev 2222
reworked progress structure
koda [Fri, 03 Jul 2009 22:02:13 +0000] rev 2221
typos
koda [Fri, 03 Jul 2009 22:00:32 +0000] rev 2220
-new openal api for setting sound position
-updates to INSTALL
koda [Thu, 02 Jul 2009 14:59:27 +0000] rev 2219
additional variable (BUNDLE) to make a standalone Mac application
koda [Thu, 02 Jul 2009 00:58:46 +0000] rev 2218
-Smaxx' solution for compiling frontend with static libs in windows
-reverted to realloc() for more compatibility
koda [Wed, 01 Jul 2009 22:50:27 +0000] rev 2217
sounds for teleport and beginning of sudden death
koda [Tue, 30 Jun 2009 17:02:41 +0000] rev 2216
-Smaxx' patch: checks for initialized openal + disables sound options if openal init fails
-other minor changes to lib
koda [Tue, 30 Jun 2009 15:59:02 +0000] rev 2215
regression of previous commit, stdint.h in use
koda [Tue, 30 Jun 2009 14:59:25 +0000] rev 2214
-new FindOggVorbis, should work everywhere now
-reverted variables types in openalbridge
-removal of useless winstdint.h
koda [Tue, 30 Jun 2009 12:31:32 +0000] rev 2213
-Smaxx's porting of the library to MSVC compilers
-library is now ANSI C
-interface headers reworked
koda [Mon, 29 Jun 2009 23:03:25 +0000] rev 2212
-openalbridge headers cleaned
-static building of lib for non MSVC compilers
koda [Mon, 29 Jun 2009 20:01:05 +0000] rev 2211
- fade in/out functions merged, but kept binary compatibility
- reworked memory initialization, now uses less memory and allocates more only when needed
- other fixes to openalbridge
koda [Mon, 29 Jun 2009 03:47:39 +0000] rev 2210
initial bugfix for volume setup
koda [Mon, 29 Jun 2009 00:58:32 +0000] rev 2209
- bugfix for segfault on fades
- winstdint.h updated to pstdint.h (more portable)
nemo [Sun, 28 Jun 2009 23:36:41 +0000] rev 2208
disable timers on a few silly items, trying out a timer on cake
unc0rr [Sun, 28 Jun 2009 21:43:46 +0000] rev 2207
Make server accpet TEAM_CHAT protocol command, and act like on CHAT command for now
nemo [Sun, 28 Jun 2009 18:59:26 +0000] rev 2206
text tweaks
unc0rr [Sun, 28 Jun 2009 18:51:54 +0000] rev 2205
Fix for mouse targeting... not tested
nemo [Sun, 28 Jun 2009 18:47:55 +0000] rev 2204
Smaxx' idea of timers, reworked just a tad. Might need variable for offset, but seems ok for now
koda [Sun, 28 Jun 2009 16:54:51 +0000] rev 2203
-Added support for Release and Debug for CMAKE_BUILD_TYPE
-patch to OpenALbridge for invert_endianness
nemo [Sun, 28 Jun 2009 16:44:04 +0000] rev 2202
Move count notification to all multishoot
nemo [Sun, 28 Jun 2009 14:39:18 +0000] rev 2201
some win32 dll export thingy.
nemo [Sun, 28 Jun 2009 14:37:26 +0000] rev 2200
koda/Smaxx changes to openal for crossplatform building
unc0rr [Sat, 27 Jun 2009 09:51:15 +0000] rev 2199
Update Italian translation
unc0rr [Fri, 26 Jun 2009 19:52:42 +0000] rev 2198
Bring back smoothness for camera movement
unc0rr [Fri, 26 Jun 2009 19:40:10 +0000] rev 2197
Some work on camera
nemo [Thu, 25 Jun 2009 10:50:44 +0000] rev 2196
small jetpack tweak
nemo [Thu, 25 Jun 2009 10:49:40 +0000] rev 2195
Oops. Sorry about that. Restore correct extdbinterface.hs
nemo [Thu, 25 Jun 2009 10:49:05 +0000] rev 2194
koda adds threading for fadein/out. Untested under windows, but works beautifully under Linux (and presumably OSX, right koda?)
nemo [Wed, 24 Jun 2009 23:53:02 +0000] rev 2193
rename jetpack to flying saucer
unc0rr [Wed, 24 Jun 2009 19:47:32 +0000] rev 2192
- Fix quickplay sound bug triggered by two faults: ttsmj's (passing voicepack with empty name in team config) and koda's (he changed fallback to default scheme condition)
- Fix openal's warning (trying to fadeout not loaded music)
unc0rr [Wed, 24 Jun 2009 15:59:32 +0000] rev 2191
koda's OpenAL conversion:
- Freezes program for fadein/fadeout time
- Has a problem with quickplay
nemo [Mon, 22 Jun 2009 13:49:16 +0000] rev 2190
extra check suggested by unc0rr
nemo [Mon, 22 Jun 2009 00:27:55 +0000] rev 2189
allow brief ground touches
nemo [Mon, 22 Jun 2009 00:22:42 +0000] rev 2188
Kill saucer if it touches the ground, Tiy's new graphic
nemo [Mon, 22 Jun 2009 00:17:09 +0000] rev 2187
set vector to negative *after* applying upward vector
nemo [Mon, 22 Jun 2009 00:14:24 +0000] rev 2186
disable selection sprite, nudge ship into the air on launch
nemo [Sun, 21 Jun 2009 22:43:38 +0000] rev 2185
Localise words "Fuel" and "Remaining" - add shot counter to deagle.
unc0rr [Sun, 21 Jun 2009 18:00:43 +0000] rev 2184
Oops, fix database process interaction
nemo [Sun, 21 Jun 2009 17:48:05 +0000] rev 2183
Oops. Forgot the ugly graphic
nemo [Sun, 21 Jun 2009 17:47:57 +0000] rev 2182
Ugly graphic for jetpack - jetpack should be essentially functional.
nemo [Sun, 21 Jun 2009 15:46:48 +0000] rev 2181
thanks unc0rr (corrected flag - also check on turn time)
nemo [Sun, 21 Jun 2009 15:41:07 +0000] rev 2180
Use different group to not erase messages, restore gear deletion on hog damage.
nemo [Sun, 21 Jun 2009 15:36:50 +0000] rev 2179
Duplicate Parachute more closely :D
unc0rr [Sun, 21 Jun 2009 15:36:13 +0000] rev 2178
Some fixes on camera broken by zoom code (ammo menu should work now)
nemo [Sun, 21 Jun 2009 15:31:09 +0000] rev 2177
Initial attempt at jetpack. Pluses, more like lunar lander (takes fall damage). Minuses, can't seem to cancel it or use alt weapon
unc0rr [Sat, 20 Jun 2009 07:50:03 +0000] rev 2176
Don't show enemy's number of ammo
unc0rr [Sat, 20 Jun 2009 07:45:05 +0000] rev 2175
Update Italian translation
unc0rr [Fri, 19 Jun 2009 18:01:48 +0000] rev 2174
Oops
unc0rr [Fri, 19 Jun 2009 17:56:52 +0000] rev 2173
Send stats every minute
unc0rr [Fri, 19 Jun 2009 17:55:42 +0000] rev 2172
Implement sending gameserver stats to webserver
nemo [Thu, 18 Jun 2009 17:48:06 +0000] rev 2171
Smaxx refactor of LoadImage to use flags, iphone changes by koda (mostly use of rgba instead of rgb)
nemo [Thu, 18 Jun 2009 17:35:34 +0000] rev 2170
Updated french translation thanks to kaze (Fabien)
nemo [Thu, 18 Jun 2009 14:44:43 +0000] rev 2169
A whole ton of new phrases for english locale, tweak to still-incomplete ja stubs
nemo [Thu, 18 Jun 2009 01:51:25 +0000] rev 2168
Tiy's new airstrike graphic
nemo [Mon, 15 Jun 2009 21:03:57 +0000] rev 2167
Loop sweeping to avoid stray pixels. Avoided at first hoping there was a cleverer approach. Fortunately sweep is infrequent.
nemo [Mon, 15 Jun 2009 14:02:48 +0000] rev 2166
Tweaked windbar and steam sound by Smaxx
nemo [Mon, 15 Jun 2009 13:55:45 +0000] rev 2165
Remove BOM From zn_TW/de - add zh_TW translations for 37/38 and messages to zh_CN pending tracking down Chinese coworker
nemo [Mon, 15 Jun 2009 13:48:31 +0000] rev 2164
Full set of translated messages for zh_TW - says he will add more original ones later
unc0rr [Sun, 14 Jun 2009 13:20:28 +0000] rev 2163
koda's patch fixing some iphone port troubles (color, mouse)
unc0rr [Sat, 13 Jun 2009 15:39:26 +0000] rev 2162
- Implement zoom-in and zoom-out
- Some bugfixes. Ammo menu doesn't work.
unc0rr [Sat, 13 Jun 2009 15:30:40 +0000] rev 2161
Some work on zooming. Hedgewars are now unplayable.
unc0rr [Sat, 13 Jun 2009 11:32:23 +0000] rev 2160
Polish translation update
unc0rr [Sat, 13 Jun 2009 11:31:52 +0000] rev 2159
Update Italian translation
nemo [Fri, 12 Jun 2009 19:53:44 +0000] rev 2158
rerun Qt translation update, includes mostly-complete zh_TW - bit more to come later
unc0rr [Fri, 12 Jun 2009 08:52:31 +0000] rev 2157
Endian aware Land digest
unc0rr [Fri, 12 Jun 2009 08:50:20 +0000] rev 2156
Fix r2201
unc0rr [Fri, 12 Jun 2009 08:47:05 +0000] rev 2155
Implement ability for server admin to clear accounts cache
nemo [Fri, 12 Jun 2009 00:39:36 +0000] rev 2154
Change default output to stderr since /tmp doesn't exist under windows and is useless under iphoneos, add a couple of extra parameters
unc0rr [Thu, 11 Jun 2009 15:57:51 +0000] rev 2153
Patch by Smaxx:
- Check texture size against GL_MAX_TEXTURE_SIZE
unc0rr [Thu, 11 Jun 2009 15:22:02 +0000] rev 2152
Patch by koda:
- Rename some symbols
- Ctrl click
unc0rr [Mon, 08 Jun 2009 16:35:29 +0000] rev 2151
Update Italian translation
unc0rr [Sun, 07 Jun 2009 07:42:40 +0000] rev 2150
Forbid room names and nicknames consisting only of space characters
unc0rr [Sat, 06 Jun 2009 12:42:35 +0000] rev 2149
Fix a bug in frontend leading to incorrect behaviour when dealing with names starting/ending with whitespace
nemo [Fri, 05 Jun 2009 14:19:21 +0000] rev 2148
French translation of game, including new messages. Frontend later.
nemo [Wed, 03 Jun 2009 00:35:23 +0000] rev 2147
typos - the fix for zoom in uMisc.pas appears to be screwing up flakes and other things. commenting it out for now
nemo [Tue, 02 Jun 2009 19:02:54 +0000] rev 2146
Remove steam on explosion effects
nemo [Tue, 02 Jun 2009 18:59:13 +0000] rev 2145
A few FIXME flags for easy grepping
unc0rr [Tue, 02 Jun 2009 18:43:00 +0000] rev 2144
- Fix some ugly code
- Formatting
nemo [Tue, 02 Jun 2009 18:27:15 +0000] rev 2143
New baseball bat sound, steam when fire lands on water (needs new hiss sound), bubbles when hedgehog drowns, more messages on
game events
unc0rr [Mon, 01 Jun 2009 20:38:45 +0000] rev 2142
Make code suck less
unc0rr [Mon, 01 Jun 2009 18:30:48 +0000] rev 2141
Fix some cake bugs
nemo [Mon, 01 Jun 2009 17:04:36 +0000] rev 2140
Death messages thanks to Smaxx
nemo [Mon, 01 Jun 2009 00:27:57 +0000] rev 2139
Properly decrement sniper rifle if timed out. Try to get camera position straight for once.
nemo [Sun, 31 May 2009 19:42:49 +0000] rev 2138
Remember password
unc0rr [Sun, 31 May 2009 19:32:54 +0000] rev 2137
Okay, now a real fix
unc0rr [Sun, 31 May 2009 19:31:37 +0000] rev 2136
Fix jump changing direction in artillery mode
nemo [Sun, 31 May 2009 17:56:15 +0000] rev 2135
Push karma application to end of round - should avoid problems w/ plane and kamikaze
unc0rr [Sun, 31 May 2009 15:17:03 +0000] rev 2134
Fix a source of desync caused by player quit
unc0rr [Sun, 31 May 2009 09:56:21 +0000] rev 2133
Fix lines arise when zooming. Doesn't fix water sprites.
nemo [Thu, 28 May 2009 11:46:27 +0000] rev 2132
Add david_ac to credits
nemo [Thu, 28 May 2009 00:36:33 +0000] rev 2131
mark up with (team)
nemo [Thu, 28 May 2009 00:25:19 +0000] rev 2130
Please don't take away my checkin privileges - Tiy asked me to keep working on this
unc0rr [Wed, 27 May 2009 18:13:06 +0000] rev 2129
Another approach to zombies problem (set SIGCHLD handler to SIG_IGN)
nemo [Wed, 27 May 2009 15:55:14 +0000] rev 2128
explicit nesting
unc0rr [Wed, 27 May 2009 15:31:48 +0000] rev 2127
Update Slovak and Italian translations
unc0rr [Wed, 27 May 2009 15:29:30 +0000] rev 2126
- Prevent server from producing zombies
- Some tweaks
nemo [Wed, 27 May 2009 03:56:17 +0000] rev 2125
Just for completeness, correct formatting on this probably-will-be-reverted-approach
nemo [Wed, 27 May 2009 03:52:07 +0000] rev 2124
experiment in only sending a message to your clan
unc0rr [Wed, 27 May 2009 03:48:59 +0000] rev 2123
Fix server compilation
unc0rr [Wed, 27 May 2009 03:47:40 +0000] rev 2122
Current trunk version isn't compatible with 0.9.11, so set version to 0.9.12-dev
nemo [Tue, 26 May 2009 19:27:55 +0000] rev 2121
0-3 not 0-2
nemo [Tue, 26 May 2009 02:41:26 +0000] rev 2120
updated gasmask/pinksunhat, new grave
nemo [Tue, 26 May 2009 02:31:45 +0000] rev 2119
Adjust initial camera position
unc0rr [Mon, 25 May 2009 17:54:27 +0000] rev 2118
Send server message after nicks info (more chance for it to be seen)
unc0rr [Mon, 25 May 2009 17:33:39 +0000] rev 2117
Add caching for accounts information (entries are stored in memory forever)
unc0rr [Mon, 25 May 2009 15:24:27 +0000] rev 2116
Bring back authentication to official server, now using separate process to perform database interaction
nemo [Sun, 24 May 2009 19:49:10 +0000] rev 2115
unc0rr forgot nil check here too
unc0rr [Sun, 24 May 2009 19:45:20 +0000] rev 2114
Fix crash caused by speechbubbles when restoring from save or joining already started net game
unc0rr [Sun, 24 May 2009 16:02:16 +0000] rev 2113
Update server protocol number to version mapping
unc0rr [Sun, 24 May 2009 15:02:37 +0000] rev 2112
Fix attack bubbles
unc0rr [Sun, 24 May 2009 15:01:10 +0000] rev 2111
Finally fix bubbles
unc0rr [Sun, 24 May 2009 14:03:59 +0000] rev 2110
Some updates
nemo [Sun, 24 May 2009 13:49:52 +0000] rev 2109
typo
unc0rr [Sun, 24 May 2009 13:47:07 +0000] rev 2108
Silence frontend debug output
unc0rr [Sun, 24 May 2009 13:04:48 +0000] rev 2107
- Update INSTALL file
- Set version to 0.9.11
nemo [Sun, 24 May 2009 13:03:57 +0000] rev 2106
Google Droid font licensing terms
nemo [Sun, 24 May 2009 13:01:39 +0000] rev 2105
Allow CJK override for zh_CN/zh_TW/ja
unc0rr [Sun, 24 May 2009 13:01:33 +0000] rev 2104
Update server's message
unc0rr [Sun, 24 May 2009 12:53:46 +0000] rev 2103
- Update russian translation
- lupdate-qt4 && lrelease-qt4
nemo [Sun, 24 May 2009 12:53:03 +0000] rev 2102
lupdate-qt4/lrelease-qt4 - I think I might have left off -qt4 last time
unc0rr [Sun, 24 May 2009 12:50:11 +0000] rev 2101
Fix fullscreen bug
unc0rr [Sun, 24 May 2009 12:44:52 +0000] rev 2100
- Update training a bit
- Update changelog
nemo [Sun, 24 May 2009 02:45:54 +0000] rev 2099
make lookup consistent
nemo [Sun, 24 May 2009 02:41:34 +0000] rev 2098
Toggle for stars ("frontend effects") - also turns off optimisations for stars that were causing problems onone machine
nemo [Sat, 23 May 2009 21:24:43 +0000] rev 2097
should be 48 for this map
nemo [Sat, 23 May 2009 18:26:16 +0000] rev 2096
set Minefield to 150%, reduce fort distance by 512px
nemo [Sat, 23 May 2009 17:04:06 +0000] rev 2095
correct Firefox e-mail addy
nemo [Sat, 23 May 2009 16:49:14 +0000] rev 2094
oops forgot the translated files and source
nemo [Sat, 23 May 2009 16:49:03 +0000] rev 2093
Portugese (european) translation, Tiy's "minefield" scheme/wepset, disable vampirism, update translations
nemo [Sat, 23 May 2009 14:55:33 +0000] rev 2092
Snow theme makeover
nemo [Sat, 23 May 2009 14:48:15 +0000] rev 2091
mobster voice, updated wav for new default voice
nemo [Sat, 23 May 2009 02:17:22 +0000] rev 2090
prevent unc0rr from getting clever with jackhammer too. bring blowtorch into line with the other - should be more fun anyway
nemo [Fri, 22 May 2009 20:36:57 +0000] rev 2089
Prevent unc0rr's sneaky escape
unc0rr [Fri, 22 May 2009 18:55:38 +0000] rev 2088
Some updates on changelog
nemo [Fri, 22 May 2009 02:01:45 +0000] rev 2087
neglected test on sniper rifle being active
unc0rr [Thu, 21 May 2009 19:42:37 +0000] rev 2086
- Update Bulgarian translation
- lupdate-qt4 && lrelease-qt4
unc0rr [Thu, 21 May 2009 19:40:23 +0000] rev 2085
Update some more translations
unc0rr [Thu, 21 May 2009 19:39:09 +0000] rev 2084
Update russian localization
unc0rr [Thu, 21 May 2009 17:46:38 +0000] rev 2083
Fix INSTALL
unc0rr [Thu, 21 May 2009 17:43:02 +0000] rev 2082
Fix nature theme too (thanks to nemo)
unc0rr [Thu, 21 May 2009 17:41:26 +0000] rev 2081
Fix City theme (could cause desyncs)
unc0rr [Wed, 20 May 2009 16:43:19 +0000] rev 2080
This should resend scheme info to net server when scheme got edited (not tested)
unc0rr [Wed, 20 May 2009 16:35:27 +0000] rev 2079
Silence useless warning
nemo [Tue, 19 May 2009 22:48:27 +0000] rev 2078
Updated default voicepack, policecap hat
nemo [Tue, 19 May 2009 21:01:52 +0000] rev 2077
Remove setting of background-color on iconed group box children just in case that was causing Tiy's problem. Is useless until PaintOnScreen + border-radius is resolved anyway.
nemo [Mon, 18 May 2009 00:54:21 +0000] rev 2076
increase # of mines to 50, limit max depth of drowning damage tag
nemo [Sun, 17 May 2009 22:48:06 +0000] rev 2075
add Firefox to creds
nemo [Sun, 17 May 2009 22:15:09 +0000] rev 2074
remove 0 damage tag, easter hat fix, pink sun hat
nemo [Sun, 17 May 2009 18:02:21 +0000] rev 2073
I suck at pascal booleans
nemo [Sun, 17 May 2009 14:25:45 +0000] rev 2072
Custom controls implementing paintEvent play poorly with stars, especially SquareLabel
Setting PaintOnScreen seems safe with current layout
nemo [Sun, 17 May 2009 13:04:58 +0000] rev 2071
Still trying to improve perf of stars - this seems to help a little bit
unc0rr [Sun, 17 May 2009 13:03:56 +0000] rev 2070
Silence useless warning
nemo [Sun, 17 May 2009 00:44:30 +0000] rev 2069
update only the stars - cuts CPU useage in half on my machine
unc0rr [Sat, 16 May 2009 20:54:43 +0000] rev 2068
Fix rope disappearing bug
nemo [Sat, 16 May 2009 19:03:08 +0000] rev 2067
use separate variable for vamp/karma calcs, move karma damage tag from point of damage origin to originating hedgehog at unc0rr's request
unc0rr [Sat, 16 May 2009 18:33:21 +0000] rev 2066
Final fix
unc0rr [Sat, 16 May 2009 17:02:25 +0000] rev 2065
Now should be okay
unc0rr [Sat, 16 May 2009 16:58:54 +0000] rev 2064
Fix for teh fix
unc0rr [Sat, 16 May 2009 16:57:38 +0000] rev 2063
Fix queue error caused by previous fix for queue error
unc0rr [Sat, 16 May 2009 16:43:36 +0000] rev 2062
- Update finnish translation
- lupdate-qt4 && lrelease-qt4
nemo [Sat, 16 May 2009 14:51:04 +0000] rev 2061
Should disable construction in the shoppa hack, I think. Construction is annoying
nemo [Fri, 15 May 2009 17:15:37 +0000] rev 2060
fix crash in parachute/rope if drowning with active girder/teleport
nemo [Fri, 15 May 2009 12:56:32 +0000] rev 2059
oops. forgot to reset turn time
nemo [Fri, 15 May 2009 02:14:13 +0000] rev 2058
Neglected to delete gear at end of turn
nemo [Fri, 15 May 2009 00:51:37 +0000] rev 2057
Prevent gaining more health than hedgehog actually has
nemo [Fri, 15 May 2009 00:38:49 +0000] rev 2056
Two new wavez - Juggle requires a different frame rate. using 38 instead of 125
nemo [Thu, 14 May 2009 14:55:38 +0000] rev 2055
ogg q4 encodings of these themes. Saves 6 megabytes.
nemo [Thu, 14 May 2009 14:54:15 +0000] rev 2054
new grave
nemo [Thu, 14 May 2009 14:47:08 +0000] rev 2053
Use shrug frame for injuring yourself/team-mate, add custom theme music to Sheep theme
nemo [Thu, 14 May 2009 03:41:34 +0000] rev 2052
constrain angle, decrement turn time
unc0rr [Wed, 13 May 2009 19:53:45 +0000] rev 2051
Fix engine crash due to screwing up visual gears list in speechbubbles handler
nemo [Wed, 13 May 2009 01:30:08 +0000] rev 2050
only init music on use. workaround for audio bug.
unc0rr [Tue, 12 May 2009 15:17:49 +0000] rev 2049
Fix team name in training (broken by ttsmj's random teams patch)
unc0rr [Tue, 12 May 2009 15:15:46 +0000] rev 2048
Fix training
nemo [Mon, 11 May 2009 21:27:31 +0000] rev 2047
Allow speech bubble/small damage tags in "reduced quality"
First is needed for game context, 2nd has little impact on framerate
unc0rr [Mon, 11 May 2009 21:20:21 +0000] rev 2046
Oops, some debug stuff left
unc0rr [Mon, 11 May 2009 21:19:47 +0000] rev 2045
- Fix network (my crappy fault, triggered by nemo's patch)
- Do some good things for engine
unc0rr [Mon, 11 May 2009 19:42:29 +0000] rev 2044
Remove unnecessary loop in speechbubble code, thus removing use-after-freeing bug
unc0rr [Mon, 11 May 2009 18:57:39 +0000] rev 2043
Don't accept 'team gone' command right after 'next turn' cmd
nemo [Mon, 11 May 2009 18:56:55 +0000] rev 2042
Move Speech to visual gears. This checkin CRASHES on deletion of visual gear outside the doStep
unc0rr [Sat, 09 May 2009 11:57:47 +0000] rev 2041
- Fix previous commit
- Allow up to 48 hedgehogs on bamboo plinko map
unc0rr [Sat, 09 May 2009 11:56:46 +0000] rev 2040
- Fix for desyncs when player exits
- Effect for gone team: all hedgehogs assume damage == health, then die
not tested
unc0rr [Fri, 08 May 2009 18:20:06 +0000] rev 2039
Try to prevent locale problems:
- Consider only strings starting from numbers
- Fill strings with en locale first
nemo [Fri, 08 May 2009 18:18:39 +0000] rev 2038
English stubs for new weps
nemo [Fri, 08 May 2009 18:17:08 +0000] rev 2037
Missing swedish weapon names
nemo [Fri, 08 May 2009 18:15:39 +0000] rev 2036
Mine icon for game scheme mine count
nemo [Fri, 08 May 2009 01:56:20 +0000] rev 2035
patch to prior checkin
nemo [Fri, 08 May 2009 01:49:11 +0000] rev 2034
david_ac adding a commandline parameter for the data dir, as requested by svenstaro
nemo [Thu, 07 May 2009 23:57:39 +0000] rev 2033
allow adjusting angle during sniping
nemo [Thu, 07 May 2009 14:03:55 +0000] rev 2032
Updated polish translation by szczur
nemo [Thu, 07 May 2009 02:04:07 +0000] rev 2031
david_ac's game scheme options for mine delay/quantity, tweaks to sniper rifle
nemo [Wed, 06 May 2009 22:35:31 +0000] rev 2030
Update translation files
unc0rr [Wed, 06 May 2009 16:56:01 +0000] rev 2029
Add a tracing message to help debug rope bugs
nemo [Mon, 04 May 2009 01:36:39 +0000] rev 2028
Move laser behind weapon
nemo [Sun, 03 May 2009 21:39:45 +0000] rev 2027
oops - checked in my disabling of frontend sound/animation
nemo [Sun, 03 May 2009 21:38:56 +0000] rev 2026
Descriptions for the tooltip buttons. Rename btnInvurnable to btnInvulnerable
nemo [Sun, 03 May 2009 21:28:15 +0000] rev 2025
Adjust routines impacted by DrawRotatedF modification, clear gstHHHJump in rope to avoid crosshair/hat drawing bug.
nemo [Sun, 03 May 2009 21:12:34 +0000] rev 2024
Disable long jump in artillery mode, make snipre rifle single shot
nemo [Sun, 03 May 2009 17:35:10 +0000] rev 2023
Artillery mode, sniper rifle, speech bubble tweaks, fix of rope bug introduced by enabling hats in jump
unc0rr [Fri, 01 May 2009 11:58:22 +0000] rev 2022
nemo's tweaks to bubbles
unc0rr [Fri, 01 May 2009 09:01:44 +0000] rev 2021
Some changes in try to fix issue when you enter
room with painted map, but frontend shows generated
one (most probably bug is triggered by template
filters)
Untested.
unc0rr [Thu, 30 Apr 2009 20:20:01 +0000] rev 2020
nemo:
- Hedgehogs don't take hat off when jumping
unc0rr [Thu, 30 Apr 2009 20:16:58 +0000] rev 2019
Oops, remove debug stuff
unc0rr [Thu, 30 Apr 2009 20:14:41 +0000] rev 2018
Some forgotten sprites
unc0rr [Thu, 30 Apr 2009 20:13:44 +0000] rev 2017
nemo's great patch:
- Speech bubbles
- Vampirism + karma
unc0rr [Sun, 26 Apr 2009 15:47:03 +0000] rev 2016
lost pieces of previous patch
unc0rr [Sun, 26 Apr 2009 15:45:06 +0000] rev 2015
koda's patch
unc0rr [Fri, 24 Apr 2009 16:53:38 +0000] rev 2014
Fix health widget in reduced quality mode
unc0rr [Fri, 24 Apr 2009 16:50:26 +0000] rev 2013
- set svn:eol-style to native on text files
- two more cues
unc0rr [Thu, 23 Apr 2009 13:54:25 +0000] rev 2012
TheXception's patch:
- Animated stars in frontend's background
unc0rr [Mon, 20 Apr 2009 17:45:01 +0000] rev 2011
Update some sprites
unc0rr [Mon, 20 Apr 2009 15:36:36 +0000] rev 2010
Fix team lists reset when editing weapon sets
unc0rr [Sun, 19 Apr 2009 15:44:47 +0000] rev 2009
TheXception's patch:
- Add weapons button to game options widget
unc0rr [Sun, 19 Apr 2009 13:36:51 +0000] rev 2008
Patch by koda:
- Variable commands to the commandline version of hwengine
unc0rr [Sun, 19 Apr 2009 13:22:17 +0000] rev 2007
Chef hat
unc0rr [Sun, 19 Apr 2009 13:20:33 +0000] rev 2006
Please koda with console output
unc0rr [Sun, 19 Apr 2009 11:59:23 +0000] rev 2005
Move health sorter to visual gears:
- Should fix or at least help with problems when one of players quits (needs testing)
- Breaks 0.9.10 compatibility, so increase protocol number and set version to 0.9.11-dev
unc0rr [Sun, 19 Apr 2009 11:40:41 +0000] rev 2004
Some work to try prevent stack memory leak
unc0rr [Sat, 18 Apr 2009 12:46:56 +0000] rev 2003
Patch by koda:
- support for universal binaries
- support for Tiger and Leopard systesms
- small fix in chat
unc0rr [Fri, 17 Apr 2009 20:13:46 +0000] rev 2002
patch by koda:
- Part of previous patch
- Some flags for Mac OS X compilation
unc0rr [Fri, 17 Apr 2009 19:58:21 +0000] rev 2001
- More verbose output
- Fix one way of crashing server
unc0rr [Fri, 17 Apr 2009 17:02:24 +0000] rev 2000
Don't crash engine after round in reduced quality mode
unc0rr [Fri, 17 Apr 2009 17:01:58 +0000] rev 1999
Commit part of koda's patch which applies cleanly:
- added libSDLmain.a in library generation
- Info.plist now is automatically generated
- completed iphone variant
unc0rr [Fri, 17 Apr 2009 12:20:19 +0000] rev 1998
Fix disconnection from server
unc0rr [Tue, 14 Apr 2009 19:05:23 +0000] rev 1997
koda's patch
unc0rr [Mon, 13 Apr 2009 19:42:07 +0000] rev 1996
Add two more maps to build system
unc0rr [Mon, 13 Apr 2009 19:01:45 +0000] rev 1995
Add basketball to build system
unc0rr [Mon, 13 Apr 2009 15:52:31 +0000] rev 1994
Fix message being sent to users of 0.9.10
unc0rr [Mon, 13 Apr 2009 15:35:35 +0000] rev 1993
Fix some locale files installation
unc0rr [Mon, 13 Apr 2009 15:33:40 +0000] rev 1992
Add castle and halloween to install
unc0rr [Mon, 13 Apr 2009 13:03:57 +0000] rev 1991
Update release doc
unc0rr [Mon, 13 Apr 2009 13:00:51 +0000] rev 1990
Silence net debug messages
unc0rr [Mon, 13 Apr 2009 12:59:48 +0000] rev 1989
- Fix training
- Workaround 'Text has zero width' crash
unc0rr [Mon, 13 Apr 2009 12:53:52 +0000] rev 1988
Set version to 0.9.10, protocol to 25
unc0rr [Mon, 13 Apr 2009 12:53:30 +0000] rev 1987
Three more hats
unc0rr [Mon, 13 Apr 2009 12:28:51 +0000] rev 1986
Update changelog in server
unc0rr [Mon, 13 Apr 2009 12:27:59 +0000] rev 1985
Less verbose server output
unc0rr [Mon, 13 Apr 2009 12:23:29 +0000] rev 1984
Disable feel of editing for built-in schemes
unc0rr [Mon, 13 Apr 2009 12:17:40 +0000] rev 1983
update about page
unc0rr [Mon, 13 Apr 2009 12:14:13 +0000] rev 1982
Update changelog
unc0rr [Mon, 13 Apr 2009 10:00:32 +0000] rev 1981
Russian voicepack
unc0rr [Mon, 13 Apr 2009 09:43:31 +0000] rev 1980
Update translation from patches tracker on fireforge
unc0rr [Mon, 13 Apr 2009 09:36:25 +0000] rev 1979
- Add gameServer to build system
- Label schemes combobox
unc0rr [Mon, 13 Apr 2009 09:27:21 +0000] rev 1978
Update russian translation
unc0rr [Mon, 13 Apr 2009 09:24:56 +0000] rev 1977
Some polishing
unc0rr [Sun, 12 Apr 2009 20:34:11 +0000] rev 1976
- One more hat
- Basketball ammo scheme
unc0rr [Sun, 12 Apr 2009 20:29:39 +0000] rev 1975
make use of bath.ogg
unc0rr [Sun, 12 Apr 2009 18:55:35 +0000] rev 1974
nemo's schemes patch
unc0rr [Sun, 12 Apr 2009 18:52:06 +0000] rev 1973
Fix previous commit
unc0rr [Sun, 12 Apr 2009 18:51:35 +0000] rev 1972
New hat + 2 soundtracks
unc0rr [Sun, 12 Apr 2009 15:53:56 +0000] rev 1971
More contrasting lightbulb
unc0rr [Sun, 12 Apr 2009 15:35:22 +0000] rev 1970
Prevent server from crashing when get SqlNull value
unc0rr [Sun, 12 Apr 2009 15:33:59 +0000] rev 1969
koda's fix
unc0rr [Sun, 12 Apr 2009 15:33:46 +0000] rev 1968
Add Shoppa game scheme
unc0rr [Sun, 12 Apr 2009 15:30:41 +0000] rev 1967
Predefine some ammo schemes
unc0rr [Sun, 12 Apr 2009 15:24:08 +0000] rev 1966
nemo's patch + ropes ammo scheme hack
unc0rr [Sun, 12 Apr 2009 12:51:25 +0000] rev 1965
- Apply koda's patch
- Remove old game server
unc0rr [Sun, 12 Apr 2009 12:50:43 +0000] rev 1964
- Another way of defining official server
- Rope has walking bug fixed, and works similar for the last rope too
unc0rr [Sun, 12 Apr 2009 06:01:17 +0000] rev 1963
Better SQL statement, allows NULL rid
unc0rr [Sat, 11 Apr 2009 13:25:26 +0000] rev 1962
Remove some stuff
unc0rr [Sat, 11 Apr 2009 11:01:17 +0000] rev 1961
Remove Codec dir
unc0rr [Sat, 11 Apr 2009 10:58:18 +0000] rev 1960
- Update Basketball preview
- Add new maps to build system
unc0rr [Sat, 11 Apr 2009 10:57:17 +0000] rev 1959
Delete Digger, skyline, Lego
unc0rr [Sat, 11 Apr 2009 10:56:20 +0000] rev 1958
Update Ropes preview
unc0rr [Sat, 11 Apr 2009 10:54:33 +0000] rev 1957
Update polish and german translations
unc0rr [Sat, 11 Apr 2009 10:54:07 +0000] rev 1956
Sort themes list
unc0rr [Sat, 11 Apr 2009 10:53:52 +0000] rev 1955
Some updates in themes
unc0rr [Sat, 11 Apr 2009 10:40:41 +0000] rev 1954
- Some graphics update
- New 'underwater' track
unc0rr [Fri, 10 Apr 2009 19:56:42 +0000] rev 1953
Add a special message for old hedgewars versions
unc0rr [Fri, 10 Apr 2009 19:51:44 +0000] rev 1952
- Some cfg fixes
- Update some translations, perform lupdate & lrelease
unc0rr [Fri, 10 Apr 2009 18:44:36 +0000] rev 1951
Move game starting action outside menu
unc0rr [Fri, 10 Apr 2009 18:38:01 +0000] rev 1950
Implement two buttons
unc0rr [Tue, 07 Apr 2009 16:52:01 +0000] rev 1949
Update some translations
unc0rr [Tue, 07 Apr 2009 14:02:06 +0000] rev 1948
Fix epic bug randomly teleporting hedgehogs
unc0rr [Tue, 07 Apr 2009 14:01:46 +0000] rev 1947
patch by koda
unc0rr [Sun, 05 Apr 2009 17:48:48 +0000] rev 1946
- Fix some CMakeFiles.txt files (by TheXception)
- Optimize sprites with optipng
unc0rr [Sun, 05 Apr 2009 07:58:50 +0000] rev 1945
patch by TheXception:
- Fix random names patch
unc0rr [Sun, 05 Apr 2009 07:56:16 +0000] rev 1944
Remove unneeded file
unc0rr [Sun, 05 Apr 2009 07:56:05 +0000] rev 1943
- Better schemes page look
- Update english and russian localizations
unc0rr [Sun, 05 Apr 2009 07:51:18 +0000] rev 1942
Images for all scheme buttons
unc0rr [Fri, 03 Apr 2009 16:38:16 +0000] rev 1941
Some AI tweaks by imcold
unc0rr [Fri, 03 Apr 2009 16:35:59 +0000] rev 1940
- Enable back border of drop-down list (by nemo)
- Move const visibility to public... probably I'll make use of it in future (by me)
unc0rr [Fri, 03 Apr 2009 16:33:33 +0000] rev 1939
Patch by nemo:
- Hackish way of skipping some textures load in reduced quality mode
- Clipping sprite rendering function
unc0rr [Fri, 03 Apr 2009 16:29:09 +0000] rev 1938
remove New Folder
unc0rr [Fri, 03 Apr 2009 16:28:21 +0000] rev 1937
Remove Thumbs.db files
displacer [Fri, 03 Apr 2009 14:03:51 +0000] rev 1936
added files from Tiy
displacer [Fri, 03 Apr 2009 14:02:04 +0000] rev 1935
added files by Tiy
displacer [Fri, 03 Apr 2009 13:56:37 +0000] rev 1934
changes from Tiyuri
unc0rr [Thu, 02 Apr 2009 20:53:52 +0000] rev 1933
- perform lupdate-qt4
- Update russian translation
- Better schemes page look
unc0rr [Thu, 02 Apr 2009 20:37:03 +0000] rev 1932
New schemes page look by TheXception
unc0rr [Thu, 02 Apr 2009 18:50:08 +0000] rev 1931
Ooops.. enable back DoS protection
unc0rr [Thu, 02 Apr 2009 18:49:08 +0000] rev 1930
Fix server crash (properly follow client's state)
unc0rr [Sat, 28 Mar 2009 10:42:00 +0000] rev 1929
- Fix bug with kicking players
- Fix one ready state bug
- Improve client's ping handler
unc0rr [Fri, 27 Mar 2009 20:36:50 +0000] rev 1928
- Implement ping timeout
- It triggers bug with kicking room creator
unc0rr [Fri, 27 Mar 2009 20:29:38 +0000] rev 1927
Ping clients every 30 seconds. Disconnection due to ping timeout to be implemented.
unc0rr [Fri, 27 Mar 2009 18:50:18 +0000] rev 1926
Add simple DoS protection mechanism (although better than previous server had)
unc0rr [Fri, 27 Mar 2009 15:58:54 +0000] rev 1925
Allow admin to set server's motd
unc0rr [Fri, 27 Mar 2009 14:02:27 +0000] rev 1924
Prepare to add ability for admin to set MOTD
unc0rr [Thu, 26 Mar 2009 19:28:56 +0000] rev 1923
Send server message on join
unc0rr [Thu, 26 Mar 2009 19:22:40 +0000] rev 1922
Fix bug with rope and bazooka
unc0rr [Thu, 26 Mar 2009 16:54:16 +0000] rev 1921
- User from localhost is server admin
- Some tweaks
unc0rr [Thu, 26 Mar 2009 16:20:01 +0000] rev 1920
oops
unc0rr [Thu, 26 Mar 2009 14:03:46 +0000] rev 1919
Optimize water bouncing a bit
unc0rr [Thu, 26 Mar 2009 13:59:27 +0000] rev 1918
patch by nemo: water bouncing + some tweaks
unc0rr [Thu, 26 Mar 2009 13:54:02 +0000] rev 1917
- Better ip2string implementation
- Update girder thing sprite
unc0rr [Mon, 23 Mar 2009 21:09:34 +0000] rev 1916
patch by koda:
- Finish convertion to OpenGL ES
unc0rr [Mon, 23 Mar 2009 19:03:51 +0000] rev 1915
patch by nemo:
- Fix girder placing distance
- Fix ammo switching conditions
unc0rr [Sun, 22 Mar 2009 21:51:30 +0000] rev 1914
Add sounds to girder
unc0rr [Sun, 22 Mar 2009 21:44:48 +0000] rev 1913
Don't draw walking state when cursor is on
unc0rr [Sun, 22 Mar 2009 21:03:59 +0000] rev 1912
Save much CPU time by initializing vertex arrays in texture creation function
unc0rr [Sun, 22 Mar 2009 20:56:22 +0000] rev 1911
use glVertexPointer to render water
unc0rr [Sun, 22 Mar 2009 17:44:00 +0000] rev 1910
Fix previous patch
unc0rr [Sun, 22 Mar 2009 17:41:07 +0000] rev 1909
nemo's patch for girder + some fixes
unc0rr [Sun, 22 Mar 2009 17:39:12 +0000] rev 1908
Use GL_TRIANGLE_FAN instead of GL_TRIANGLES (more efficient)
unc0rr [Sun, 22 Mar 2009 14:35:45 +0000] rev 1907
Random team generator rework by ttsmj
unc0rr [Sun, 22 Mar 2009 14:32:22 +0000] rev 1906
Apply koda's OpenGL ES compatibility patch
unc0rr [Sat, 21 Mar 2009 10:49:58 +0000] rev 1905
- Use QCryptographicHash for md5
- Improve stub for admin page
- Make protocol commands for room creation and joining incompatible with previous versions
unc0rr [Wed, 18 Mar 2009 22:02:55 +0000] rev 1904
- Fix warnings in frontend
- Example of using vertex arrays in one of rendering functions
unc0rr [Wed, 18 Mar 2009 21:43:46 +0000] rev 1903
Patch by koda
unc0rr [Wed, 18 Mar 2009 21:43:22 +0000] rev 1902
Add delete button and scheme selection combobox to scheme edit page
unc0rr [Wed, 18 Mar 2009 21:42:50 +0000] rev 1901
Mac icon
unc0rr [Wed, 18 Mar 2009 17:56:27 +0000] rev 1900
Update some translations, lupdate && lrelease
unc0rr [Wed, 18 Mar 2009 15:48:43 +0000] rev 1899
Sync schemes config over net should work now (untested)
unc0rr [Mon, 16 Mar 2009 20:55:10 +0000] rev 1898
Send scheme data over net (but recieving part isn't implemented yet)
unc0rr [Mon, 16 Mar 2009 19:55:56 +0000] rev 1897
- Some style changes by nemo
- Add ability for schemes save and load
unc0rr [Mon, 16 Mar 2009 14:43:15 +0000] rev 1896
Don't use GLU
unc0rr [Sun, 15 Mar 2009 17:47:06 +0000] rev 1895
More game options by nemo
+ some tweaks by me
unc0rr [Sun, 15 Mar 2009 14:47:59 +0000] rev 1894
Rooms list colourizing patch by TheXception
unc0rr [Sun, 15 Mar 2009 14:36:14 +0000] rev 1893
Style fixes by nemo
unc0rr [Sun, 15 Mar 2009 12:59:52 +0000] rev 1892
Some tweaks by nemo
unc0rr [Sun, 15 Mar 2009 12:58:23 +0000] rev 1891
Fix for rooms list + Qt 4.5 by TheXception
unc0rr [Fri, 13 Mar 2009 21:39:59 +0000] rev 1890
Scheme options work now
Things left: save/load schemes, pass schemes via net, make nice-looking scheme edit page, add more options
unc0rr [Fri, 13 Mar 2009 18:04:44 +0000] rev 1889
Editing schemes, creating new one works now
unc0rr [Thu, 12 Mar 2009 20:29:01 +0000] rev 1888
Add an ability to run engine without IPC connection.
It requires two parameters:
1) ful path to share/hedgewars/Data
2) full path to record file (hwd_24 or hws_24)
de
bug #0.txt will be created it path passed in 1st param
unc0rr [Thu, 12 Mar 2009 20:19:33 +0000] rev 1887
- Share model between test table and widgets
- Implement Back button
unc0rr [Thu, 12 Mar 2009 13:55:47 +0000] rev 1886
patch by nemo: quick change from 0 to infinite and vice versa
unc0rr [Thu, 12 Mar 2009 13:54:32 +0000] rev 1885
Continue work on new schemes
unc0rr [Wed, 11 Mar 2009 14:32:28 +0000] rev 1884
Continue work on new schemes implementation
unc0rr [Tue, 10 Mar 2009 21:57:33 +0000] rev 1883
- Clear gm_Slot flag even if you can't switch ammo:
Fixes engine slowdown when trying to switch ammo while firing bazooka
unc0rr [Tue, 10 Mar 2009 21:31:29 +0000] rev 1882
Update ammo icons
unc0rr [Tue, 10 Mar 2009 17:55:44 +0000] rev 1881
Stub for ammo schemes model
unc0rr [Tue, 10 Mar 2009 17:55:29 +0000] rev 1880
a patch
unc0rr [Mon, 09 Mar 2009 20:47:17 +0000] rev 1879
Implement kick from room
unc0rr [Mon, 09 Mar 2009 20:23:04 +0000] rev 1878
own md5 function, no qca2 dependancy (patch by nemo with Qt adaptation by me)
unc0rr [Mon, 09 Mar 2009 18:52:56 +0000] rev 1877
Fix wrong value passed as initial health
unc0rr [Mon, 09 Mar 2009 18:43:41 +0000] rev 1876
Pass template filter
unc0rr [Mon, 09 Mar 2009 10:54:44 +0000] rev 1875
- Send initial room config
unc0rr [Sun, 08 Mar 2009 20:22:52 +0000] rev 1874
- Fix a bug in map widget
- New way of passing game parameters. Less code, and code is in one class. (mostly works, but not finished yet)
unc0rr [Sun, 08 Mar 2009 18:43:15 +0000] rev 1873
Start refactoring some things. Frontend becomes temporarily unusable for network game
unc0rr [Sun, 08 Mar 2009 16:51:16 +0000] rev 1872
Fix frontend not disconnecting from server
unc0rr [Sun, 08 Mar 2009 16:47:22 +0000] rev 1871
Send MAP config param last
unc0rr [Sun, 08 Mar 2009 16:01:06 +0000] rev 1870
Patch by nemo
unc0rr [Sun, 08 Mar 2009 12:55:40 +0000] rev 1869
patch by nemo
unc0rr [Sat, 07 Mar 2009 20:23:49 +0000] rev 1868
pathc by nemo
unc0rr [Sat, 07 Mar 2009 17:49:11 +0000] rev 1867
loser animation by nemo
unc0rr [Sat, 07 Mar 2009 17:43:25 +0000] rev 1866
Cut the length of most used net packet
unc0rr [Sat, 07 Mar 2009 17:42:54 +0000] rev 1865
- nemo's patch: some animations, zero probability for infinite weapons
- bugfix by me: don't play 'reinforcements' sound when there's no room found for bonus box
unc0rr [Fri, 06 Mar 2009 13:50:40 +0000] rev 1864
Update Polish translation
unc0rr [Thu, 05 Mar 2009 21:41:18 +0000] rev 1863
Utility icon
unc0rr [Thu, 05 Mar 2009 19:53:40 +0000] rev 1862
Implement kick from server by administrator
unc0rr [Thu, 05 Mar 2009 14:54:02 +0000] rev 1861
nemo:
- Utility box
- Some bugfixes
unc0rr [Wed, 04 Mar 2009 16:35:36 +0000] rev 1860
Some work on players lists context menus
unc0rr [Wed, 04 Mar 2009 13:55:53 +0000] rev 1859
Pixels2 proc, which uses Land array when updating textures
unc0rr [Wed, 04 Mar 2009 13:42:21 +0000] rev 1858
Update some translations
unc0rr [Mon, 02 Mar 2009 21:23:27 +0000] rev 1857
Fake database connection with routine which marks all users as guests, when no database host was specified
unc0rr [Mon, 02 Mar 2009 21:20:45 +0000] rev 1856
Enable admin button when have privilege. Button does nothing yet.
unc0rr [Mon, 02 Mar 2009 21:13:34 +0000] rev 1855
Oops, forgot icons
unc0rr [Mon, 02 Mar 2009 21:13:07 +0000] rev 1854
laser beam by nemo reworked a bit by me
unc0rr [Mon, 02 Mar 2009 17:33:49 +0000] rev 1853
Update INSTALL
unc0rr [Sun, 01 Mar 2009 17:36:44 +0000] rev 1852
Fix crash when explosion is outside of the map (check was lost while refactoring)
unc0rr [Sun, 01 Mar 2009 17:31:09 +0000] rev 1851
oops
unc0rr [Sun, 01 Mar 2009 17:30:10 +0000] rev 1850
a patch :P
unc0rr [Sun, 01 Mar 2009 17:24:25 +0000] rev 1849
4 utilities by nemo
unc0rr [Fri, 27 Feb 2009 21:40:13 +0000] rev 1848
cz->cs
unc0rr [Fri, 27 Feb 2009 19:51:22 +0000] rev 1847
Set admin flag and send admin notification to users with rid equal to 3
unc0rr [Thu, 26 Feb 2009 15:00:48 +0000] rev 1846
Small optimization in net server
unc0rr [Thu, 26 Feb 2009 14:58:06 +0000] rev 1845
Fix pages mess when password is refused
unc0rr [Thu, 26 Feb 2009 06:39:20 +0000] rev 1844
Ask user password and send it to server
unc0rr [Wed, 25 Feb 2009 17:36:02 +0000] rev 1843
Add QCA2 checks to build system
unc0rr [Wed, 25 Feb 2009 17:18:12 +0000] rev 1842
Move from 'connecting' page to lobby only when account checked
unc0rr [Wed, 25 Feb 2009 17:12:32 +0000] rev 1841
Retrieve client password from web database and ask for it
unc0rr [Tue, 24 Feb 2009 21:47:17 +0000] rev 1840
ttsmj2's random teams patch
unc0rr [Tue, 24 Feb 2009 19:39:49 +0000] rev 1839
Server now send ASKPASSWORD command to frontend when user has web account
unc0rr [Tue, 24 Feb 2009 19:39:10 +0000] rev 1838
Use another event to change state from 'logging in' to 'lobby'
unc0rr [Tue, 24 Feb 2009 19:38:49 +0000] rev 1837
Update German translation
unc0rr [Mon, 23 Feb 2009 20:43:05 +0000] rev 1836
titlebar fix for Mac OS X by koda
unc0rr [Mon, 23 Feb 2009 20:39:31 +0000] rev 1835
Update Italian translation (and compile other translations)
unc0rr [Mon, 23 Feb 2009 20:34:29 +0000] rev 1834
Add working check for www account existance
unc0rr [Mon, 23 Feb 2009 20:25:07 +0000] rev 1833
Add options for configuring database access
unc0rr [Mon, 23 Feb 2009 20:15:02 +0000] rev 1832
Add options for database access
unc0rr [Mon, 23 Feb 2009 19:01:36 +0000] rev 1831
Implement two more missing protocol commands
unc0rr [Mon, 23 Feb 2009 18:58:22 +0000] rev 1830
Faster fire falling
unc0rr [Mon, 23 Feb 2009 18:56:48 +0000] rev 1829
Accept new NOT_READY command format
unc0rr [Mon, 23 Feb 2009 18:41:16 +0000] rev 1828
Fix bug with not working toggles 'rectrict joins' and 'restrict team adding'
unc0rr [Mon, 23 Feb 2009 18:35:32 +0000] rev 1827
Fix ready players number after a round
unc0rr [Mon, 23 Feb 2009 15:58:08 +0000] rev 1826
d'oh, the patch was fail
unc0rr [Mon, 23 Feb 2009 15:57:32 +0000] rev 1825
Nemo's patch allowing different water sprites size
unc0rr [Sat, 21 Feb 2009 20:01:01 +0000] rev 1824
More verbose dump
unc0rr [Sat, 21 Feb 2009 19:59:03 +0000] rev 1823
Fix ready players accounting
unc0rr [Sat, 21 Feb 2009 14:50:39 +0000] rev 1822
- Add new sounds
- Apply new ufo sound
unc0rr [Sat, 21 Feb 2009 14:43:40 +0000] rev 1821
Hedgehog drops a grave on "/newgrave" command. Patch by nemo
unc0rr [Sat, 21 Feb 2009 14:40:35 +0000] rev 1820
lupdate-qt4
unc0rr [Sat, 21 Feb 2009 11:49:56 +0000] rev 1819
Patch by koda to better support Mac OS X
unc0rr [Fri, 20 Feb 2009 19:54:02 +0000] rev 1818
Fix team removing on PART command
unc0rr [Fri, 20 Feb 2009 19:49:34 +0000] rev 1817
Oops, forgot a bunch of CONFIG_PARAM
unc0rr [Fri, 20 Feb 2009 19:48:44 +0000] rev 1816
Prevent 'double team exiting' in egine
unc0rr [Fri, 20 Feb 2009 19:47:31 +0000] rev 1815
Save some more bytes in protocol
unc0rr [Fri, 20 Feb 2009 19:46:22 +0000] rev 1814
- Remove client teams on exit
- Improve protocol, break frontend compatibility with old server protocol
unc0rr [Fri, 20 Feb 2009 19:40:55 +0000] rev 1813
Removeteam action
unc0rr [Fri, 20 Feb 2009 14:12:16 +0000] rev 1812
'Reduce quality' patch by nemo
+ my addition to save some CPU time (don't even create visual gears)
unc0rr [Fri, 20 Feb 2009 11:58:58 +0000] rev 1811
Implement 'roundfinished' cmd on net server
unc0rr [Thu, 19 Feb 2009 14:52:32 +0000] rev 1810
Frontend look fixes
unc0rr [Thu, 19 Feb 2009 14:51:57 +0000] rev 1809
Some optimization of land texture updating
unc0rr [Wed, 18 Feb 2009 16:49:27 +0000] rev 1808
Fix a bug with updating
unc0rr [Wed, 18 Feb 2009 16:46:27 +0000] rev 1807
Split land texture into small ones:
- Better update texture performance
- Support for old videocards
unc0rr [Wed, 18 Feb 2009 16:35:03 +0000] rev 1806
More reorganization
unc0rr [Wed, 18 Feb 2009 16:28:21 +0000] rev 1805
Reorganize land texteure function in prepare to texture split
unc0rr [Wed, 18 Feb 2009 15:04:40 +0000] rev 1804
New game server:
- Incomplete implementation
- More robust, no memory leaks, better architecture for easy features addition
- Incompatible with current client
unc0rr [Wed, 18 Feb 2009 15:03:31 +0000] rev 1803
Update translations
unc0rr [Tue, 17 Feb 2009 12:58:25 +0000] rev 1802
Move template filter to map widget (by nemo)
unc0rr [Tue, 17 Feb 2009 12:58:08 +0000] rev 1801
Clouds fixes by nemo
unc0rr [Sun, 15 Feb 2009 20:29:52 +0000] rev 1800
"connecting" page
unc0rr [Sun, 15 Feb 2009 17:48:05 +0000] rev 1799
Fix array overflow
unc0rr [Sun, 15 Feb 2009 17:24:19 +0000] rev 1798
Add Hogville map to build system
unc0rr [Sun, 15 Feb 2009 14:38:02 +0000] rev 1797
Templates filter by nemo
unc0rr [Sat, 14 Feb 2009 21:04:51 +0000] rev 1796
Finnish translation
unc0rr [Sat, 14 Feb 2009 16:54:28 +0000] rev 1795
- Set bamboo plinko hedgehogs limit to 48
- Better limit reading code
unc0rr [Sat, 14 Feb 2009 16:51:10 +0000] rev 1794
New bonus box sprite
unc0rr [Sat, 14 Feb 2009 16:44:50 +0000] rev 1793
Fix initial room config
unc0rr [Sat, 14 Feb 2009 16:30:22 +0000] rev 1792
engine part of nemo's patch
unc0rr [Sat, 14 Feb 2009 16:25:58 +0000] rev 1791
Fix passing hedgehogs number from engine to frontend
unc0rr [Sat, 14 Feb 2009 16:24:20 +0000] rev 1790
frontend's part of nemo patch
unc0rr [Sat, 14 Feb 2009 16:23:51 +0000] rev 1789
Hogville map
unc0rr [Sat, 14 Feb 2009 16:11:53 +0000] rev 1788
Update nature, City and Island themes
unc0rr [Sat, 14 Feb 2009 16:09:23 +0000] rev 1787
New hats
unc0rr [Sat, 14 Feb 2009 16:04:40 +0000] rev 1786
Awesome map (yes, again)
unc0rr [Sun, 01 Feb 2009 16:00:54 +0000] rev 1785
Fix rope regression (unable to change angle)
unc0rr [Sun, 01 Feb 2009 15:58:44 +0000] rev 1784
Apply nemo's patch polished by me:
- Upto 48 hhs in game
- Option for border
- Disable some weapons on cavern maps
unc0rr [Sat, 31 Jan 2009 15:44:07 +0000] rev 1783
Custom spinbox for bonus boxes factor
unc0rr [Sat, 31 Jan 2009 15:39:53 +0000] rev 1782
Options for bonus box probability tuning and number of turn until sudden death
unc0rr [Sat, 31 Jan 2009 11:58:09 +0000] rev 1781
- Right way to handle rope ammo
- Most probably adds bugs, so needs testing and testing
unc0rr [Fri, 30 Jan 2009 19:26:32 +0000] rev 1780
Remove ugly hack. It's so ugly...
unc0rr [Fri, 30 Jan 2009 14:59:59 +0000] rev 1779
Cache land texture update until frame render. This greately improves performance when there are many explosions, or you're using drilling weapon
unc0rr [Fri, 30 Jan 2009 14:57:02 +0000] rev 1778
Fix border drawing when drilling
unc0rr [Fri, 30 Jan 2009 14:56:27 +0000] rev 1777
Implement initial sound volume option
unc0rr [Thu, 29 Jan 2009 17:27:43 +0000] rev 1776
- nemo's patch for custom cave map dimensions
- Fix for engine crash when not enough place for hedgehogs
unc0rr [Thu, 29 Jan 2009 14:49:47 +0000] rev 1775
A bit better template
unc0rr [Tue, 27 Jan 2009 15:44:40 +0000] rev 1774
Replace current templates with one cavern one
unc0rr [Tue, 27 Jan 2009 15:34:37 +0000] rev 1773
nemo's template patch (invertion)
unc0rr [Mon, 26 Jan 2009 21:46:53 +0000] rev 1772
Allow loading maps and forts
unc0rr [Mon, 26 Jan 2009 21:43:00 +0000] rev 1771
Fix airplane
unc0rr [Mon, 26 Jan 2009 21:33:18 +0000] rev 1770
Update RC plane sprite
unc0rr [Mon, 26 Jan 2009 21:31:17 +0000] rev 1769
New digits
unc0rr [Mon, 26 Jan 2009 21:03:57 +0000] rev 1768
That was wrong place for the patch
unc0rr [Mon, 26 Jan 2009 21:02:49 +0000] rev 1767
Turn cave mode on automatically when there are pixels on top of map
unc0rr [Mon, 26 Jan 2009 17:47:17 +0000] rev 1766
Fix mask
unc0rr [Mon, 26 Jan 2009 17:40:58 +0000] rev 1765
Switch to 2046 height
unc0rr [Mon, 26 Jan 2009 16:03:15 +0000] rev 1764
Fix russian translation
unc0rr [Mon, 26 Jan 2009 16:00:48 +0000] rev 1763
Fix chinese translation
unc0rr [Mon, 26 Jan 2009 15:57:16 +0000] rev 1762
Fix clouds disappearing in the middle of map
unc0rr [Mon, 26 Jan 2009 15:56:36 +0000] rev 1761
Fix width/height dependant consts
unc0rr [Mon, 26 Jan 2009 15:53:43 +0000] rev 1760
Fix nemo's large land patch
unc0rr [Mon, 26 Jan 2009 14:57:05 +0000] rev 1759
- Update Polish tranlsation
- Add forgotten zh_TW translation
unc0rr [Sun, 25 Jan 2009 18:56:06 +0000] rev 1758
Unban misc folder
unc0rr [Sun, 25 Jan 2009 18:54:39 +0000] rev 1757
Add an ability for global messages when server started with password option set
displacer [Sun, 25 Jan 2009 18:54:30 +0000] rev 1756
desktop file in misc folder
unc0rr [Sun, 25 Jan 2009 18:35:27 +0000] rev 1755
Impement stats on UDP 46632 port
unc0rr [Sun, 25 Jan 2009 18:27:31 +0000] rev 1754
Some fixes by nemo
unc0rr [Sun, 25 Jan 2009 18:10:23 +0000] rev 1753
Apply nemo's world resize patch
unc0rr [Sun, 25 Jan 2009 18:07:52 +0000] rev 1752
Fix accidental rope removinf from ammo in some cases
unc0rr [Sun, 25 Jan 2009 18:07:10 +0000] rev 1751
Finally support removing teams + spectating (spectating still doesn't work okay, as engine doesn't support removing teams properly)
unc0rr [Sun, 25 Jan 2009 14:00:28 +0000] rev 1750
Update protocol number
unc0rr [Sun, 25 Jan 2009 13:58:59 +0000] rev 1749
Fix crash when attackbar wasn't deleted, but hedgehog gear was
unc0rr [Sun, 25 Jan 2009 13:57:48 +0000] rev 1748
Some support for spectating when some teams removed
unc0rr [Sun, 25 Jan 2009 13:48:41 +0000] rev 1747
Add needed libraries
displacer [Sat, 24 Jan 2009 21:43:28 +0000] rev 1746
correct game classification
displacer [Sat, 24 Jan 2009 21:26:42 +0000] rev 1745
.desktop file for bug http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=512842
unc0rr [Sat, 24 Jan 2009 12:48:32 +0000] rev 1744
Add koda's patch for Mac OS X compilation
unc0rr [Sat, 24 Jan 2009 12:43:57 +0000] rev 1743
Don't allow pause when playing online
unc0rr [Sat, 24 Jan 2009 12:40:30 +0000] rev 1742
Start fixing spectating bug (implement some routines)
unc0rr [Thu, 22 Jan 2009 20:34:26 +0000] rev 1741
Add forgotten brain slug hats
unc0rr [Thu, 22 Jan 2009 20:02:02 +0000] rev 1740
Reduce number of bonus rc planes
koda [Mon, 22 Jul 2013 21:32:08 +0200] rev 1739
close 0.9.9 again
unc0rr [Thu, 22 Jan 2009 17:53:39 +0000] rev 1738
Add nemo's depixeling patch. Still needs some polishing for the case when we delete pixel on which hedgehog stays
koda [Mon, 22 Jul 2013 21:31:48 +0200] rev 1737
removing anonymous heads from 0.9.9
unc0rr [Tue, 20 Jan 2009 20:26:09 +0000] rev 1736
Fix blowtorch delete condition
koda [Mon, 22 Jul 2013 21:30:35 +0200] rev 1735
removing anonymous heads from 0.9.9
unc0rr [Fri, 12 Nov 2010 19:39:45 +0300] rev 1734
Close 0.9.9 branch
unc0rr [Tue, 20 Jan 2009 04:53:01 +0000] rev 1733
Fix underwater theme soundtrack
koda [Wed, 23 Jun 2010 21:42:59 +0200] rev 1732
closed branch
koda [Wed, 23 Jun 2010 21:36:09 +0200] rev 1731
closed branch
unc0rr [Mon, 19 Jan 2009 19:04:44 +0000] rev 1730
Fix in 0.9.9 branch too
unc0rr [Mon, 19 Jan 2009 19:04:16 +0000] rev 1729
Fix engine crash when using alt damage option
unc0rr [Mon, 19 Jan 2009 18:53:04 +0000] rev 1728
Fix 099 release too
unc0rr [Mon, 19 Jan 2009 18:50:23 +0000] rev 1727
Unfuckup spectating
unc0rr [Mon, 19 Jan 2009 18:25:21 +0000] rev 1726
Set version to 0.9.9, protocol to 23
unc0rr [Mon, 19 Jan 2009 18:39:48 +0000] rev 1725
Message for 098 users about 099 release
unc0rr [Mon, 19 Jan 2009 18:16:25 +0000] rev 1724
Branch for 0.9.9 release
unc0rr [Mon, 19 Jan 2009 18:15:31 +0000] rev 1723
Fix 'youll regret that' voicepack
unc0rr [Mon, 19 Jan 2009 15:53:23 +0000] rev 1722
Fix grayed ammo icons
unc0rr [Mon, 19 Jan 2009 15:46:33 +0000] rev 1721
Change rc plane options
unc0rr [Mon, 19 Jan 2009 15:44:44 +0000] rev 1720
New grave
unc0rr [Mon, 19 Jan 2009 15:44:12 +0000] rev 1719
Remove deprecated comment
unc0rr [Mon, 19 Jan 2009 15:44:04 +0000] rev 1718
Nice icon for sound button
unc0rr [Mon, 19 Jan 2009 15:42:07 +0000] rev 1717
Hedgehog controlling rc plane sprite
unc0rr [Mon, 19 Jan 2009 15:36:40 +0000] rev 1716
UFO fort images optimization for size
unc0rr [Mon, 19 Jan 2009 15:34:41 +0000] rev 1715
- Update Slovak translation
- Sprites update, cyborg hat
unc0rr [Mon, 19 Jan 2009 15:34:11 +0000] rev 1714
Fix rc plane fire spread
unc0rr [Mon, 19 Jan 2009 15:30:23 +0000] rev 1713
Hedgehog is also sad when rcplane is drawning
unc0rr [Mon, 19 Jan 2009 15:25:22 +0000] rev 1712
Patch by nemo (polished by me)
unc0rr [Mon, 19 Jan 2009 13:02:33 +0000] rev 1711
UFO fort
unc0rr [Sun, 18 Jan 2009 17:40:45 +0000] rev 1710
Fix angle restriction applying to rc plane when choosing via ammomenu
unc0rr [Sun, 18 Jan 2009 17:36:52 +0000] rev 1709
Fix 4 more hats
unc0rr [Sun, 18 Jan 2009 15:01:54 +0000] rev 1708
More predictable bombs trajectory with rc plane
unc0rr [Sun, 18 Jan 2009 14:49:21 +0000] rev 1707
Use firepunch sound from voices
unc0rr [Sun, 18 Jan 2009 14:47:31 +0000] rev 1706
Fix pumkin hat
unc0rr [Sun, 18 Jan 2009 14:47:25 +0000] rev 1705
Fix wavs
unc0rr [Sun, 18 Jan 2009 14:43:16 +0000] rev 1704
Fix wav packaging
unc0rr [Sun, 18 Jan 2009 14:41:27 +0000] rev 1703
Fix flower grave
unc0rr [Sun, 18 Jan 2009 14:29:19 +0000] rev 1702
Fix training
unc0rr [Sun, 18 Jan 2009 14:25:44 +0000] rev 1701
Now voicepack checking button should work (but it doesn't for me)
unc0rr [Sun, 18 Jan 2009 14:21:13 +0000] rev 1700
Fix venom hat
unc0rr [Sun, 18 Jan 2009 14:20:59 +0000] rev 1699
Japanese translation
unc0rr [Sun, 18 Jan 2009 14:17:10 +0000] rev 1698
Fallback to no hat when hat couldn't be loaded
unc0rr [Sun, 18 Jan 2009 13:02:38 +0000] rev 1697
Play sad animation on rc plane crash
unc0rr [Sun, 18 Jan 2009 13:01:49 +0000] rev 1696
rc plane falls down when looses control
unc0rr [Sun, 18 Jan 2009 12:46:24 +0000] rev 1695
Update changelog
unc0rr [Sun, 18 Jan 2009 12:42:35 +0000] rev 1694
Update Russian translation
unc0rr [Sun, 18 Jan 2009 12:41:51 +0000] rev 1693
Update about page
unc0rr [Sun, 18 Jan 2009 12:41:41 +0000] rev 1692
Update German and Italian translations
unc0rr [Sun, 18 Jan 2009 12:41:05 +0000] rev 1691
Update zh_CN translation
unc0rr [Sat, 17 Jan 2009 14:38:12 +0000] rev 1690
Fix warning
unc0rr [Sat, 17 Jan 2009 14:35:20 +0000] rev 1689
RC Plane
unc0rr [Sat, 17 Jan 2009 13:04:32 +0000] rev 1688
Update Italian translation
unc0rr [Fri, 16 Jan 2009 23:27:25 +0000] rev 1687
Fix engine freeze when one of the teams is killed before its first turn, number of hedgehogs in that team < 8, and game still goes on
unc0rr [Fri, 16 Jan 2009 18:40:52 +0000] rev 1686
Use more convenient syntax
unc0rr [Fri, 16 Jan 2009 18:37:51 +0000] rev 1685
Oops, fix typo
unc0rr [Fri, 16 Jan 2009 18:37:21 +0000] rev 1684
A button for checking voicepack (doesn't work yet)
unc0rr [Fri, 16 Jan 2009 15:43:19 +0000] rev 1683
Show team owner in tooltip
unc0rr [Fri, 16 Jan 2009 15:36:16 +0000] rev 1682
Fix laugh voicepack
unc0rr [Fri, 16 Jan 2009 15:29:39 +0000] rev 1681
Add Robot voicepack
unc0rr [Fri, 16 Jan 2009 15:24:37 +0000] rev 1680
Update German, Italian and Swedish translations
unc0rr [Thu, 15 Jan 2009 14:58:55 +0000] rev 1679
- Update Russian and Italain translations
- lupdate-qt4 && lrelease-qt4
unc0rr [Wed, 14 Jan 2009 22:53:22 +0000] rev 1678
Fix voicepacks
unc0rr [Wed, 14 Jan 2009 21:59:11 +0000] rev 1677
Set 'ready' tooltip to lightbulb button
unc0rr [Wed, 14 Jan 2009 21:40:59 +0000] rev 1676
Same for lobby
unc0rr [Wed, 14 Jan 2009 21:39:37 +0000] rev 1675
Don't send empty JOINED message
unc0rr [Wed, 14 Jan 2009 19:31:23 +0000] rev 1674
Add English translation (needed to support plural forms)
unc0rr [Wed, 14 Jan 2009 19:27:23 +0000] rev 1673
- Correctly use plural form in translations
- Fix minor glitch with health graphic
unc0rr [Wed, 14 Jan 2009 16:51:55 +0000] rev 1672
Properly handle room deletion in respect of pages switching
unc0rr [Wed, 14 Jan 2009 16:49:44 +0000] rev 1671
Implement isInRoom in client
unc0rr [Wed, 14 Jan 2009 16:41:29 +0000] rev 1670
Correctly handle disconnect when on stats page
unc0rr [Wed, 14 Jan 2009 16:36:16 +0000] rev 1669
Mostly fix voicepack usage
unc0rr [Tue, 13 Jan 2009 22:38:08 +0000] rev 1668
Disable net debug
unc0rr [Tue, 13 Jan 2009 20:58:50 +0000] rev 1667
Add Pirate voicepack
unc0rr [Tue, 13 Jan 2009 20:40:43 +0000] rev 1666
Sort nicks in chat widget
unc0rr [Tue, 13 Jan 2009 20:36:02 +0000] rev 1665
Fix handling team addition message
unc0rr [Tue, 13 Jan 2009 20:34:44 +0000] rev 1664
Use custom datetime format for using in filename
unc0rr [Tue, 13 Jan 2009 20:27:49 +0000] rev 1663
Fix surfer voicepack install
unc0rr [Tue, 13 Jan 2009 20:21:40 +0000] rev 1662
Support voicepack info in net server
unc0rr [Tue, 13 Jan 2009 20:13:36 +0000] rev 1661
Mention Josh on about page
unc0rr [Tue, 13 Jan 2009 18:58:18 +0000] rev 1660
shutup tiyuri
unc0rr [Tue, 13 Jan 2009 18:56:14 +0000] rev 1659
Team class now supports voicepacks
unc0rr [Tue, 13 Jan 2009 15:33:46 +0000] rev 1658
Fix a bug with visible cursor when hedgehog is dead
unc0rr [Mon, 12 Jan 2009 22:02:47 +0000] rev 1657
Fix small bug in voicepacks support in engine. It's complete and tested now.
unc0rr [Mon, 12 Jan 2009 21:57:41 +0000] rev 1656
Finish voicepacks support in engine (not tested though)
unc0rr [Mon, 12 Jan 2009 21:49:41 +0000] rev 1655
Generate voicepack ask in team config
unc0rr [Mon, 12 Jan 2009 21:49:10 +0000] rev 1654
Start voicepacks implementation
unc0rr [Mon, 12 Jan 2009 18:51:37 +0000] rev 1653
Update German translation
unc0rr [Mon, 12 Jan 2009 18:50:49 +0000] rev 1652
Reorganize rope code, adjust some constants
unc0rr [Mon, 12 Jan 2009 16:47:38 +0000] rev 1651
Oops, remove excessive call
unc0rr [Mon, 12 Jan 2009 16:46:47 +0000] rev 1650
Don't fallback to default binds set when switching to remotely driven team
unc0rr [Mon, 12 Jan 2009 16:42:13 +0000] rev 1649
Some button reorganization on net game page
unc0rr [Mon, 12 Jan 2009 16:38:52 +0000] rev 1648
Draw ready status icon on ready button
unc0rr [Mon, 12 Jan 2009 16:36:29 +0000] rev 1647
Reorganize net game page
unc0rr [Mon, 12 Jan 2009 14:57:42 +0000] rev 1646
Optimize net server perfomance by substituting List by Data.Sequence for storing spectators data
unc0rr [Mon, 12 Jan 2009 14:55:30 +0000] rev 1645
Fix two cursor bugs
unc0rr [Mon, 12 Jan 2009 14:50:22 +0000] rev 1644
Save much space on options page
unc0rr [Mon, 12 Jan 2009 14:43:56 +0000] rev 1643
Fix yet another ballgun bug
unc0rr [Sun, 11 Jan 2009 11:03:09 +0000] rev 1642
Disable visual gears when quick replaying
unc0rr [Sun, 11 Jan 2009 10:22:41 +0000] rev 1641
- Update French translation
- lupdate and lrelease
unc0rr [Sat, 10 Jan 2009 23:28:18 +0000] rev 1640
Fix wrong assert
unc0rr [Sat, 10 Jan 2009 22:50:54 +0000] rev 1639
Implement precise aiming when pressing left shift
unc0rr [Sat, 10 Jan 2009 17:58:05 +0000] rev 1638
- Update Spanish and Slovak translations
- lupdate and lrelease
unc0rr [Sat, 10 Jan 2009 15:50:27 +0000] rev 1637
Set black background on hp graphic
unc0rr [Sat, 10 Jan 2009 15:48:02 +0000] rev 1636
Resize health graphic when form is resized
unc0rr [Sat, 10 Jan 2009 15:45:15 +0000] rev 1635
Cake makes a step after turn. This fixes cake stucking in air
unc0rr [Sat, 10 Jan 2009 15:36:28 +0000] rev 1634
Fix rope bug which allowed hedgehog to go into land
unc0rr [Sat, 10 Jan 2009 15:27:21 +0000] rev 1633
Drill rocket patch
unc0rr [Sat, 10 Jan 2009 15:21:48 +0000] rev 1632
Fix bug in server causing queue errors when trying to join 2nd round in same room
unc0rr [Sat, 10 Jan 2009 12:47:54 +0000] rev 1631
Remove debug stuff, ballgun 64but incompatibility fixed in previous revision
unc0rr [Sat, 10 Jan 2009 12:44:26 +0000] rev 1630
Some debug stuff for ballgun bug
unc0rr [Sat, 10 Jan 2009 12:36:05 +0000] rev 1629
- More debug stuff
- Some cleanup
unc0rr [Sat, 10 Jan 2009 12:02:58 +0000] rev 1628
Don't send empty ammo scheme to server when changing ammo schemes in room (fixes 'bad state' server message)
unc0rr [Fri, 09 Jan 2009 17:56:53 +0000] rev 1627
Fix page switching issue when disconnected
unc0rr [Fri, 09 Jan 2009 17:27:13 +0000] rev 1626
Colorize join/quit messages
unc0rr [Fri, 09 Jan 2009 14:47:54 +0000] rev 1625
Initial health graphic implementation
unc0rr [Fri, 09 Jan 2009 11:55:05 +0000] rev 1624
- Fix bug when hedgehog was unable to drop some weapons from rope if it thrown rope in jump
- This makes engine incompatible, so increase protocol number
unc0rr [Fri, 09 Jan 2009 11:28:18 +0000] rev 1623
Change one of 'best shot award' messages
unc0rr [Fri, 09 Jan 2009 11:27:52 +0000] rev 1622
Fully separate statistics code from main form code
unc0rr [Fri, 09 Jan 2009 11:22:46 +0000] rev 1621
- svn maintenance
- add forgotten chinese engine tranlation
- start refactoring stats page
unc0rr [Thu, 08 Jan 2009 22:40:56 +0000] rev 1620
Proper room removing when master quits
unc0rr [Thu, 08 Jan 2009 22:37:03 +0000] rev 1619
Don't set room to lobby to quitting room master
unc0rr [Thu, 08 Jan 2009 22:01:09 +0000] rev 1618
Fix server bugs:
- Wrong room destryed notification
- Not proper notifying when room master quits
- smth else I forgot already
unc0rr [Thu, 08 Jan 2009 21:04:36 +0000] rev 1617
Make net server know that 21 protocol is 0.9.8
unc0rr [Thu, 08 Jan 2009 18:51:31 +0000] rev 1616
Update notifier
unc0rr [Thu, 08 Jan 2009 18:46:10 +0000] rev 1615
Superfinal fix for tranings
unc0rr [Thu, 08 Jan 2009 18:44:30 +0000] rev 1614
- Fix trainings again
- Set trunk version to 0.9.9-dev
- Add new version notification to server
unc0rr [Thu, 08 Jan 2009 18:42:11 +0000] rev 1613
Update Italian translation
unc0rr [Thu, 08 Jan 2009 18:41:48 +0000] rev 1612
- Remove useless patch
- Comment out debug output
- Set version to 0.9.8 and protocol number to 21
unc0rr [Thu, 08 Jan 2009 18:32:00 +0000] rev 1611
Oops, fix last patch
unc0rr [Thu, 08 Jan 2009 18:01:30 +0000] rev 1610
Don't send empty packets when spectating (probably fixes queue error when spectating)
unc0rr [Thu, 08 Jan 2009 18:00:20 +0000] rev 1609
Don't screw with nick list message
unc0rr [Thu, 08 Jan 2009 15:56:14 +0000] rev 1608
Add napalm weapon name
unc0rr [Thu, 08 Jan 2009 15:54:32 +0000] rev 1607
Update Polish translation
unc0rr [Thu, 08 Jan 2009 15:53:51 +0000] rev 1606
Add Martin Boze to developers list
unc0rr [Thu, 08 Jan 2009 15:52:02 +0000] rev 1605
Fix changelog list characters
unc0rr [Thu, 08 Jan 2009 15:50:58 +0000] rev 1604
Update Italian and Russian translations
unc0rr [Thu, 08 Jan 2009 15:49:38 +0000] rev 1603
Update changelog
unc0rr [Thu, 08 Jan 2009 15:43:40 +0000] rev 1602
Update localization files
unc0rr [Thu, 08 Jan 2009 15:42:36 +0000] rev 1601
Ballsgun
unc0rr [Thu, 08 Jan 2009 15:34:51 +0000] rev 1600
Go page back when room is abandoned by its admin
unc0rr [Thu, 08 Jan 2009 15:32:26 +0000] rev 1599
Don't kick everyone from lobby
unc0rr [Thu, 08 Jan 2009 15:26:12 +0000] rev 1598
- Fix bugs in net server
- Frontend disconnection fixes
unc0rr [Thu, 08 Jan 2009 13:04:04 +0000] rev 1597
- Update russian translation
- lupdate-qt4 && lrelease-qt4
unc0rr [Thu, 08 Jan 2009 13:02:40 +0000] rev 1596
Inform room of quitting members
unc0rr [Thu, 08 Jan 2009 13:00:54 +0000] rev 1595
Don't set focus on gears when curor is visible (should fix cursor jumping)
unc0rr [Thu, 08 Jan 2009 12:59:47 +0000] rev 1594
Fix training
unc0rr [Thu, 08 Jan 2009 12:59:31 +0000] rev 1593
Clean room chat history when entering room
unc0rr [Tue, 06 Jan 2009 19:47:19 +0000] rev 1592
Start converting network protocol to no-disconnecting religion
unc0rr [Tue, 06 Jan 2009 17:51:39 +0000] rev 1591
Notify lobby when a room is created or deleted
unc0rr [Tue, 06 Jan 2009 17:37:18 +0000] rev 1590
- Refactor drill rocket
- Add a releasing guide for me not to forget anything
unc0rr [Tue, 06 Jan 2009 14:53:49 +0000] rev 1589
Correctly handle urls in chat widget
unc0rr [Tue, 06 Jan 2009 14:30:03 +0000] rev 1588
Place server message between two horizontal lines
unc0rr [Tue, 06 Jan 2009 14:29:34 +0000] rev 1587
Don't escape chat strings which go to engine
unc0rr [Tue, 06 Jan 2009 14:18:09 +0000] rev 1586
Adjust flame parameters to produce more damage
unc0rr [Tue, 06 Jan 2009 11:30:50 +0000] rev 1585
Escape html characters in chat messages, nicknames and info to prevent screwing chat
unc0rr [Tue, 06 Jan 2009 11:28:13 +0000] rev 1584
Save much space for chat widget on lobby page by removing server message widget (now this messages goes to chat)
unc0rr [Tue, 06 Jan 2009 09:58:50 +0000] rev 1583
- zh_TW translation
- lupdate-qt4 && lrelease-qt4
unc0rr [Mon, 05 Jan 2009 19:51:24 +0000] rev 1582
Show client's room in info
unc0rr [Mon, 05 Jan 2009 19:44:43 +0000] rev 1581
Don't send LEFT message for clients without nick
unc0rr [Mon, 05 Jan 2009 17:03:49 +0000] rev 1580
Move sprite to where it should be
unc0rr [Sun, 04 Jan 2009 14:24:44 +0000] rev 1579
More bouncy rope, but you need to press vertical arrow and horizontal keys at once to bounce
unc0rr [Sun, 04 Jan 2009 12:44:54 +0000] rev 1578
Show also client host info
unc0rr [Sat, 03 Jan 2009 20:48:37 +0000] rev 1577
- Decrease font size in chat
- Add "Info" command to nick list, which shows only client version for now
unc0rr [Sat, 03 Jan 2009 19:01:50 +0000] rev 1576
Check for deprecated ammo schemes at startup and delete them
unc0rr [Sat, 03 Jan 2009 19:01:24 +0000] rev 1575
Update Italian translation
unc0rr [Fri, 02 Jan 2009 21:42:41 +0000] rev 1574
Revert windres patch arghh
unc0rr [Fri, 02 Jan 2009 21:39:51 +0000] rev 1573
Drill rocket
unc0rr [Fri, 02 Jan 2009 21:26:31 +0000] rev 1572
Prepare for drill patch
unc0rr [Fri, 02 Jan 2009 21:00:27 +0000] rev 1571
Show joins of ppl with 097 too
unc0rr [Fri, 02 Jan 2009 20:02:52 +0000] rev 1570
Bring voices back again
unc0rr [Fri, 02 Jan 2009 20:01:02 +0000] rev 1569
- Update some copyrights
- Don't show users list in server message to those who can see it in lobby chat
unc0rr [Fri, 02 Jan 2009 19:54:23 +0000] rev 1568
Lobby chat should work now
unc0rr [Fri, 02 Jan 2009 19:49:04 +0000] rev 1567
Fix lobby selector
unc0rr [Fri, 02 Jan 2009 19:44:52 +0000] rev 1566
Start work on lobby: add/remove nick from the list on join/quit
unc0rr [Fri, 02 Jan 2009 17:33:56 +0000] rev 1565
Reorganize voice sounds
unc0rr [Fri, 02 Jan 2009 17:31:47 +0000] rev 1564
Add themes for new maps
unc0rr [Fri, 02 Jan 2009 15:02:47 +0000] rev 1563
Add 3 new maps
unc0rr [Fri, 02 Jan 2009 14:46:35 +0000] rev 1562
Don't play sounds when quick replaying in spectate mode
unc0rr [Fri, 02 Jan 2009 14:22:55 +0000] rev 1561
Clear round replay data on server side when round is finished
unc0rr [Fri, 02 Jan 2009 14:22:33 +0000] rev 1560
Quick replay round to spectators until current move
unc0rr [Fri, 02 Jan 2009 14:10:23 +0000] rev 1559
Now spectating works for those who joined after game start
unc0rr [Fri, 02 Jan 2009 13:00:46 +0000] rev 1558
- Send previous moves info to newly connected client when it joins a room with already started game
- Shows a bug in frontend which needs to be fixed
unc0rr [Fri, 02 Jan 2009 09:55:17 +0000] rev 1557
Update Russian and Polish translations
unc0rr [Tue, 30 Dec 2008 19:17:47 +0000] rev 1556
Patch for engine to successfully build on Mac OS X by Michael Schindler
unc0rr [Sun, 28 Dec 2008 20:57:51 +0000] rev 1555
- Hellish bomb now spreads fire
- Render different fire particle sprite frames at a time
unc0rr [Sun, 28 Dec 2008 15:58:40 +0000] rev 1554
Fix rope animation
unc0rr [Sun, 28 Dec 2008 15:57:10 +0000] rev 1553
The best final fix for rope stucking in the ground bug
unc0rr [Sun, 28 Dec 2008 15:42:55 +0000] rev 1552
Bring back old rope behaviour when changing its length (that's more correct physical model)
unc0rr [Fri, 26 Dec 2008 19:34:05 +0000] rev 1551
Add some speed to hedgehog on rope when colliding with land and pressing left or right arrow key
unc0rr [Thu, 25 Dec 2008 12:30:00 +0000] rev 1550
Add Chinese translation
unc0rr [Thu, 25 Dec 2008 12:28:07 +0000] rev 1549
Update Swedish translation by Niklas Grahn
unc0rr [Tue, 23 Dec 2008 20:44:32 +0000] rev 1548
- Fix wrond hedgehog speed calculation when using rope and changing rope length
- Should fix weird rope behaviour when touching land and changing rope length
unc0rr [Sun, 21 Dec 2008 18:26:28 +0000] rev 1547
- Fix blowtorch regression
- Some work on rope
unc0rr [Thu, 18 Dec 2008 17:47:18 +0000] rev 1546
- Update translations
unc0rr [Sun, 14 Dec 2008 13:48:29 +0000] rev 1545
Filter messages to blowtorch. Fixes long tunnels
unc0rr [Thu, 11 Dec 2008 18:28:40 +0000] rev 1544
- Add .desktop file
- Set svn:eol-style to native
unc0rr [Wed, 10 Dec 2008 18:47:16 +0000] rev 1543
Add Surfer and Singer voicepacks
unc0rr [Wed, 10 Dec 2008 18:46:31 +0000] rev 1542
Show version info in caption
unc0rr [Sat, 06 Dec 2008 11:53:50 +0000] rev 1541
Finalize ammo store fix
unc0rr [Fri, 05 Dec 2008 21:40:23 +0000] rev 1540
Add new themes data to build system
unc0rr [Fri, 05 Dec 2008 21:37:06 +0000] rev 1539
Add new maps to build system
unc0rr [Fri, 05 Dec 2008 21:35:34 +0000] rev 1538
Set default fort to 'Plane' and default grave to 'Statue'
unc0rr [Fri, 05 Dec 2008 21:34:09 +0000] rev 1537
Fix forts bug
unc0rr [Fri, 05 Dec 2008 21:33:29 +0000] rev 1536
Add some forts
unc0rr [Fri, 05 Dec 2008 20:04:22 +0000] rev 1535
Update weapon menu
unc0rr [Fri, 05 Dec 2008 20:03:44 +0000] rev 1534
Add themes data for Cake and Blox maps
unc0rr [Fri, 05 Dec 2008 20:02:42 +0000] rev 1533
Add map data of Cogs, Cake and Blox maps
unc0rr [Fri, 05 Dec 2008 16:55:51 +0000] rev 1532
Fix compilation warning
unc0rr [Fri, 05 Dec 2008 16:55:20 +0000] rev 1531
- Less crossclass dependancies
- Eliminate one more reason for different ammo schemes
unc0rr [Fri, 05 Dec 2008 16:49:04 +0000] rev 1530
Implement Solid Land checkbox
unc0rr [Fri, 05 Dec 2008 13:48:29 +0000] rev 1529
Don't hide ammo menu when user clicks on not yet available weapon
unc0rr [Thu, 04 Dec 2008 21:59:25 +0000] rev 1528
More stable blowtorch:
- Isn't affected by flying around hedgehogs
- Doesn't turn off when hedgehog falls a bit
unc0rr [Thu, 04 Dec 2008 21:17:03 +0000] rev 1527
Try to fix problem with playing music when path contains non-latin letters
unc0rr [Thu, 04 Dec 2008 21:15:01 +0000] rev 1526
Send QUIT message to server when netclient object is destroyed
unc0rr [Thu, 04 Dec 2008 21:14:03 +0000] rev 1525
Don't call SDL_FreeSurface with null pointer
unc0rr [Mon, 01 Dec 2008 14:24:17 +0000] rev 1524
Draw world before processing gears, as this should improve performance by introducing cpu-gpu parallelizm
unc0rr [Sun, 30 Nov 2008 16:32:53 +0000] rev 1523
Don't forget brazilian translation
unc0rr [Fri, 28 Nov 2008 18:41:31 +0000] rev 1522
Add chat widget to lobby page (not usable yet)
unc0rr [Fri, 28 Nov 2008 16:46:56 +0000] rev 1521
Limit max chat string length to 300 letters
unc0rr [Fri, 28 Nov 2008 16:45:31 +0000] rev 1520
Refactor chat widget to use QTextBrower instead of QListWidget:
- Fixes visual glitches when the string is too long
- Allows to select text
unc0rr [Fri, 28 Nov 2008 14:52:00 +0000] rev 1519
More delay after jump, less delay after small fall for hedgehog
unc0rr [Thu, 27 Nov 2008 22:45:41 +0000] rev 1518
Fix jump landing after turn end
unc0rr [Thu, 27 Nov 2008 18:33:47 +0000] rev 1517
Store ammo info directly in combobox
unc0rr [Thu, 27 Nov 2008 15:01:12 +0000] rev 1516
Limit chat history to 250 entries to avoid DoS attack with its use
unc0rr [Thu, 27 Nov 2008 14:55:49 +0000] rev 1515
Fix silent crash when cannot place all hedgehogs
unc0rr [Thu, 27 Nov 2008 14:36:22 +0000] rev 1514
oops, remove leftovers
unc0rr [Thu, 27 Nov 2008 14:34:52 +0000] rev 1513
Refactor server a bit, now all socket operations are in own threads, two per client
unc0rr [Tue, 25 Nov 2008 15:43:10 +0000] rev 1512
- Don't send 'Bad param' msg, as the only reason of it is just some lag
- Show quit reason message
unc0rr [Mon, 24 Nov 2008 21:47:59 +0000] rev 1511
Make ghc 6.10 happy
unc0rr [Mon, 24 Nov 2008 21:46:32 +0000] rev 1510
Add some type info
unc0rr [Mon, 24 Nov 2008 13:27:31 +0000] rev 1509
Small fixes mixed with formatting changes
unc0rr [Sun, 23 Nov 2008 23:16:33 +0000] rev 1508
small fixes
unc0rr [Sat, 22 Nov 2008 14:39:14 +0000] rev 1507
Quick and dirty napalm implementation
unc0rr [Fri, 21 Nov 2008 21:47:51 +0000] rev 1506
- Some reformatting
- Fix megabug leading to engine silent crash when using whip, bat or firepunch (and probably flame)
unc0rr [Fri, 21 Nov 2008 15:58:36 +0000] rev 1505
- Convert small damage tag to visual gears
- Fixes weird fire behavior leading to queue error
unc0rr [Thu, 20 Nov 2008 15:48:50 +0000] rev 1504
Some reformatting
unc0rr [Thu, 20 Nov 2008 15:18:38 +0000] rev 1503
Mark each gear with unique id
unc0rr [Tue, 18 Nov 2008 15:43:03 +0000] rev 1502
Add new thread which would close handles for us (fixes forced disconnection problem)
unc0rr [Mon, 17 Nov 2008 20:35:11 +0000] rev 1501
Tune blowtorch a bit
unc0rr [Mon, 17 Nov 2008 18:27:47 +0000] rev 1500
Oops, accidentaly commented hFlush out
unc0rr [Mon, 17 Nov 2008 18:24:34 +0000] rev 1499
Don't close socket handles, just leave that job for garbage collector, as doing it manually seems to be the cause of server hangs
unc0rr [Mon, 17 Nov 2008 16:48:52 +0000] rev 1498
Stress testing app
unc0rr [Mon, 17 Nov 2008 16:48:38 +0000] rev 1497
Include CPP option into source file for easy use
unc0rr [Sun, 16 Nov 2008 18:16:34 +0000] rev 1496
Modify melon pieces spread a bit
unc0rr [Fri, 14 Nov 2008 16:44:39 +0000] rev 1495
More verbose gear delete debuglog message
unc0rr [Tue, 11 Nov 2008 15:44:27 +0000] rev 1494
Fix wrong filter
unc0rr [Mon, 10 Nov 2008 19:44:54 +0000] rev 1493
Show last hour logins number
unc0rr [Mon, 10 Nov 2008 15:57:59 +0000] rev 1492
Finish refactoring
unc0rr [Mon, 10 Nov 2008 15:50:46 +0000] rev 1491
Make answers creation more abstract, in prepare for a conversion
unc0rr [Sun, 09 Nov 2008 12:35:54 +0000] rev 1490
Don't rerecord a demo
unc0rr [Sun, 09 Nov 2008 09:49:06 +0000] rev 1489
Ooops, sorry for forgetting about this
unc0rr [Sun, 09 Nov 2008 09:48:04 +0000] rev 1488
- Update russian translation
- lupdate-qt4 && lrelease-qt4
unc0rr [Sun, 09 Nov 2008 09:47:10 +0000] rev 1487
Add an option to name records with current date and time
unc0rr [Sun, 09 Nov 2008 07:58:56 +0000] rev 1486
Update frgotten changelog
unc0rr [Sun, 09 Nov 2008 07:51:53 +0000] rev 1485
Fix chat bugs leading to serialized data corruption
unc0rr [Sat, 08 Nov 2008 11:54:46 +0000] rev 1484
- Add es and sv translations to hedgewars.pro
- perform lupdate-qt4 && lrelease-qt4
unc0rr [Fri, 07 Nov 2008 22:03:43 +0000] rev 1483
Make code flow more clear
unc0rr [Fri, 07 Nov 2008 17:02:22 +0000] rev 1482
Just better syntax
unc0rr [Fri, 07 Nov 2008 16:42:10 +0000] rev 1481
Show time of connection start
unc0rr [Fri, 07 Nov 2008 16:33:23 +0000] rev 1480
Remove redundant function parameter
unc0rr [Fri, 07 Nov 2008 16:29:41 +0000] rev 1479
Allow turn time to be 1-99 seconds
unc0rr [Fri, 07 Nov 2008 15:58:36 +0000] rev 1478
Add simple DoS protection
unc0rr [Wed, 05 Nov 2008 08:02:12 +0000] rev 1477
Add some verbosity to server's console messages
unc0rr [Tue, 04 Nov 2008 22:56:36 +0000] rev 1476
Disconnect clients on BYE message
unc0rr [Tue, 04 Nov 2008 22:49:13 +0000] rev 1475
- Fix ConfigAsked not sending full config (leads to team divide checkbox inconsistency)
- Allow getting back from non-interactive mode
unc0rr [Tue, 04 Nov 2008 22:42:08 +0000] rev 1474
Oops, fix build
unc0rr [Tue, 04 Nov 2008 21:53:30 +0000] rev 1473
Cleanup code a bit, some reformatting
unc0rr [Tue, 04 Nov 2008 17:04:54 +0000] rev 1472
Back to normal hedgehog icon in teams select widget
unc0rr [Tue, 04 Nov 2008 16:53:02 +0000] rev 1471
Follow protocol more precisely in frontend
unc0rr [Tue, 04 Nov 2008 15:02:18 +0000] rev 1470
Give more specific explanation when deny to add team
unc0rr [Tue, 04 Nov 2008 14:43:31 +0000] rev 1469
Handle exceptions on accept
unc0rr [Mon, 03 Nov 2008 14:47:23 +0000] rev 1468
Reformat code a bit
unc0rr [Mon, 03 Nov 2008 14:24:54 +0000] rev 1467
Update Polish translation
unc0rr [Mon, 03 Nov 2008 11:28:41 +0000] rev 1466
It seems, I finally got the solution
unc0rr [Mon, 03 Nov 2008 09:55:30 +0000] rev 1465
Bring back old behavior
unc0rr [Mon, 03 Nov 2008 09:49:25 +0000] rev 1464
Print comprehensive info about what's going on, don't try to close already closed handle
unc0rr [Mon, 03 Nov 2008 09:43:03 +0000] rev 1463
Close socket on exception anyway
unc0rr [Sun, 02 Nov 2008 20:48:10 +0000] rev 1462
Client sends PONG to server's PING
unc0rr [Sun, 02 Nov 2008 20:41:02 +0000] rev 1461
Ping clients every 30 seconds, should help with ghosts on server
unc0rr [Sun, 02 Nov 2008 11:46:58 +0000] rev 1460
Update Italian translation
unc0rr [Fri, 31 Oct 2008 22:47:07 +0000] rev 1459
Fix generator name (TBZ2 instead of BZ2)
unc0rr [Fri, 31 Oct 2008 22:11:38 +0000] rev 1458
- unban here too
- set version to 0.9.8-dev, protocol 20
unc0rr [Fri, 31 Oct 2008 20:50:40 +0000] rev 1457
Add lightbulbs, some more changes to look
unc0rr [Fri, 31 Oct 2008 20:48:09 +0000] rev 1456
Reset default weapon set on restart
unc0rr [Fri, 31 Oct 2008 20:47:48 +0000] rev 1455
Better look for weapon sets page
unc0rr [Fri, 31 Oct 2008 20:04:30 +0000] rev 1454
Add anchor to the list for packaging
unc0rr [Fri, 31 Oct 2008 17:58:18 +0000] rev 1453
Add theme icons to the list of packaged files
unc0rr [Fri, 31 Oct 2008 17:53:59 +0000] rev 1452
Show clients list in server message
unc0rr [Fri, 31 Oct 2008 17:48:17 +0000] rev 1451
- lupdate-qt4 && lrelease-qt4
- Update russian translation
unc0rr [Fri, 31 Oct 2008 17:46:54 +0000] rev 1450
Add tooltips
unc0rr [Fri, 31 Oct 2008 17:33:02 +0000] rev 1449
Remove darthvader_sabre hat
unc0rr [Fri, 31 Oct 2008 17:32:05 +0000] rev 1448
Add two more hats
unc0rr [Fri, 31 Oct 2008 14:58:01 +0000] rev 1447
- Fix a message
- Add anchor to Island theme
unc0rr [Fri, 31 Oct 2008 14:56:30 +0000] rev 1446
Update Czech translation
unc0rr [Fri, 31 Oct 2008 14:55:00 +0000] rev 1445
Activate cake after 4 turns
unc0rr [Fri, 31 Oct 2008 14:49:16 +0000] rev 1444
Finish reorganizing local game page
unc0rr [Fri, 31 Oct 2008 14:40:00 +0000] rev 1443
Reorganize single player menu
unc0rr [Fri, 31 Oct 2008 14:35:59 +0000] rev 1442
Fix a bug (check parameters)
unc0rr [Fri, 31 Oct 2008 14:30:08 +0000] rev 1441
Fix fire sprite
unc0rr [Fri, 31 Oct 2008 14:27:44 +0000] rev 1440
Replace grey hedgehogs
unc0rr [Fri, 31 Oct 2008 14:01:26 +0000] rev 1439
- Add a bunch of hats
- Fix water sprites rendering
unc0rr [Fri, 31 Oct 2008 13:02:04 +0000] rev 1438
- Make disbled controls look better
- Update sprites
unc0rr [Tue, 28 Oct 2008 22:22:26 +0000] rev 1437
That const is better...
unc0rr [Tue, 28 Oct 2008 20:58:25 +0000] rev 1436
Well, okay, better fix
unc0rr [Tue, 28 Oct 2008 20:56:02 +0000] rev 1435
Fix using freed memory (could be the cause of queue error problem and other bugs)
unc0rr [Tue, 28 Oct 2008 18:45:38 +0000] rev 1434
Shut up flames debug messages
unc0rr [Tue, 28 Oct 2008 18:42:21 +0000] rev 1433
Repair flame dependancy on wind
unc0rr [Mon, 27 Oct 2008 21:01:18 +0000] rev 1432
Make debug messages not to screw text log
unc0rr [Mon, 27 Oct 2008 16:49:42 +0000] rev 1431
Draw dark background under chat text
unc0rr [Mon, 27 Oct 2008 14:54:38 +0000] rev 1430
Correct default ammo set
unc0rr [Sun, 26 Oct 2008 17:56:07 +0000] rev 1429
Update Czech translation
unc0rr [Sun, 26 Oct 2008 17:41:03 +0000] rev 1428
Support 'Divide teams' option in engine
unc0rr [Sun, 26 Oct 2008 17:39:33 +0000] rev 1427
Add 'Divide teams' option to frontend
unc0rr [Sun, 26 Oct 2008 17:23:04 +0000] rev 1426
SetMinimumHeight of TeamShowWidget. Probably solves tiny team select widget look
unc0rr [Sun, 26 Oct 2008 17:18:58 +0000] rev 1425
Add background image to team select widget
unc0rr [Sun, 26 Oct 2008 17:17:07 +0000] rev 1424
- Some work on team select widget look
- Fix IconedGroupBox drawing logic
unc0rr [Sun, 26 Oct 2008 15:02:55 +0000] rev 1423
Mention czech translator on about page
unc0rr [Sun, 26 Oct 2008 15:02:10 +0000] rev 1422
Add Czech translation
unc0rr [Sun, 26 Oct 2008 14:54:10 +0000] rev 1421
Update Italian translation
unc0rr [Sun, 26 Oct 2008 14:50:20 +0000] rev 1420
Fix training
unc0rr [Sun, 26 Oct 2008 14:49:47 +0000] rev 1419
Set custom palette to scrollbars
unc0rr [Sun, 26 Oct 2008 14:45:07 +0000] rev 1418
Delay for 250 msec before connect to local server
unc0rr [Sun, 26 Oct 2008 14:37:50 +0000] rev 1417
Fix some problems with water rising
unc0rr [Sun, 26 Oct 2008 14:28:49 +0000] rev 1416
Force plastique style, as others don't fully support stylesheets
unc0rr [Sun, 26 Oct 2008 13:00:35 +0000] rev 1415
Allow build without net game server: introduce -DWITH_SERVER configuration parameter
unc0rr [Sat, 25 Oct 2008 09:55:58 +0000] rev 1414
- Perform lupdate-q4 && lrelease-qt4
- Update russian translation
unc0rr [Sat, 25 Oct 2008 09:55:09 +0000] rev 1413
Customize menu look
unc0rr [Sat, 25 Oct 2008 09:54:53 +0000] rev 1412
Don't list rooms with restricted joining
unc0rr [Fri, 24 Oct 2008 17:53:14 +0000] rev 1411
Room control menu works
unc0rr [Fri, 24 Oct 2008 17:34:20 +0000] rev 1410
Send appropriate messages to server on control menu actions
unc0rr [Fri, 24 Oct 2008 17:30:30 +0000] rev 1409
Add button for controlling room options (no usefull yet)
unc0rr [Fri, 24 Oct 2008 15:02:26 +0000] rev 1408
Unset ready status after round
unc0rr [Fri, 24 Oct 2008 14:28:47 +0000] rev 1407
Send readiness info to room creator too
unc0rr [Fri, 24 Oct 2008 13:03:06 +0000] rev 1406
Send readiness information on join
unc0rr [Fri, 24 Oct 2008 13:00:53 +0000] rev 1405
Show players ready status in chat nick list
unc0rr [Fri, 24 Oct 2008 12:57:06 +0000] rev 1404
- Fix a bug in READY message handling
- Fix frontend to use new semantics
unc0rr [Thu, 23 Oct 2008 15:12:38 +0000] rev 1403
Bring back old 'Go!' button behavior
unc0rr [Wed, 22 Oct 2008 21:41:00 +0000] rev 1402
- Fix a bug screwing rooms list
- Also show teams number in rooms list
unc0rr [Wed, 22 Oct 2008 21:34:03 +0000] rev 1401
Improve handling client's protocol number
unc0rr [Wed, 22 Oct 2008 21:11:02 +0000] rev 1400
Fix rooms list
unc0rr [Wed, 22 Oct 2008 16:04:59 +0000] rev 1399
Show additional info in rooms list
unc0rr [Wed, 22 Oct 2008 15:45:16 +0000] rev 1398
Check for right define
unc0rr [Wed, 22 Oct 2008 15:40:49 +0000] rev 1397
Use C preprocessor to allow compilation in windows
unc0rr [Wed, 22 Oct 2008 15:31:35 +0000] rev 1396
- Send additional info on rooms
- Handle SIGPIPE
unc0rr [Wed, 22 Oct 2008 14:01:43 +0000] rev 1395
Add "Join official server" button
unc0rr [Tue, 21 Oct 2008 18:31:40 +0000] rev 1394
If exception is on client quit, then just remove that client
unc0rr [Tue, 21 Oct 2008 18:29:21 +0000] rev 1393
Don't close handle in exception handler
unc0rr [Tue, 21 Oct 2008 18:25:34 +0000] rev 1392
Better exception message
unc0rr [Tue, 21 Oct 2008 16:53:34 +0000] rev 1391
Implement kick
unc0rr [Tue, 21 Oct 2008 13:39:34 +0000] rev 1390
Set custom background color on servers list widget
unc0rr [Tue, 21 Oct 2008 13:36:59 +0000] rev 1389
Customize team select widget background
unc0rr [Mon, 20 Oct 2008 21:15:28 +0000] rev 1388
Fix seduction sound
unc0rr [Mon, 20 Oct 2008 18:56:23 +0000] rev 1387
Lower music volume in frontend
unc0rr [Mon, 20 Oct 2008 18:52:08 +0000] rev 1386
Oops... start a dedicated server by default
unc0rr [Mon, 20 Oct 2008 18:51:43 +0000] rev 1385
Shutdown private server when room is abandoned
unc0rr [Mon, 20 Oct 2008 18:35:36 +0000] rev 1384
Support for private servers in frontend
unc0rr [Mon, 20 Oct 2008 15:59:05 +0000] rev 1383
Refactor options handling and storing
unc0rr [Mon, 20 Oct 2008 12:58:16 +0000] rev 1382
- Small but very important fix
- Create a structure to store global server options
unc0rr [Sat, 18 Oct 2008 21:47:28 +0000] rev 1381
Log reply only when send it
unc0rr [Sat, 18 Oct 2008 17:03:38 +0000] rev 1380
Mention Romulo Fernandes Machado on about page for Brazilian Portuguese translation
unc0rr [Sat, 18 Oct 2008 17:01:56 +0000] rev 1379
Fix formatting
unc0rr [Sat, 18 Oct 2008 17:01:34 +0000] rev 1378
Allow /me in chat
unc0rr [Sat, 18 Oct 2008 13:53:58 +0000] rev 1377
- Customize QTextBrowser look
- Add a place for server messages on rooms list page
unc0rr [Sat, 18 Oct 2008 13:45:42 +0000] rev 1376
Move back from server setup page
unc0rr [Sat, 18 Oct 2008 13:43:30 +0000] rev 1375
Start new hedgewars server instead of old one
unc0rr [Sat, 18 Oct 2008 13:37:03 +0000] rev 1374
Get rid of old net server
unc0rr [Sat, 18 Oct 2008 13:26:17 +0000] rev 1373
Fix out-of-source build
unc0rr [Sat, 18 Oct 2008 13:01:33 +0000] rev 1372
Fix error message
unc0rr [Sat, 18 Oct 2008 12:03:37 +0000] rev 1371
Fix compilation
unc0rr [Sat, 18 Oct 2008 11:57:46 +0000] rev 1370
Add hedgewars server to build process
unc0rr [Sat, 18 Oct 2008 08:59:43 +0000] rev 1369
- Add brazilian translation
- Comment network debug messages
unc0rr [Thu, 16 Oct 2008 19:48:11 +0000] rev 1368
- Frontend: don't reset playing teams list after end of round
- Server: same + don't allow team adding while round in progress
unc0rr [Thu, 16 Oct 2008 16:57:51 +0000] rev 1367
Use seduction sound
unc0rr [Thu, 16 Oct 2008 16:54:44 +0000] rev 1366
Reorganize mapContainer widget. Fixes a bunch of bugs, improves widget.
unc0rr [Thu, 16 Oct 2008 16:29:47 +0000] rev 1365
- Fix crash when changing maps
- Fix message not sent when switching to generated map
unc0rr [Wed, 15 Oct 2008 19:32:10 +0000] rev 1364
Fix a typo
unc0rr [Wed, 15 Oct 2008 17:04:46 +0000] rev 1363
Fix using wrong variable =(
unc0rr [Wed, 15 Oct 2008 17:01:34 +0000] rev 1362
Fix uninitialised variable
unc0rr [Wed, 15 Oct 2008 17:00:35 +0000] rev 1361
Small rope optimization
unc0rr [Wed, 15 Oct 2008 16:59:11 +0000] rev 1360
Fix doubling chat message
unc0rr [Wed, 15 Oct 2008 16:54:05 +0000] rev 1359
Fix conditions to disconnect
unc0rr [Wed, 15 Oct 2008 16:25:34 +0000] rev 1358
Fix chat messages in saves and demos
unc0rr [Wed, 15 Oct 2008 15:59:19 +0000] rev 1357
Oops... fix introduced bug
unc0rr [Wed, 15 Oct 2008 15:02:39 +0000] rev 1356
Share chat between frontend and engine
unc0rr [Wed, 15 Oct 2008 11:54:06 +0000] rev 1355
Further improve disconnects handling
unc0rr [Wed, 15 Oct 2008 11:50:16 +0000] rev 1354
Various small insignificant improvements everywhere
unc0rr [Tue, 14 Oct 2008 14:35:52 +0000] rev 1353
- Perform lupdate-qt4 && lrelease-qt4
- Update russian translation
unc0rr [Tue, 14 Oct 2008 14:33:54 +0000] rev 1352
Add more support for handling disconnects while playing (not fully tested)
unc0rr [Mon, 13 Oct 2008 19:04:27 +0000] rev 1351
Add partial implementation of handling disconnects while playing via network
unc0rr [Mon, 13 Oct 2008 18:37:59 +0000] rev 1350
- Reverse the order of client list
- Add 'game in progress' room state to implement support of in-game disconnects notification
unc0rr [Mon, 13 Oct 2008 14:52:29 +0000] rev 1349
- Add forgotten PirateFlag map to list of installed maps
- Add each preview.png to installation
unc0rr [Mon, 13 Oct 2008 14:51:31 +0000] rev 1348
- Remove deprecated stuff
- Add a preview to each map, so switching is now 100 times faster
unc0rr [Mon, 13 Oct 2008 14:44:15 +0000] rev 1347
- Set focus to dead hedgehog
- Switch from rooms list page to net page when disconnected from server
unc0rr [Mon, 13 Oct 2008 12:58:44 +0000] rev 1346
Make messages be more debug-friendly
unc0rr [Sun, 12 Oct 2008 17:04:07 +0000] rev 1345
Server erases teams list after round finish, so everything should be okay now
unc0rr [Sun, 12 Oct 2008 16:45:13 +0000] rev 1344
Clients send roundfinished message to server when the round is over
unc0rr [Sun, 12 Oct 2008 16:31:23 +0000] rev 1343
Fix water rising too fast
unc0rr [Fri, 10 Oct 2008 13:19:05 +0000] rev 1342
Rename function
unc0rr [Fri, 10 Oct 2008 13:18:45 +0000] rev 1341
Allow --port=PORT command-line parameter to specify the port to listen on
unc0rr [Thu, 09 Oct 2008 21:00:42 +0000] rev 1340
Flush CONNECTED message, so client hasn't to wait for it on connect
unc0rr [Thu, 09 Oct 2008 20:36:53 +0000] rev 1339
Fix the bug
unc0rr [Thu, 09 Oct 2008 17:28:22 +0000] rev 1338
Stub to run network game
unc0rr [Thu, 09 Oct 2008 17:15:04 +0000] rev 1337
Update protocol doc
unc0rr [Thu, 09 Oct 2008 17:14:29 +0000] rev 1336
Fix team colors mismatch on some conditions (just synchronize them when team is added)
unc0rr [Thu, 09 Oct 2008 16:05:01 +0000] rev 1335
Small optimization (use partition instead of two filters with opposite predicates)
unc0rr [Thu, 09 Oct 2008 16:03:27 +0000] rev 1334
Send team removal message to others in room when client disconnects
unc0rr [Thu, 09 Oct 2008 15:54:09 +0000] rev 1333
- Fix a bug with chosen map (new clinet gets wrong information)
- Fix mapContainer bug when switching quickly from random map to a painted one
unc0rr [Thu, 09 Oct 2008 13:57:18 +0000] rev 1332
Fix that bug (lol, pretty fast, eh?)
unc0rr [Thu, 09 Oct 2008 13:57:02 +0000] rev 1331
Send teams info to newly connected client (has a bug with team sequence, need to discover)
unc0rr [Thu, 09 Oct 2008 13:53:03 +0000] rev 1330
- Allow team color changing
- Fix team removing handler in client's code
unc0rr [Thu, 09 Oct 2008 13:48:06 +0000] rev 1329
- Only team owner can remove team from the list
- Fix check for hedgehogs number overflow
unc0rr [Thu, 09 Oct 2008 13:45:40 +0000] rev 1328
Add support for removing team
unc0rr [Thu, 09 Oct 2008 13:43:47 +0000] rev 1327
Can choose hedgehogs number now
unc0rr [Thu, 09 Oct 2008 13:01:52 +0000] rev 1326
Add seduction weapon sound
unc0rr [Wed, 08 Oct 2008 18:56:32 +0000] rev 1325
Adding teams now works
unc0rr [Wed, 08 Oct 2008 18:46:02 +0000] rev 1324
Get rid of team id in client code
unc0rr [Wed, 08 Oct 2008 18:38:54 +0000] rev 1323
Build neccessary structures in memory on ADDTEAM message, but don't send answer yet (need to review team id concept)
unc0rr [Wed, 08 Oct 2008 18:29:16 +0000] rev 1322
Fix protocol implementation to conform documentation
unc0rr [Wed, 08 Oct 2008 18:25:08 +0000] rev 1321
- Add protocol description (just started)
- Some work on server to make team add posiible
unc0rr [Wed, 08 Oct 2008 15:57:35 +0000] rev 1320
Optimize list lookups a bit
unc0rr [Wed, 08 Oct 2008 15:55:23 +0000] rev 1319
Reformat some code =P
unc0rr [Wed, 08 Oct 2008 15:53:23 +0000] rev 1318
- Shut the client's tries to configure server up
- Fix a bug which led to "different maps generated" when server changes map, but theme doesn't get changed
unc0rr [Wed, 08 Oct 2008 15:42:09 +0000] rev 1317
Server now fully supports game options
unc0rr [Wed, 08 Oct 2008 13:58:27 +0000] rev 1316
- Add join and leave messages to chat box
- Don't send configuration if joining a room
unc0rr [Wed, 08 Oct 2008 13:54:51 +0000] rev 1315
Implement rooms list refresh
unc0rr [Wed, 08 Oct 2008 13:52:31 +0000] rev 1314
Implement room create and join
unc0rr [Wed, 08 Oct 2008 13:40:29 +0000] rev 1313
- Introduce a bit of state miachine in client code (should be more robust and verbosive now)
- Prepare for creating and joining rooms code
unc0rr [Wed, 08 Oct 2008 10:58:21 +0000] rev 1312
Create a page for rooms list
unc0rr [Tue, 07 Oct 2008 12:37:06 +0000] rev 1311
- Add stub page for rooms list
- Clear chat box on disconnect (not only nicks list)
unc0rr [Mon, 06 Oct 2008 19:01:59 +0000] rev 1310
Get rid of "internet" network game mode
unc0rr [Mon, 06 Oct 2008 18:40:47 +0000] rev 1309
Fix a bug with 'ghosts' on server
unc0rr [Mon, 06 Oct 2008 18:37:47 +0000] rev 1308
Fix another server failure (when second client in room disconnects)
unc0rr [Mon, 06 Oct 2008 18:07:38 +0000] rev 1307
- Now actually fix
- Handle warnings
unc0rr [Sun, 05 Oct 2008 23:36:11 +0000] rev 1306
Fix server crash on client disconnect
unc0rr [Sun, 05 Oct 2008 23:27:53 +0000] rev 1305
- Fix build of server (has some bugs now)
- Start converting client
unc0rr [Sun, 05 Oct 2008 23:22:14 +0000] rev 1304
Start refactoring standalone server (prepare to change protocol)
unc0rr [Sun, 05 Oct 2008 16:38:26 +0000] rev 1303
Don't allow team with the same name from the same client (helps with double add due to lags)
unc0rr [Sun, 05 Oct 2008 16:35:46 +0000] rev 1302
Remove deprecated stuff
unc0rr [Mon, 29 Sep 2008 22:14:23 +0000] rev 1301
Fix a bug screwing team selection up in network game
(REMOVETEAM message doesn't have teamID, and after
removing the team QMap still contains old info, when
add and remove team with the same name, total hedgehogs
number will be decreased by first team hh number)
unc0rr [Mon, 29 Sep 2008 22:01:06 +0000] rev 1300
Fix arithmetic bug in CHedgehogerWidget
unc0rr [Mon, 29 Sep 2008 21:59:19 +0000] rev 1299
Add team surrender flag
unc0rr [Mon, 29 Sep 2008 09:33:44 +0000] rev 1298
- Fix water rise
- Fix game crash when a hedgehog which turn is next gets drawn by water rise
unc0rr [Sun, 28 Sep 2008 22:49:38 +0000] rev 1297
Try to adjust flame parameters
unc0rr [Sun, 28 Sep 2008 22:47:13 +0000] rev 1296
Prevent AI to damage a teammate when trying to dig with firepunch (patch not tested)
unc0rr [Sun, 28 Sep 2008 22:39:07 +0000] rev 1295
Start flames rework
unc0rr [Sun, 28 Sep 2008 21:56:37 +0000] rev 1294
- Hedgehog doesn't take off hat when shooting from shotgun
- Don't show empty hat sprite
unc0rr [Sun, 28 Sep 2008 15:55:07 +0000] rev 1293
Predefined team can have customized hat
unc0rr [Sun, 28 Sep 2008 15:45:37 +0000] rev 1292
Bot could use firepunch if it doesn't find anything else useful, and it has land above his head
unc0rr [Sun, 28 Sep 2008 15:39:38 +0000] rev 1291
Update Spanish and Polish translations
unc0rr [Sun, 28 Sep 2008 15:13:18 +0000] rev 1290
Fix frontend
unc0rr [Sun, 28 Sep 2008 09:18:24 +0000] rev 1289
- Customize spinbox arrows
- Optimize frontend's images
unc0rr [Sun, 28 Sep 2008 08:28:32 +0000] rev 1288
Reorganize team edit page a little (save a lot of space)
unc0rr [Sun, 28 Sep 2008 08:26:18 +0000] rev 1287
Move preview icons into comboboxes
unc0rr [Tue, 23 Sep 2008 06:27:53 +0000] rev 1286
Seduction animation
unc0rr [Tue, 23 Sep 2008 06:09:13 +0000] rev 1285
A bit larger heart
unc0rr [Mon, 22 Sep 2008 22:14:01 +0000] rev 1284
- Update Italian translation
- Almost finished seduction weapon
unc0rr [Sat, 20 Sep 2008 04:51:06 +0000] rev 1283
Enable back the ability to see chosen team color in team widget
unc0rr [Sat, 20 Sep 2008 03:54:56 +0000] rev 1282
Full-size hedgehog in hats selection widget
unc0rr [Sat, 20 Sep 2008 03:52:39 +0000] rev 1281
Draw a hedgehog under the hat in hats combobox
unc0rr [Fri, 19 Sep 2008 20:42:42 +0000] rev 1280
Update watermelon sprite
unc0rr [Fri, 19 Sep 2008 20:41:53 +0000] rev 1279
Use new sounds
unc0rr [Fri, 19 Sep 2008 20:36:59 +0000] rev 1278
Add new sound files
unc0rr [Fri, 19 Sep 2008 20:34:41 +0000] rev 1277
- Unbreak previously broken themes
- Verbose error message helping with themes problems
unc0rr [Fri, 19 Sep 2008 19:58:57 +0000] rev 1276
Fix
bug #61 http://fireforge.net/tracker/index.php?func=detail&aid=61&group_id=11&atid=125
Crashing engine in some conditions due to incorrect theme info
unc0rr [Fri, 19 Sep 2008 19:56:07 +0000] rev 1275
Add Underwater theme
unc0rr [Fri, 19 Sep 2008 14:22:27 +0000] rev 1274
- Optimize maps
- Advanced Bath theme
unc0rr [Fri, 19 Sep 2008 14:18:33 +0000] rev 1273
Fix mortar
unc0rr [Fri, 19 Sep 2008 14:16:27 +0000] rev 1272
Forgotten sheep map...
unc0rr [Fri, 19 Sep 2008 14:15:19 +0000] rev 1271
Graphics update
unc0rr [Fri, 19 Sep 2008 14:10:51 +0000] rev 1270
Draw smoke trail underneath of grenade
unc0rr [Fri, 19 Sep 2008 14:08:18 +0000] rev 1269
- Add many hats
- Update Italian translation
unc0rr [Thu, 18 Sep 2008 21:20:24 +0000] rev 1268
Fix music starting to play after the round even if it was turned off
unc0rr [Thu, 18 Sep 2008 20:06:05 +0000] rev 1267
Rename hellish bomb to hellish hand-grenade
unc0rr [Thu, 18 Sep 2008 16:28:58 +0000] rev 1266
Delete deprecated stuff
unc0rr [Thu, 18 Sep 2008 16:26:46 +0000] rev 1265
Update Italian translation
unc0rr [Thu, 18 Sep 2008 16:19:45 +0000] rev 1264
Mention Eugene Lyubimkin in translators list for his Ukrainian translation
unc0rr [Thu, 18 Sep 2008 16:16:41 +0000] rev 1263
Add Hellish bomb weapon
unc0rr [Thu, 18 Sep 2008 14:44:44 +0000] rev 1262
Add watermelon sprite
unc0rr [Thu, 18 Sep 2008 13:39:05 +0000] rev 1261
Add watermelon weapon (without proper sprites yet)
unc0rr [Thu, 18 Sep 2008 12:40:46 +0000] rev 1260
Finish Ukrainian translation
unc0rr [Wed, 17 Sep 2008 17:33:44 +0000] rev 1259
- Continue seduction implementation
- Code formatting in gears and consts
unc0rr [Wed, 17 Sep 2008 04:02:02 +0000] rev 1258
- Perform lupdate-qt4 && lrelease-qt4
- Add Ukrainian translation by Eugene Lyubimkin (not complete yet)
unc0rr [Fri, 12 Sep 2008 18:55:54 +0000] rev 1257
Hedgehog doesn't take off the hat when walking
unc0rr [Fri, 12 Sep 2008 18:00:49 +0000] rev 1256
Allow theme to set custom water color
unc0rr [Fri, 12 Sep 2008 14:57:42 +0000] rev 1255
D'oh
unc0rr [Thu, 11 Sep 2008 20:18:14 +0000] rev 1254
Speed up hat
unc0rr [Thu, 11 Sep 2008 20:13:23 +0000] rev 1253
Draw hat when hedgehog is aiming
unc0rr [Thu, 11 Sep 2008 17:02:39 +0000] rev 1252
- Reorganize headers according to Qt's style guide
- Split team edit page into two pages
unc0rr [Thu, 11 Sep 2008 15:30:04 +0000] rev 1251
Hat 'wearing' animation
unc0rr [Wed, 10 Sep 2008 14:37:27 +0000] rev 1250
Update Italian translation
unc0rr [Mon, 08 Sep 2008 18:30:16 +0000] rev 1249
Remove 25pix margin on every page, so exit button is almost in the same place on all pages
unc0rr [Mon, 08 Sep 2008 18:08:47 +0000] rev 1248
Better theme selection widget look
unc0rr [Sat, 06 Sep 2008 12:35:34 +0000] rev 1247
Add Spanish translation by Carlos Vives
unc0rr [Sat, 06 Sep 2008 12:30:42 +0000] rev 1246
Update Polish translation
unc0rr [Sun, 31 Aug 2008 19:23:29 +0000] rev 1245
Send hats info via net. Hats implementation complete now.
unc0rr [Sun, 31 Aug 2008 18:36:26 +0000] rev 1244
Fix bug in netclient protocol handling code
unc0rr [Sun, 31 Aug 2008 18:12:06 +0000] rev 1243
Fix City theme
unc0rr [Sun, 31 Aug 2008 17:22:50 +0000] rev 1242
Hats now fully implemented for local game
unc0rr [Sun, 31 Aug 2008 16:27:47 +0000] rev 1241
Fix Bamboo theme
unc0rr [Sun, 31 Aug 2008 16:00:31 +0000] rev 1240
Store selected hats in team config
unc0rr [Fri, 29 Aug 2008 22:04:50 +0000] rev 1239
- Finish hat selection widget
- Now we need to pass hat to engine, save to file, send via net, whatever...
unc0rr [Fri, 29 Aug 2008 21:05:31 +0000] rev 1238
Add hat selection control to team editing page (it's empty combobox yet)
unc0rr [Fri, 29 Aug 2008 20:36:10 +0000] rev 1237
Fix build
unc0rr [Fri, 29 Aug 2008 20:30:17 +0000] rev 1236
Add stubs for hats implementation
unc0rr [Fri, 29 Aug 2008 19:40:37 +0000] rev 1235
- Set frontend's music volume level to 50%
- Aware frontend of "Enable music" checkbox state
- Don't load soundtrack if music is off
unc0rr [Mon, 25 Aug 2008 18:30:06 +0000] rev 1234
Add Sheep map
unc0rr [Sat, 23 Aug 2008 22:47:32 +0000] rev 1233
custom girder for bamboo theme
unc0rr [Thu, 21 Aug 2008 21:25:24 +0000] rev 1232
Update Snow theme land texture
unc0rr [Mon, 18 Aug 2008 19:31:33 +0000] rev 1231
Oops.. forgot some files
unc0rr [Mon, 18 Aug 2008 13:34:41 +0000] rev 1230
set svn:eol-style to native
unc0rr [Mon, 18 Aug 2008 13:33:30 +0000] rev 1229
- Update Bamboo, EarthRise, hell themes
- Add Freeway theme
unc0rr [Mon, 18 Aug 2008 12:23:22 +0000] rev 1228
- Update copyrights
- Better theme selection look
unc0rr [Mon, 18 Aug 2008 11:45:02 +0000] rev 1227
Add PirateFlag map
unc0rr [Sat, 16 Aug 2008 21:28:07 +0000] rev 1226
Fix sdl_mixer include
unc0rr [Sat, 16 Aug 2008 20:36:18 +0000] rev 1225
Play music in menu also, with fading effects when run game
unc0rr [Sat, 16 Aug 2008 20:15:27 +0000] rev 1224
- Add icons for each theme
- Show theme icon in theme selection list
unc0rr [Sat, 16 Aug 2008 14:28:44 +0000] rev 1223
Hackish way to play music in frontend... to be fixed
unc0rr [Sat, 16 Aug 2008 13:29:18 +0000] rev 1222
Add hell and main theme
unc0rr [Sat, 16 Aug 2008 11:22:34 +0000] rev 1221
Start seduction weapon implementation
unc0rr [Fri, 15 Aug 2008 19:30:02 +0000] rev 1220
Fix copyright info
unc0rr [Fri, 15 Aug 2008 08:11:58 +0000] rev 1219
Make dialogs and messageboxes be customized like main form
unc0rr [Fri, 15 Aug 2008 07:54:13 +0000] rev 1218
Save some pixels for chat widget
unc0rr [Fri, 15 Aug 2008 07:50:31 +0000] rev 1217
Remake gamecfgwidget
unc0rr [Fri, 15 Aug 2008 07:49:52 +0000] rev 1216
Allow team and hh name length be up to 64 letters length
unc0rr [Fri, 15 Aug 2008 07:22:55 +0000] rev 1215
Themes list now works
unc0rr [Fri, 15 Aug 2008 06:33:50 +0000] rev 1214
- Make border 3px width
- Make orange color be #ffcc00
unc0rr [Fri, 15 Aug 2008 03:59:36 +0000] rev 1213
- lupdate-qt4 && lrelease-qt4
- Update Italian translation
unc0rr [Thu, 14 Aug 2008 14:43:40 +0000] rev 1212
Fix "Hedgewars" button look
unc0rr [Thu, 14 Aug 2008 14:24:45 +0000] rev 1211
Fill themes list with themes
unc0rr [Thu, 14 Aug 2008 14:04:45 +0000] rev 1210
Add themes list to map selection widget
unc0rr [Thu, 14 Aug 2008 13:34:44 +0000] rev 1209
Start remaking multiplayer page
unc0rr [Wed, 13 Aug 2008 22:35:27 +0000] rev 1208
Add Sheep theme by Julien Koesten. Will be slightly corrected a bit later.
unc0rr [Wed, 13 Aug 2008 16:52:04 +0000] rev 1207
Some adjusting... it still doesn't solve problem fully
unc0rr [Wed, 13 Aug 2008 16:26:44 +0000] rev 1206
One more consts adjusting to solve rope stucking problem
unc0rr [Wed, 13 Aug 2008 14:10:41 +0000] rev 1205
Update copyrights
unc0rr [Wed, 13 Aug 2008 14:09:20 +0000] rev 1204
Add hell theme
unc0rr [Wed, 13 Aug 2008 11:29:27 +0000] rev 1203
Mention Niklas Grahn for his translation on about page
unc0rr [Wed, 13 Aug 2008 09:14:08 +0000] rev 1202
Add Swedish translation
unc0rr [Tue, 12 Aug 2008 20:03:04 +0000] rev 1201
Move QGroupBox title a bit
unc0rr [Tue, 12 Aug 2008 19:41:16 +0000] rev 1200
Fix pickhammer and kamikaze
unc0rr [Tue, 12 Aug 2008 12:57:07 +0000] rev 1199
More work on options page
unc0rr [Tue, 12 Aug 2008 12:05:52 +0000] rev 1198
Reorganize widgets on options page
unc0rr [Tue, 12 Aug 2008 10:02:34 +0000] rev 1197
Add background to groupboxes
unc0rr [Tue, 12 Aug 2008 09:52:57 +0000] rev 1196
Set minimal acceptable Qt4 version to 4.3.0
unc0rr [Tue, 12 Aug 2008 09:39:07 +0000] rev 1195
Nicer look
unc0rr [Tue, 12 Aug 2008 09:37:44 +0000] rev 1194
Iconize more groupboxes
unc0rr [Tue, 12 Aug 2008 09:26:44 +0000] rev 1193
Finish iconed groupbox implementation
unc0rr [Tue, 12 Aug 2008 08:48:44 +0000] rev 1192
Add iconed groupbox class
unc0rr [Sun, 10 Aug 2008 20:18:40 +0000] rev 1191
With this change, SDL will probably report more screen resolutions on dual-monitor configurations
unc0rr [Sun, 10 Aug 2008 19:55:08 +0000] rev 1190
Enable back rendering objects that are put on top of land texture
unc0rr [Sun, 10 Aug 2008 15:03:53 +0000] rev 1189
Fix compile under Ubuntu (why it compiles everywhere else?)
unc0rr [Sun, 10 Aug 2008 14:23:25 +0000] rev 1188
Fix installation path for Castle map
unc0rr [Fri, 08 Aug 2008 21:01:00 +0000] rev 1187
Convert the rest of themes too
unc0rr [Fri, 08 Aug 2008 20:54:55 +0000] rev 1186
Step 5: Finally... we have theme objects with alpha-channel!
Only nature theme converted yet, others in the next commit
unc0rr [Fri, 08 Aug 2008 20:45:13 +0000] rev 1185
- Fix previous commit
- Code formatting in uStore
unc0rr [Fri, 08 Aug 2008 20:38:26 +0000] rev 1184
Allow theme-customizable water and girder
unc0rr [Fri, 08 Aug 2008 20:33:57 +0000] rev 1183
Step 4: repair girder rendering (girder is 32bit now)
unc0rr [Fri, 08 Aug 2008 20:13:32 +0000] rev 1182
Step 3: Maps are rendered correctly, but without objects yet
unc0rr [Fri, 08 Aug 2008 19:39:22 +0000] rev 1181
Step 2: painted maps loading correctly
unc0rr [Fri, 08 Aug 2008 19:34:55 +0000] rev 1180
Start implementing support for 32bit sprites concerned in map generation process.
Step 1: forts are loading correctly.
Everything else is broken
unc0rr [Fri, 08 Aug 2008 13:46:12 +0000] rev 1179
This needs to be changed too
unc0rr [Fri, 08 Aug 2008 13:43:24 +0000] rev 1178
- Fix Qt's runtime warning
- This fix probably eliminates network problems
unc0rr [Fri, 08 Aug 2008 13:11:41 +0000] rev 1177
Add "Castle" map copyright info
unc0rr [Fri, 08 Aug 2008 12:59:34 +0000] rev 1176
Disallow AI to hurts itself with mortar (in quite rare cases it tries to shoot directly up)
unc0rr [Thu, 07 Aug 2008 19:01:32 +0000] rev 1175
Update frontend background
unc0rr [Thu, 07 Aug 2008 18:57:26 +0000] rev 1174
Oops, fix map install path
unc0rr [Thu, 07 Aug 2008 18:53:31 +0000] rev 1173
Revert accidental nsis installer generator regression
unc0rr [Thu, 07 Aug 2008 18:44:13 +0000] rev 1172
Some more customizations
unc0rr [Thu, 07 Aug 2008 18:26:52 +0000] rev 1171
- Start work on team select widget
- Customize QListWidget view (chat, demos list)
unc0rr [Thu, 07 Aug 2008 18:25:51 +0000] rev 1170
Fix max teams detection
unc0rr [Thu, 07 Aug 2008 16:26:25 +0000] rev 1169
Better settings button behavior
unc0rr [Thu, 07 Aug 2008 16:14:35 +0000] rev 1168
Finally fix save button look
unc0rr [Thu, 07 Aug 2008 15:21:11 +0000] rev 1167
Set bg color for QPushButton
unc0rr [Thu, 07 Aug 2008 15:19:54 +0000] rev 1166
Add Castle map
displacer [Thu, 07 Aug 2008 14:08:43 +0000] rev 1165
correct restoring window size after fullscreen mode
unc0rr [Thu, 07 Aug 2008 13:39:04 +0000] rev 1164
Customize map container look
displacer [Thu, 07 Aug 2008 13:38:24 +0000] rev 1163
fullscreen disabling fixed
displacer [Thu, 07 Aug 2008 13:30:09 +0000] rev 1162
Frontend Fullscreen mode added
unc0rr [Thu, 07 Aug 2008 12:09:52 +0000] rev 1161
Customize SpinBox look (not finished)
unc0rr [Thu, 07 Aug 2008 12:04:12 +0000] rev 1160
Customize LineEdit look
unc0rr [Thu, 07 Aug 2008 12:01:58 +0000] rev 1159
Various build system improvements
unc0rr [Thu, 07 Aug 2008 07:21:18 +0000] rev 1158
- Fix grenade sound
- Higher screen size restrictions
unc0rr [Wed, 06 Aug 2008 12:48:45 +0000] rev 1157
Try to modify QGroupBox view
unc0rr [Wed, 06 Aug 2008 12:47:42 +0000] rev 1156
Fix small glitch when placing girder on map
unc0rr [Tue, 05 Aug 2008 22:39:05 +0000] rev 1155
Customize checkboxes
unc0rr [Tue, 05 Aug 2008 22:15:32 +0000] rev 1154
Customize comboboxes look
unc0rr [Tue, 05 Aug 2008 21:12:26 +0000] rev 1153
Iconed "Back" button everywhere
unc0rr [Tue, 05 Aug 2008 20:57:08 +0000] rev 1152
Make buttons border have different colors when mouse is over or it is pressed
unc0rr [Tue, 05 Aug 2008 15:39:51 +0000] rev 1151
Unbreak build
unc0rr [Mon, 04 Aug 2008 20:29:13 +0000] rev 1150
- Make look better
- Refactor code a bit
displacer [Mon, 04 Aug 2008 19:28:01 +0000] rev 1149
transparent background for buttons at main page
displacer [Mon, 04 Aug 2008 19:04:46 +0000] rev 1148
images at main page
displacer [Mon, 04 Aug 2008 17:47:11 +0000] rev 1147
no-repeat background with bgcolor instead
displacer [Mon, 04 Aug 2008 17:30:58 +0000] rev 1146
Background for Hedgewars is ready
displacer [Mon, 04 Aug 2008 17:09:31 +0000] rev 1145
new art from Tiyuri
unc0rr [Mon, 04 Aug 2008 16:46:11 +0000] rev 1144
Update slovak translation
unc0rr [Wed, 30 Jul 2008 14:00:31 +0000] rev 1143
Update soundtracks with ones that loop seamlessly
unc0rr [Wed, 30 Jul 2008 12:20:14 +0000] rev 1142
Last try to get rope not to get stuck in the ground
unc0rr [Wed, 30 Jul 2008 12:14:24 +0000] rev 1141
- Some physics changes
- Set version to 0.9.7-dev
unc0rr [Tue, 29 Jul 2008 22:59:19 +0000] rev 1140
- Fix polish translation
- More verbose error message
unc0rr [Tue, 29 Jul 2008 20:03:25 +0000] rev 1139
- Remove that stupid website folder created by GNA!
- Update EarthRise theme
unc0rr [Tue, 29 Jul 2008 18:54:36 +0000] rev 1138
- Add full EarthRise theme
unc0rr [Tue, 29 Jul 2008 11:08:40 +0000] rev 1137
Fix previous commit
unc0rr [Tue, 29 Jul 2008 11:03:21 +0000] rev 1136
- Fix compilation
- Add oriental soundtrack
- Now each theme and each map has a soundtrack assigned
unc0rr [Tue, 29 Jul 2008 10:48:28 +0000] rev 1135
Get rid of Volcano map
unc0rr [Tue, 29 Jul 2008 10:46:57 +0000] rev 1134
- Update pirate, added snow soundtrack
- Mention Jonatan Nilsson in copyrights
unc0rr [Mon, 28 Jul 2008 13:53:50 +0000] rev 1133
- Fix warnings
- Format file to use tabs spacing
unc0rr [Sun, 27 Jul 2008 23:01:41 +0000] rev 1132
- Fix problem when clouds number is 0
- Swap two sounds used when hedgehog get damage due to fall
unc0rr [Sun, 27 Jul 2008 22:26:47 +0000] rev 1131
- Add ability to choose clouds number in theme config file
- Set City theme clouds number to 45 (5x compared to other themes)
unc0rr [Sun, 27 Jul 2008 22:18:46 +0000] rev 1130
- Update russian translation
- Perform lupdate-qt4 && lrelease-qt4
unc0rr [Sun, 27 Jul 2008 22:14:43 +0000] rev 1129
Add a checkbox in frontend to turn music off
unc0rr [Sun, 27 Jul 2008 22:09:40 +0000] rev 1128
Add an option to engine for turning music off
unc0rr [Sun, 27 Jul 2008 21:58:46 +0000] rev 1127
- Disable ability to resize window
- Fix music volume coefficient
unc0rr [Sun, 27 Jul 2008 21:51:35 +0000] rev 1126
Fix training regression
unc0rr [Sun, 27 Jul 2008 21:50:44 +0000] rev 1125
Draw yet not available ammo grayscaled
unc0rr [Sun, 27 Jul 2008 21:01:11 +0000] rev 1124
- Airplane is higher
- Airplane is slower
- Airplane smokes
unc0rr [Sun, 27 Jul 2008 20:03:07 +0000] rev 1123
Play Ow1.ogg and Ow4.ogg when hedgehog falls
unc0rr [Sun, 27 Jul 2008 19:53:12 +0000] rev 1122
Add new pain sounds
unc0rr [Sun, 27 Jul 2008 19:47:12 +0000] rev 1121
Remember initial resolution settings to use when switching to fullscreen mode
unc0rr [Sun, 27 Jul 2008 19:37:24 +0000] rev 1120
Add ability to resize engine's window
unc0rr [Sun, 27 Jul 2008 19:21:30 +0000] rev 1119
Mention Stephen Alexander's e-mail in copyrights
unc0rr [Sun, 27 Jul 2008 16:35:44 +0000] rev 1118
- Use DejaVuSans-Bold instead of DejaVuSans+bold
- Revert not working 'fix' for chat text problem
unc0rr [Sun, 27 Jul 2008 16:34:08 +0000] rev 1117
Optimize maps files by size
unc0rr [Sun, 27 Jul 2008 16:03:45 +0000] rev 1116
Try another appproach to render chat, should fix windows issues
unc0rr [Sun, 27 Jul 2008 15:28:49 +0000] rev 1115
Update Polish translation
unc0rr [Sun, 27 Jul 2008 15:23:06 +0000] rev 1114
draft a changelog for 0.9.6
unc0rr [Sun, 27 Jul 2008 14:59:34 +0000] rev 1113
Fix hedgehog animation when use blowtorch
unc0rr [Sun, 27 Jul 2008 14:32:54 +0000] rev 1112
Hedgehog laughs when drops dynamite or cake
unc0rr [Sun, 27 Jul 2008 14:28:45 +0000] rev 1111
Play sound before cake explodes
unc0rr [Sun, 27 Jul 2008 14:05:17 +0000] rev 1110
Finish cake implementation
unc0rr [Sun, 27 Jul 2008 13:44:04 +0000] rev 1109
- Cake sits down before exploding
- Cake is drawn in front of hedgehogs
unc0rr [Sun, 27 Jul 2008 13:32:44 +0000] rev 1108
Animate falling and waking up cake
unc0rr [Sun, 27 Jul 2008 13:32:15 +0000] rev 1107
Supress CMake warning
unc0rr [Sun, 27 Jul 2008 12:57:15 +0000] rev 1106
- Animate cake walking
- Focus follows cake
unc0rr [Sun, 27 Jul 2008 10:59:20 +0000] rev 1105
Add hedgewars icon in png format
unc0rr [Fri, 25 Jul 2008 22:38:37 +0000] rev 1104
Update French translation
unc0rr [Fri, 25 Jul 2008 22:28:22 +0000] rev 1103
Show cake rotated correct angle
unc0rr [Fri, 25 Jul 2008 21:13:35 +0000] rev 1102
- Update French translation
- Perform lupdate-qt4
unc0rr [Fri, 25 Jul 2008 20:57:36 +0000] rev 1101
Add BambooPlinko map
unc0rr [Fri, 25 Jul 2008 19:58:01 +0000] rev 1100
Mention audio guys on About page and readme
unc0rr [Fri, 25 Jul 2008 19:43:03 +0000] rev 1099
Update Italian translation
unc0rr [Fri, 25 Jul 2008 19:39:15 +0000] rev 1098
Remove deprecated function
unc0rr [Fri, 25 Jul 2008 19:26:44 +0000] rev 1097
Enable music dependance on current land theme
unc0rr [Fri, 25 Jul 2008 19:06:46 +0000] rev 1096
Add Nature music theme
unc0rr [Fri, 25 Jul 2008 19:03:27 +0000] rev 1095
- Add cake sound
- Fix nature theme
unc0rr [Fri, 25 Jul 2008 15:34:45 +0000] rev 1094
Add two tracks for City and Island themes
unc0rr [Fri, 25 Jul 2008 15:20:19 +0000] rev 1093
Add cake icon in ammomenu
unc0rr [Fri, 25 Jul 2008 15:10:50 +0000] rev 1092
Add Bath map
unc0rr [Fri, 25 Jul 2008 14:59:42 +0000] rev 1091
Update nature theme
unc0rr [Fri, 25 Jul 2008 14:01:28 +0000] rev 1090
Cake explodes on /attack
unc0rr [Fri, 25 Jul 2008 13:52:35 +0000] rev 1089
First implementation of the Cake weapon
unc0rr [Fri, 25 Jul 2008 10:56:05 +0000] rev 1088
Stubs for spider weapon
unc0rr [Wed, 23 Jul 2008 11:55:47 +0000] rev 1087
Update copyright info
unc0rr [Wed, 23 Jul 2008 11:51:55 +0000] rev 1086
Add Bamboo map
unc0rr [Tue, 22 Jul 2008 18:31:34 +0000] rev 1085
Load flakes information from theme.cfg when playing painted map
unc0rr [Tue, 22 Jul 2008 18:22:24 +0000] rev 1084
Add new map EarthRise by Joshua Frese
unc0rr [Mon, 21 Jul 2008 15:54:12 +0000] rev 1083
Further work on dedicated server
unc0rr [Mon, 21 Jul 2008 09:45:40 +0000] rev 1082
- Modify network protocol to use new delimiter
- Much improve dedicated server usability
unc0rr [Tue, 15 Jul 2008 16:40:50 +0000] rev 1081
First steps to switch hedgewars to new net protocol
unc0rr [Mon, 14 Jul 2008 20:24:29 +0000] rev 1080
Repair screenshots capture on 'C' key press
unc0rr [Sun, 13 Jul 2008 17:58:05 +0000] rev 1079
Fix clouds shaking up
unc0rr [Sun, 13 Jul 2008 11:39:02 +0000] rev 1078
Add a few debug message which show the problem with total hedgehogs number counting
unc0rr [Sun, 13 Jul 2008 11:37:48 +0000] rev 1077
Update Polish translation
unc0rr [Sat, 12 Jul 2008 14:26:43 +0000] rev 1076
Make all in-game fonts bold
unc0rr [Sat, 12 Jul 2008 13:22:10 +0000] rev 1075
Update Polish frontend translation
unc0rr [Fri, 11 Jul 2008 19:40:47 +0000] rev 1074
Set version to 0.9.6-dev
unc0rr [Fri, 11 Jul 2008 19:19:04 +0000] rev 1073
Update German translation
unc0rr [Tue, 08 Jul 2008 16:49:51 +0000] rev 1072
Show picked up ammo in demo playing mode
unc0rr [Tue, 08 Jul 2008 16:01:45 +0000] rev 1071
Update changelog in trunk also
unc0rr [Tue, 08 Jul 2008 12:53:07 +0000] rev 1070
Fix warning
unc0rr [Mon, 07 Jul 2008 17:20:35 +0000] rev 1069
Fix shortgun training
unc0rr [Mon, 07 Jul 2008 15:39:27 +0000] rev 1068
- Optimize PNG to reduce size
- Fix russian translation
unc0rr [Mon, 07 Jul 2008 13:12:18 +0000] rev 1067
Set svn:eol-style to native
unc0rr [Mon, 07 Jul 2008 13:06:25 +0000] rev 1066
Update copyright headers a bit
unc0rr [Mon, 07 Jul 2008 10:32:47 +0000] rev 1065
Update Italian translation
unc0rr [Sun, 06 Jul 2008 23:44:56 +0000] rev 1064
Fix another regression arising from splitting switchhedgehog
unc0rr [Sun, 06 Jul 2008 23:32:10 +0000] rev 1063
Add message for sudden death
unc0rr [Sun, 06 Jul 2008 23:11:02 +0000] rev 1062
Fix mushrooms map
unc0rr [Sun, 06 Jul 2008 23:04:35 +0000] rev 1061
Oops, proper fix now
unc0rr [Sun, 06 Jul 2008 22:55:24 +0000] rev 1060
Fix net game regression
unc0rr [Sun, 06 Jul 2008 22:46:44 +0000] rev 1059
Oops, forgot translation file
unc0rr [Sun, 06 Jul 2008 21:52:07 +0000] rev 1058
- Proper turns counting, split SwitchHedgehog into two functions
- Health decrease afte r15 turns of each team, water rise after 17 turns
unc0rr [Sun, 06 Jul 2008 20:03:09 +0000] rev 1057
Dec delay
unc0rr [Sun, 06 Jul 2008 20:02:42 +0000] rev 1056
Fix timings regression
unc0rr [Sun, 06 Jul 2008 19:31:12 +0000] rev 1055
Water rises after 25 mins of round, health is decreased after 20 mins
unc0rr [Sun, 06 Jul 2008 17:45:16 +0000] rev 1054
- Prepare for sudden death implementation
- Fix stats issues
unc0rr [Sun, 06 Jul 2008 14:09:41 +0000] rev 1053
New mushrooms map by Tiyuri
unc0rr [Sat, 05 Jul 2008 15:29:07 +0000] rev 1052
Mention french translator on About page
unc0rr [Sat, 05 Jul 2008 15:13:33 +0000] rev 1051
Enable fullscreen switching back, now it's bound on F12
unc0rr [Sat, 05 Jul 2008 14:27:55 +0000] rev 1050
Build system scripts for new map
unc0rr [Sat, 05 Jul 2008 14:13:13 +0000] rev 1049
Draw explosions for every kind of explosion
unc0rr [Sat, 05 Jul 2008 14:12:48 +0000] rev 1048
Add new map by Maciej Mrozinski
unc0rr [Fri, 04 Jul 2008 21:20:17 +0000] rev 1047
Update explosion graphics
unc0rr [Fri, 04 Jul 2008 19:25:00 +0000] rev 1046
Better ?? implementation of explosion
unc0rr [Fri, 04 Jul 2008 14:40:52 +0000] rev 1045
Testing explosion particles implementation
unc0rr [Tue, 01 Jul 2008 22:26:36 +0000] rev 1044
Install all dlls from bin folder
unc0rr [Tue, 01 Jul 2008 21:34:12 +0000] rev 1043
Qt 4.4 needs this in win32
unc0rr [Tue, 01 Jul 2008 15:52:10 +0000] rev 1042
Fix resource compilation
unc0rr [Mon, 30 Jun 2008 17:36:55 +0000] rev 1041
- Fix previous commit
- Start implementation of explosion particles
unc0rr [Mon, 30 Jun 2008 14:59:11 +0000] rev 1040
Update hedgewars icon for windows
unc0rr [Mon, 30 Jun 2008 14:49:25 +0000] rev 1039
Fix icon compilation in Windows
unc0rr [Fri, 27 Jun 2008 20:56:38 +0000] rev 1038
- Fix accidental network breakage
- Fix warning
unc0rr [Fri, 27 Jun 2008 20:11:20 +0000] rev 1037
Lemonade taunt
unc0rr [Fri, 27 Jun 2008 19:57:24 +0000] rev 1036
Wave and Hurrah taunts
unc0rr [Fri, 27 Jun 2008 17:45:35 +0000] rev 1035
Hopefully done taunts implementation
unc0rr [Fri, 27 Jun 2008 17:22:15 +0000] rev 1034
Further work on taunts
unc0rr [Thu, 26 Jun 2008 19:39:26 +0000] rev 1033
Start implementing waves
unc0rr [Wed, 25 Jun 2008 15:10:12 +0000] rev 1032
Set svn:eol-style to native
unc0rr [Wed, 25 Jun 2008 11:28:23 +0000] rev 1031
Set svn:eol-style to native
unc0rr [Wed, 25 Jun 2008 10:13:52 +0000] rev 1030
Mention translators on about page
unc0rr [Wed, 25 Jun 2008 10:08:31 +0000] rev 1029
Oops, forgot file
unc0rr [Wed, 25 Jun 2008 09:48:17 +0000] rev 1028
Add Bulgarian translation
unc0rr [Wed, 25 Jun 2008 09:40:23 +0000] rev 1027
Add Slovak translation
unc0rr [Wed, 25 Jun 2008 09:32:46 +0000] rev 1026
Add German translation
unc0rr [Wed, 25 Jun 2008 09:17:36 +0000] rev 1025
Update Italian translation
unc0rr [Mon, 23 Jun 2008 12:25:59 +0000] rev 1024
Make engine compilable without debugging on
unc0rr [Sun, 22 Jun 2008 20:40:39 +0000] rev 1023
Complete exit confirmation implementation
unc0rr [Sun, 22 Jun 2008 19:26:01 +0000] rev 1022
Start exit confirmation implementation
unc0rr [Thu, 19 Jun 2008 20:34:53 +0000] rev 1021
- Decrease default girders number
- Change version to 0.9.5-dev and proto to 13, as this commit breaks compatibility
unc0rr [Thu, 19 Jun 2008 19:53:03 +0000] rev 1020
Fix bad sprite when you jump and get hit
unc0rr [Thu, 19 Jun 2008 13:41:45 +0000] rev 1019
Hydrant map
unc0rr [Wed, 18 Jun 2008 22:12:58 +0000] rev 1018
Update changelog
unc0rr [Wed, 18 Jun 2008 22:11:10 +0000] rev 1017
Update russian translation
unc0rr [Wed, 18 Jun 2008 21:55:43 +0000] rev 1016
Set version to 0.9.4
unc0rr [Wed, 18 Jun 2008 21:53:54 +0000] rev 1015
Fix training
unc0rr [Wed, 18 Jun 2008 20:43:34 +0000] rev 1014
- Fix firepunch sprite direction when use in high jump
- Fix highjump double sprite issue introduced two revs ago
unc0rr [Wed, 18 Jun 2008 20:16:25 +0000] rev 1013
Damaged hedgehog rotates when its speed is far enough from zero
unc0rr [Wed, 18 Jun 2008 19:34:06 +0000] rev 1012
Damaged hedgehog animation
unc0rr [Wed, 18 Jun 2008 18:57:34 +0000] rev 1011
Winners clan hedgehogs smiling with big smile
unc0rr [Wed, 18 Jun 2008 18:46:11 +0000] rev 1010
Whip animation
unc0rr [Wed, 18 Jun 2008 18:25:31 +0000] rev 1009
Update first aid animation
unc0rr [Wed, 18 Jun 2008 18:12:45 +0000] rev 1008
Draw explosion on kamikaze
unc0rr [Wed, 18 Jun 2008 18:05:15 +0000] rev 1007
Hedgelove map
unc0rr [Tue, 17 Jun 2008 21:30:34 +0000] rev 1006
Some fixes
unc0rr [Tue, 17 Jun 2008 21:28:15 +0000] rev 1005
Update copyright information
unc0rr [Tue, 17 Jun 2008 21:25:21 +0000] rev 1004
Don't let updated hedgewars version to make errors due to old weapons.ini
unc0rr [Tue, 17 Jun 2008 20:36:37 +0000] rev 1003
Fix Island theme objects placing
unc0rr [Tue, 17 Jun 2008 20:00:01 +0000] rev 1002
Implement drowning hedgehog sprite
unc0rr [Tue, 17 Jun 2008 19:22:54 +0000] rev 1001
Fix warnings
unc0rr [Tue, 17 Jun 2008 18:45:21 +0000] rev 1000
Hedgehogs on the left side of the map look to the right and vice-versa
unc0rr [Tue, 17 Jun 2008 18:10:15 +0000] rev 999
In forts mode, hedgehogs on the left look at the right, and vice-versa
unc0rr [Tue, 17 Jun 2008 18:09:38 +0000] rev 998
Fix AI mortar bugs
unc0rr [Tue, 17 Jun 2008 16:29:56 +0000] rev 997
Small grenade physics change
unc0rr [Tue, 17 Jun 2008 15:02:12 +0000] rev 996
Update Polish translation
unc0rr [Tue, 17 Jun 2008 15:00:51 +0000] rev 995
- Update Italian translation
unc0rr [Mon, 16 Jun 2008 20:40:59 +0000] rev 994
- Bots can use mortar
- Show hp of current hedgehog when it's his turn
unc0rr [Thu, 12 Jun 2008 10:50:05 +0000] rev 993
- Fix chat state at start
- Team bind for history
unc0rr [Wed, 11 Jun 2008 22:19:14 +0000] rev 992
Use Kamikaze sound
unc0rr [Wed, 11 Jun 2008 21:41:44 +0000] rev 991
Enable history (bound on ` key)
unc0rr [Wed, 11 Jun 2008 21:00:58 +0000] rev 990
Implement history for chat (27 entries), no key binding yet
unc0rr [Wed, 11 Jun 2008 20:45:49 +0000] rev 989
Fix demo records of rounds restored after saving
unc0rr [Wed, 11 Jun 2008 20:27:09 +0000] rev 988
Get rid of old console
unc0rr [Wed, 11 Jun 2008 15:42:53 +0000] rev 987
Use kamiakze sprite
unc0rr [Tue, 10 Jun 2008 20:40:43 +0000] rev 986
Kamikaze icon in ammo menu
unc0rr [Tue, 10 Jun 2008 18:45:33 +0000] rev 985
Updated Polish translation
unc0rr [Mon, 09 Jun 2008 20:34:45 +0000] rev 984
Kamikaze weapon
unc0rr [Mon, 09 Jun 2008 15:26:52 +0000] rev 983
Prepare for new weapon 'Kamikaze'
unc0rr [Mon, 09 Jun 2008 15:09:37 +0000] rev 982
Ooops, actual fix
unc0rr [Mon, 09 Jun 2008 15:08:54 +0000] rev 981
Fix Baseball, whip, firepunch attacking on slope
unc0rr [Mon, 09 Jun 2008 15:02:49 +0000] rev 980
Don't push attacking hedgehog when using whip or baseball
unc0rr [Mon, 09 Jun 2008 14:57:54 +0000] rev 979
Fix firepunch direction when attacking from high jump
unc0rr [Mon, 09 Jun 2008 14:20:16 +0000] rev 978
Fix another issue with chat, when chat string come just after 'NextTurn' cmd, thus setting Lag flag to true
unc0rr [Sun, 08 Jun 2008 18:53:02 +0000] rev 977
Fix an oops with chat string appearing between two net commands (it's very rare and random condition, but I caught it while playing via net)
unc0rr [Fri, 06 Jun 2008 16:14:23 +0000] rev 976
Draw tags a bit higher due to hats introduction
unc0rr [Fri, 06 Jun 2008 15:14:15 +0000] rev 975
Make sprite look as it was intended to
unc0rr [Fri, 06 Jun 2008 14:40:29 +0000] rev 974
Prevent wrong aim direction when using rope after high jump
unc0rr [Tue, 03 Jun 2008 19:59:12 +0000] rev 973
Use new icon in team selecting widget
unc0rr [Mon, 02 Jun 2008 22:04:06 +0000] rev 972
Update polish translation
unc0rr [Mon, 02 Jun 2008 19:15:53 +0000] rev 971
Fix a bug with automatic weapon switching when attacking from rope
unc0rr [Sun, 01 Jun 2008 20:01:45 +0000] rev 970
- Quick hack for hats
- Fix fullscreen command
unc0rr [Sun, 01 Jun 2008 18:54:10 +0000] rev 969
- Add CMake script for Hats folder
- Disable fullscreen switching, as it causes troubles
unc0rr [Sun, 01 Jun 2008 18:37:30 +0000] rev 968
Add hats folder
unc0rr [Sun, 01 Jun 2008 12:16:24 +0000] rev 967
Don't let jumping hedgehog to move others
unc0rr [Fri, 30 May 2008 21:27:03 +0000] rev 966
Fix hedgehog jump animation after turn end
unc0rr [Fri, 30 May 2008 21:08:41 +0000] rev 965
Ammo count == 9 is infinite
unc0rr [Thu, 29 May 2008 20:57:24 +0000] rev 964
Update Italian translation
unc0rr [Thu, 29 May 2008 18:27:20 +0000] rev 963
Fix mortar clusters spread direction
unc0rr [Wed, 28 May 2008 20:34:23 +0000] rev 962
Fix idle animation
unc0rr [Wed, 28 May 2008 19:18:02 +0000] rev 961
Use turnsleft sprites to indicate turns left to activate ammo
unc0rr [Wed, 28 May 2008 18:58:37 +0000] rev 960
Update ammo menu icons
unc0rr [Wed, 28 May 2008 18:54:45 +0000] rev 959
Mortar sprite
unc0rr [Wed, 28 May 2008 18:40:42 +0000] rev 958
Aim at high speed when performing rope swinging
unc0rr [Wed, 28 May 2008 17:58:41 +0000] rev 957
- Show crosshair while rope swinging
- Increase idle hedgehog animation speed
unc0rr [Tue, 27 May 2008 14:32:55 +0000] rev 956
Get rid of unused Surface parameter
unc0rr [Tue, 27 May 2008 14:30:48 +0000] rev 955
Fix forts mode to take in account clans, not teams
unc0rr [Mon, 26 May 2008 22:47:48 +0000] rev 954
Idle hedgehog animation
unc0rr [Mon, 26 May 2008 20:41:12 +0000] rev 953
Fix bug in hwSqrt when calculating square root of number >= 65536
unc0rr [Mon, 26 May 2008 18:10:51 +0000] rev 952
Allow aiming while moving
unc0rr [Sun, 25 May 2008 20:33:31 +0000] rev 951
Minimum number of hedgehogs in team is 1 now
unc0rr [Sun, 25 May 2008 18:09:21 +0000] rev 950
Add nickname to message in more appropriate place
unc0rr [Sun, 25 May 2008 14:09:44 +0000] rev 949
Use nick from frontend to prepend chat messages
unc0rr [Sat, 24 May 2008 22:28:40 +0000] rev 948
Fix chat behavior
unc0rr [Sat, 24 May 2008 21:10:49 +0000] rev 947
- 't' key for entering chat message
- gsChat state for entering message
- Simplify logic in ProcessKbd
unc0rr [Sat, 24 May 2008 18:37:04 +0000] rev 946
Preparing to have gsChat gamestate
unc0rr [Sat, 24 May 2008 17:34:06 +0000] rev 945
- Start chat implementation: chat strings are on the screen
- Fix teleportation on water regression
unc0rr [Thu, 22 May 2008 17:25:12 +0000] rev 944
Fix bug with holding switch tool
unc0rr [Wed, 21 May 2008 20:22:51 +0000] rev 943
Use firepunch sprite
unc0rr [Mon, 19 May 2008 18:07:05 +0000] rev 942
Stub for chat implementation
unc0rr [Sun, 18 May 2008 10:54:43 +0000] rev 941
- Fix bug with picking up ammos from cases, when total ammo count may become more than AMMO_INFINITE
- Initial implementation of weapon activation only after some turns
unc0rr [Sat, 17 May 2008 22:21:45 +0000] rev 940
Better rope
unc0rr [Sat, 17 May 2008 17:32:56 +0000] rev 939
Update City theme
unc0rr [Sat, 17 May 2008 16:59:32 +0000] rev 938
Add City theme by Tiyuri
unc0rr [Sat, 17 May 2008 13:24:17 +0000] rev 937
Add theme and map Plane by Tiyuri
unc0rr [Sat, 17 May 2008 11:36:24 +0000] rev 936
Fix 'AI may break demos playing' message while loading saves
unc0rr [Fri, 16 May 2008 13:21:18 +0000] rev 935
Add Island theme by Tiyuri
unc0rr [Fri, 16 May 2008 12:53:55 +0000] rev 934
Add map 'Hedgewars' by Tiyuri
unc0rr [Wed, 14 May 2008 19:02:53 +0000] rev 933
Mention Luca Bonora on About page
unc0rr [Wed, 14 May 2008 17:09:33 +0000] rev 932
Add italian translation by daimadoshi85
unc0rr [Wed, 14 May 2008 14:13:18 +0000] rev 931
Fix some bugs with dropping from parachute
unc0rr [Tue, 13 May 2008 20:00:48 +0000] rev 930
Initial support for attacking from rope
unc0rr [Mon, 12 May 2008 19:49:36 +0000] rev 929
- Continue preparation for implementing attack from rope and parachute
- Parachute turns off when space button is pressed
unc0rr [Mon, 12 May 2008 15:00:20 +0000] rev 928
Some preparation work for attacking from rope, parachute and etc.
unc0rr [Sun, 11 May 2008 19:30:40 +0000] rev 927
Remove AltSlot and AltAmmo fields of Hedgehog record, as they are not actually needed
unc0rr [Sun, 11 May 2008 19:21:58 +0000] rev 926
Timer as hedgehog message (avoid possible desync in very rare cases)
unc0rr [Sat, 10 May 2008 16:26:53 +0000] rev 925
Implement whip weapon
unc0rr [Sat, 10 May 2008 14:46:02 +0000] rev 924
Initial implementation of mortar
unc0rr [Sat, 10 May 2008 13:44:30 +0000] rev 923
Use default ammostore string size for weapons number instead of predefined const
unc0rr [Fri, 09 May 2008 20:03:53 +0000] rev 922
Remove temporary debug messages
unc0rr [Fri, 09 May 2008 12:58:10 +0000] rev 921
If there's more hedgehogs in AI's team than in others, then it will be less afraid to give damage to friend hedgehog
unc0rr [Thu, 08 May 2008 22:44:05 +0000] rev 920
Remove recently added debug, as cluster bomb issue is fixed
unc0rr [Thu, 08 May 2008 21:27:59 +0000] rev 919
It looks like fix for cluster bomb issue...
unc0rr [Thu, 08 May 2008 20:54:04 +0000] rev 918
- Small optimization to hwFloat
- More informative debug in rndSign
unc0rr [Thu, 08 May 2008 20:30:34 +0000] rev 917
Fix handling '/skip' command during net game
unc0rr [Thu, 08 May 2008 18:38:52 +0000] rev 916
- Small optimization in hwFloat
- Debug message in rndSign to help discover cluster bomb issue
unc0rr [Thu, 08 May 2008 18:02:52 +0000] rev 915
- Some changes in clusters initialization
- Dump random numbers buffer on exit
unc0rr [Thu, 08 May 2008 14:54:48 +0000] rev 914
Now really fix issue with mines on top of cases
unc0rr [Thu, 08 May 2008 14:22:19 +0000] rev 913
Fix mines on top of the case issue also
unc0rr [Thu, 08 May 2008 14:06:44 +0000] rev 912
Fix collecting cases after teleportation
unc0rr [Thu, 08 May 2008 13:55:14 +0000] rev 911
Fix issue with hedgehog on top of the hedgehog with pickhammer
unc0rr [Thu, 08 May 2008 12:04:13 +0000] rev 910
Set radius for clusters of clusterbomb
unc0rr [Wed, 07 May 2008 14:59:59 +0000] rev 909
Fix bug with demos and saves after restoring round from save
unc0rr [Wed, 07 May 2008 14:41:34 +0000] rev 908
Fix potential queue error in rare cases
unc0rr [Tue, 06 May 2008 15:13:02 +0000] rev 907
Use constant generated by cmake for version string
unc0rr [Tue, 06 May 2008 15:00:03 +0000] rev 906
Double increase collision array size
unc0rr [Tue, 06 May 2008 14:47:45 +0000] rev 905
More verbose video parameters setting
unc0rr [Sun, 04 May 2008 19:47:47 +0000] rev 904
- Better error handling when creating the window
- Increase protocol number due to physics changes in previous revision
unc0rr [Sun, 04 May 2008 14:21:47 +0000] rev 903
Implement LIST command
unc0rr [Sun, 04 May 2008 14:07:26 +0000] rev 902
Finish conversion
unc0rr [Sun, 04 May 2008 13:49:55 +0000] rev 901
Modify protocol implementation functions interface (convertation not yet finished)
unc0rr [Fri, 02 May 2008 09:23:51 +0000] rev 900
Fix attack direction when perform somersault
unc0rr [Thu, 01 May 2008 16:00:23 +0000] rev 899
- Add comment
- Modify JOIN reply
unc0rr [Thu, 01 May 2008 15:55:03 +0000] rev 898
Handle QUIT of the master: disconnect all roommates
unc0rr [Thu, 01 May 2008 15:26:09 +0000] rev 897
'In room' state stub
unc0rr [Thu, 01 May 2008 15:24:13 +0000] rev 896
Handle password parameter on JOIN
unc0rr [Thu, 01 May 2008 15:14:32 +0000] rev 895
- Remove old hwserv code
- Introduce rooms (CREATE and JOIN commands handling)
unc0rr [Thu, 01 May 2008 14:30:12 +0000] rev 894
- Fixed some bugs
- Introduce client protocol number field
- Handle PROTO command
unc0rr [Wed, 30 Apr 2008 20:48:12 +0000] rev 893
- Some improvements in core
- Handle 'NICK' command
unc0rr [Wed, 30 Apr 2008 20:18:30 +0000] rev 892
Better QUIT handling imlementation - reduces function return values count
unc0rr [Wed, 30 Apr 2008 20:14:09 +0000] rev 891
Properly handle QUIT command. Now, we can concentrate on protocol implementation
unc0rr [Wed, 30 Apr 2008 19:44:54 +0000] rev 890
- Improve server core
- Protocol in separate module
unc0rr [Wed, 30 Apr 2008 16:50:28 +0000] rev 889
Some work on newhwserv
unc0rr [Sun, 27 Apr 2008 16:51:28 +0000] rev 888
Fix version number on about page
unc0rr [Sun, 27 Apr 2008 16:13:40 +0000] rev 887
Temporarily disable screenshots as they cause segfault
unc0rr [Sun, 27 Apr 2008 16:12:20 +0000] rev 886
Repair cheese and volcano maps
unc0rr [Sun, 27 Apr 2008 16:05:11 +0000] rev 885
Fix training
unc0rr [Sun, 27 Apr 2008 13:09:11 +0000] rev 884
- Some debug info
- Fix copyright info
unc0rr [Sun, 27 Apr 2008 11:40:22 +0000] rev 883
Update copyright info in source files headers
unc0rr [Sun, 27 Apr 2008 11:23:28 +0000] rev 882
Update version and protocol number
unc0rr [Sun, 27 Apr 2008 11:21:54 +0000] rev 881
Update README and ChangeLog
unc0rr [Sun, 27 Apr 2008 11:01:03 +0000] rev 880
Add win32 resource compilation under mingw (used sim-im srcs as example)
unc0rr [Sun, 27 Apr 2008 10:36:41 +0000] rev 879
Fix Snow theme
unc0rr [Sun, 27 Apr 2008 10:14:00 +0000] rev 878
- Fix baseball bat
- Small formatting changes in newhwserv
unc0rr [Sat, 26 Apr 2008 18:21:03 +0000] rev 877
Try new approach for netserver
unc0rr [Sat, 26 Apr 2008 14:35:01 +0000] rev 876
Desert Eagle and Shotgun shot animations
unc0rr [Fri, 25 Apr 2008 22:03:18 +0000] rev 875
Fix jumping hedgehog sprite
unc0rr [Fri, 25 Apr 2008 21:44:58 +0000] rev 874
- Fix warning
- Small optimization in DrawHH function
- Fix high jump hedgehog animation not to turn hedgehog view
unc0rr [Fri, 25 Apr 2008 20:41:23 +0000] rev 873
One more sound
unc0rr [Fri, 25 Apr 2008 16:09:20 +0000] rev 872
Mention Tyuri in copyrights and on About page
unc0rr [Fri, 25 Apr 2008 13:51:01 +0000] rev 871
- Fix sounds when the turn is skipped
- Fix max step kills stats
unc0rr [Fri, 25 Apr 2008 13:12:52 +0000] rev 870
Use more sounds
unc0rr [Thu, 24 Apr 2008 20:53:35 +0000] rev 869
- New statistics
- Fixes for stats
unc0rr [Thu, 24 Apr 2008 19:55:10 +0000] rev 868
Hedgehog death animation
unc0rr [Thu, 24 Apr 2008 15:40:39 +0000] rev 867
- Use more sounds
- Improve statistics
unc0rr [Thu, 24 Apr 2008 15:19:33 +0000] rev 866
- Some more sounds
- Fix use of sound 'boring'
unc0rr [Thu, 24 Apr 2008 15:03:57 +0000] rev 865
- Fix introduced bug with hh physics
- Use more sounds
unc0rr [Thu, 24 Apr 2008 14:49:19 +0000] rev 864
Use some more sounds
unc0rr [Thu, 24 Apr 2008 14:36:38 +0000] rev 863
Merge some more sounds
unc0rr [Tue, 22 Apr 2008 19:41:20 +0000] rev 862
Fix hedgehog-on-rope animation
unc0rr [Tue, 22 Apr 2008 18:33:55 +0000] rev 861
Fix shotgun disappering when shooting
unc0rr [Tue, 22 Apr 2008 17:59:11 +0000] rev 860
Add doc desribing use cases of voice sounds
unc0rr [Tue, 22 Apr 2008 13:09:01 +0000] rev 859
Remove old themes
unc0rr [Tue, 22 Apr 2008 13:06:49 +0000] rev 858
Repair round statistics
unc0rr [Tue, 22 Apr 2008 12:41:14 +0000] rev 857
Oops
unc0rr [Tue, 22 Apr 2008 12:40:43 +0000] rev 856
- Fix braindead shotgun shot arithmetics
- Small optimizations in hwFloat
unc0rr [Mon, 21 Apr 2008 18:43:07 +0000] rev 855
- Fix too long delay between shotgun and deagle shots
- Hedgehog can jump even when someone is on its head
unc0rr [Mon, 21 Apr 2008 16:51:14 +0000] rev 854
Animate baseball bat attack
unc0rr [Sun, 20 Apr 2008 10:39:08 +0000] rev 853
Teleport animation
unc0rr [Sat, 19 Apr 2008 19:34:19 +0000] rev 852
Handle the case when the room is already created by someone else
unc0rr [Sat, 19 Apr 2008 19:29:58 +0000] rev 851
Introduce function to atomically change both lists
unc0rr [Sat, 19 Apr 2008 13:12:08 +0000] rev 850
Remove deprecated files
unc0rr [Fri, 18 Apr 2008 18:06:17 +0000] rev 849
Start work on standalone server in Haskell
unc0rr [Fri, 18 Apr 2008 17:42:50 +0000] rev 848
Fix a warning
unc0rr [Thu, 17 Apr 2008 16:21:44 +0000] rev 847
Use blowtorch sprites
unc0rr [Tue, 15 Apr 2008 16:13:24 +0000] rev 846
Fix bug with handling keys while it is AI's turn
unc0rr [Sun, 13 Apr 2008 16:14:13 +0000] rev 845
Add sprite for pickhammer
unc0rr [Sun, 13 Apr 2008 14:06:17 +0000] rev 844
Also, repair weapon count show in ammo menu
unc0rr [Sun, 13 Apr 2008 13:57:32 +0000] rev 843
Repair weapon name show in ammo menu
unc0rr [Sun, 13 Apr 2008 12:47:18 +0000] rev 842
Get rid of DXOutText call
unc0rr [Sun, 13 Apr 2008 12:45:30 +0000] rev 841
Get rid if deprecated Surface parameter of Draw* calls
unc0rr [Sun, 13 Apr 2008 12:33:16 +0000] rev 840
Fix warnings
unc0rr [Sun, 13 Apr 2008 12:29:26 +0000] rev 839
Fix broken logic for the new parachute feature
unc0rr [Sat, 12 Apr 2008 18:16:12 +0000] rev 838
Remove tailing spaces in some places
unc0rr [Sat, 12 Apr 2008 17:19:01 +0000] rev 837
- Fix hedgehog moveing direction after being shot by shotgun
- Fix bad statistics info related to shotgun
unc0rr [Sat, 12 Apr 2008 17:00:06 +0000] rev 836
- Small formatting changes
- Don't show picked weapon name if the hedgehog is bot or not driven locally
unc0rr [Sat, 12 Apr 2008 16:34:48 +0000] rev 835
Automatically use parachute when vertical speed is high enough
unc0rr [Sat, 05 Apr 2008 17:06:26 +0000] rev 834
- Use baseball-in-hand sprite
- Use pickhammer idle sprite
unc0rr [Wed, 02 Apr 2008 10:46:54 +0000] rev 833
Test commit (set svn:eol-style to native)
unc0rr [Wed, 02 Apr 2008 10:39:08 +0000] rev 832
Update some copyright info
unc0rr [Tue, 01 Apr 2008 16:11:07 +0000] rev 831
- Fix counting damage given to mines
- Use damaging ammo info to produce 'missed' sound only if damage should take place
unc0rr [Tue, 01 Apr 2008 16:05:19 +0000] rev 830
- Add statistics info for ammo used in step and whether it is damaging ammo
- This info isn't used yet
unc0rr [Tue, 01 Apr 2008 15:57:51 +0000] rev 829
Use 'first blood' sound
unc0rr [Tue, 01 Apr 2008 15:53:52 +0000] rev 828
Fix tunnel drawing (specially for desert eagle)
unc0rr [Sat, 29 Mar 2008 21:13:54 +0000] rev 827
Aware that not visible pixels are not ground, whatever their color under alpha-channel is
unc0rr [Tue, 25 Mar 2008 22:39:26 +0000] rev 826
By Tiyuri:
- Some sprites update
- New gravestones
unc0rr [Tue, 25 Mar 2008 22:16:26 +0000] rev 825
Use hedgehog with air attack weapon sprite
unc0rr [Tue, 25 Mar 2008 21:50:36 +0000] rev 824
- Use hedgehog jumping sprite
- Fix invisible hedgehog state bug
unc0rr [Tue, 25 Mar 2008 16:07:23 +0000] rev 823
Use ammo-in-hand sprites for desert eagle, shotgun and bazooka
unc0rr [Mon, 24 Mar 2008 20:27:12 +0000] rev 822
Use 'rope gun' sprite
unc0rr [Mon, 24 Mar 2008 19:18:13 +0000] rev 821
Use 'regular standing' and 'rope swing' hedgehog sprites
unc0rr [Sun, 23 Mar 2008 18:08:00 +0000] rev 820
Fix fall without damage trick, which could be performed with not attached rope
unc0rr [Sun, 23 Mar 2008 18:03:07 +0000] rev 819
Fix bug allowing to make stacks of hedgehogs with teleport
unc0rr [Fri, 21 Mar 2008 20:41:23 +0000] rev 818
Fix drill bug
unc0rr [Fri, 21 Mar 2008 20:34:48 +0000] rev 817
Fix accessing to freed memory
unc0rr [Thu, 20 Mar 2008 23:44:19 +0000] rev 816
Sprites update by Tiyuri
unc0rr [Fri, 14 Mar 2008 21:07:31 +0000] rev 815
Use sounds 'stupid' and 'missed'
unc0rr [Fri, 14 Mar 2008 19:34:05 +0000] rev 814
Start implementing better statistics implementation (does nothing yet)
unc0rr [Fri, 14 Mar 2008 16:51:24 +0000] rev 813
Fix potentional syncronizing bug
unc0rr [Thu, 13 Mar 2008 20:21:45 +0000] rev 812
Fix memory corrupt due to wrong parameter in sizeof()
unc0rr [Tue, 11 Mar 2008 19:13:04 +0000] rev 811
Forgot to svn add file :P
unc0rr [Mon, 10 Mar 2008 22:02:00 +0000] rev 810
Snow theme and some sprites update by Tiyuri
unc0rr [Sun, 09 Mar 2008 12:33:54 +0000] rev 809
Fix hedgehogs switching hang
unc0rr [Sat, 08 Mar 2008 11:00:04 +0000] rev 808
Fix arithmetics
unc0rr [Fri, 07 Mar 2008 21:38:33 +0000] rev 807
2 frames demo flake
unc0rr [Fri, 07 Mar 2008 20:25:19 +0000] rev 806
Finish flakes implementation
unc0rr [Fri, 07 Mar 2008 19:44:00 +0000] rev 805
Flakes concept, still need some development
unc0rr [Fri, 07 Mar 2008 19:34:26 +0000] rev 804
Oops, forgot a file
unc0rr [Fri, 07 Mar 2008 18:10:03 +0000] rev 803
- Use cloud as 'visual gear'
- Small fixes
unc0rr [Fri, 07 Mar 2008 17:43:05 +0000] rev 802
Start implementing 'visual gears' - gears, that don't need to be synchronized (clouds and flakes)
unc0rr [Fri, 07 Mar 2008 14:47:03 +0000] rev 801
- 'Incoming!' shout when the plane appears
- Opponent's hedgehogs says you "I'll get you!"
unc0rr [Fri, 07 Mar 2008 14:32:26 +0000] rev 800
- Your hedgehogs says you: "Yes, sir"
- Hedgehog laughs dropping mine
unc0rr [Fri, 07 Mar 2008 14:10:13 +0000] rev 799
- Commit voice sounds by Stephen Alexander
- Use jump sounds
unc0rr [Fri, 07 Mar 2008 13:16:11 +0000] rev 798
Fix teleportation bug spotted by Tiyuri
unc0rr [Wed, 05 Mar 2008 19:34:52 +0000] rev 797
Fix bug with handling explosions (wrong parameters passed to glTexSubImage2D) spotted by Tiyuri
unc0rr [Tue, 04 Mar 2008 21:33:10 +0000] rev 796
Tiyuri
- Update 'nature' theme horizont
- New mine sprite
unc0rr [Tue, 04 Mar 2008 20:37:12 +0000] rev 795
Set svn:eol-style to native
unc0rr [Tue, 04 Mar 2008 20:26:52 +0000] rev 794
Oops, forgot to svn add theme contents
unc0rr [Tue, 04 Mar 2008 20:23:23 +0000] rev 793
- Massive images update by Tiyuri
- New theme 'nature' by Tiyury
- Some ajustment for new graphics in engine by me
unc0rr [Wed, 27 Feb 2008 12:51:57 +0000] rev 792
Polish translation by Maciej Mroziński
unc0rr [Mon, 25 Feb 2008 20:12:00 +0000] rev 791
Make AI aware of new high jump technique (there's still an issue with two successive jumps)
unc0rr [Mon, 25 Feb 2008 18:10:12 +0000] rev 790
Make high jump behaviour like in worms (back somersault)
unc0rr [Sun, 24 Feb 2008 20:00:31 +0000] rev 789
- More accurate rope collision detection
- Implement hedgehog on rope speed limit
- All this should prevent rope to be stuck in the ground
unc0rr [Fri, 22 Feb 2008 16:07:16 +0000] rev 788
- Get rid of PageSimpleGame, now pressing 'quick game' just starts round
- Small fixes everywhere
unc0rr [Thu, 21 Feb 2008 19:31:53 +0000] rev 787
- Bring back usual console look
- Halfplement utf-8 compatible backspace
unc0rr [Thu, 21 Feb 2008 18:59:07 +0000] rev 786
Some bugfixing
unc0rr [Thu, 21 Feb 2008 18:48:16 +0000] rev 785
Start console OpenGL reincarnation
unc0rr [Tue, 05 Feb 2008 18:25:46 +0000] rev 784
- Handle new command in game record and net
- Inc protocol version due to changes
unc0rr [Tue, 05 Feb 2008 17:53:38 +0000] rev 783
- New command 'set weapon'
- Fixes bug with changing weapon while switching hedgehogs
unc0rr [Sun, 03 Feb 2008 17:02:20 +0000] rev 782
Full support for out-of-source build
unc0rr [Sat, 02 Feb 2008 15:20:41 +0000] rev 781
First steps to support out-of-source build
unc0rr [Fri, 01 Feb 2008 16:39:37 +0000] rev 780
- Store sky color in theme cfg file
- Repair water
unc0rr [Thu, 31 Jan 2008 20:01:07 +0000] rev 779
Hopefully finish freebsd port
unc0rr [Wed, 30 Jan 2008 18:41:01 +0000] rev 778
Try to prepare freebsd port for 0.9.2. Not finished yet.
unc0rr [Mon, 28 Jan 2008 22:21:47 +0000] rev 777
Solve problem with crosshairs
unc0rr [Mon, 28 Jan 2008 19:05:29 +0000] rev 776
Convert the rest of rotated sprites to be rotated by OpenGL
unc0rr [Mon, 28 Jan 2008 18:22:35 +0000] rev 775
- Some optimizations
- Rotate grenade sprite using glRotatef (much better result)
unc0rr [Mon, 28 Jan 2008 17:51:18 +0000] rev 774
Add alpha-channel to maps
unc0rr [Mon, 28 Jan 2008 17:45:03 +0000] rev 773
- Reanimate Volcano theme
- Make clouds be transparent
unc0rr [Mon, 28 Jan 2008 17:26:57 +0000] rev 772
Don't update all land texture when drawing tunnel (saves video throughput)
unc0rr [Mon, 28 Jan 2008 17:11:19 +0000] rev 771
- Enable back console (doesn't render yet)
- Make texture size be of power of 2
unc0rr [Sun, 27 Jan 2008 20:47:30 +0000] rev 770
- Add alpha-channel to all sprites left
- Reanimate ammo menu
unc0rr [Sun, 27 Jan 2008 20:35:40 +0000] rev 769
- Save 8 MB of memory by freeing LandSurface and not using it anymore after game initialization
- Reanimate girder (and partly teleportation tool)
unc0rr [Sun, 27 Jan 2008 19:29:00 +0000] rev 768
Store Land surface in memory:
- Fixes strange land texture disappering
- Speed up operations, changing land after its initialization
unc0rr [Sun, 27 Jan 2008 18:39:02 +0000] rev 767
Introduce UpdateLandTexture function to update just parts of surface
unc0rr [Sun, 27 Jan 2008 17:27:13 +0000] rev 766
- Update land texture after explosions
- Restore loading progress
unc0rr [Sun, 27 Jan 2008 17:04:54 +0000] rev 765
Fix a bug introduced in previous revision (accidental delete of land surface)
unc0rr [Sun, 27 Jan 2008 16:49:11 +0000] rev 764
Now game looks almost like it did before switching to OpenGL
unc0rr [Sun, 27 Jan 2008 15:07:31 +0000] rev 763
Add alpha-channel to horizont sprites
unc0rr [Sun, 27 Jan 2008 15:02:12 +0000] rev 762
More sprites are visible
unc0rr [Sun, 27 Jan 2008 13:35:56 +0000] rev 761
Now hedgehogs are seen on map :)
unc0rr [Sun, 27 Jan 2008 13:23:57 +0000] rev 760
Now land texture renders properly
unc0rr [Sat, 26 Jan 2008 10:55:34 +0000] rev 759
Enable back fps counter
unc0rr [Sat, 26 Jan 2008 10:21:43 +0000] rev 758
- Start conveting pngs to have alpha-channel
unc0rr [Sat, 26 Jan 2008 00:06:23 +0000] rev 757
Enable water waves back
unc0rr [Fri, 25 Jan 2008 23:55:03 +0000] rev 756
Respect alpha channel
unc0rr [Fri, 25 Jan 2008 23:33:35 +0000] rev 755
Now show sprites too
unc0rr [Fri, 25 Jan 2008 21:55:48 +0000] rev 754
Some further work on switching to OpenGL rendering
unc0rr [Fri, 25 Jan 2008 20:47:50 +0000] rev 753
Start conversion to OpenGL rendering
unc0rr [Tue, 22 Jan 2008 17:18:58 +0000] rev 752
Some changelog fixes
displacer [Tue, 22 Jan 2008 17:06:10 +0000] rev 751
manual added
unc0rr [Tue, 22 Jan 2008 16:12:21 +0000] rev 750
Update README
displacer [Tue, 22 Jan 2008 16:11:07 +0000] rev 749
gcc 4.3 fixes
unc0rr [Mon, 21 Jan 2008 23:00:56 +0000] rev 748
Add misc files from my working copy
displacer [Mon, 21 Jan 2008 21:25:42 +0000] rev 747
delimiter changed
displacer [Mon, 21 Jan 2008 20:41:12 +0000] rev 746
hhnum regression fix
unc0rr [Sun, 20 Jan 2008 22:57:05 +0000] rev 745
Perform small optimization of sqrt
unc0rr [Sun, 20 Jan 2008 22:53:46 +0000] rev 744
- Remove debug
- Fix sqrt computation
unc0rr [Sun, 20 Jan 2008 22:17:03 +0000] rev 743
Some debug stuff
unc0rr [Sun, 20 Jan 2008 22:07:27 +0000] rev 742
More verbose awareness message
unc0rr [Sun, 20 Jan 2008 21:53:22 +0000] rev 741
Oops, this is right fix for assert
unc0rr [Sun, 20 Jan 2008 21:47:42 +0000] rev 740
- Small cleanup
- Fix assert not to disturb when rewinding save
displacer [Sun, 20 Jan 2008 21:21:59 +0000] rev 739
name fix
unc0rr [Sun, 20 Jan 2008 19:42:03 +0000] rev 738
Ignore many files, created by build system
unc0rr [Sun, 20 Jan 2008 17:40:28 +0000] rev 737
Fix infinity.png not to stretch
unc0rr [Sun, 20 Jan 2008 16:59:10 +0000] rev 736
More changelog fix
unc0rr [Sun, 20 Jan 2008 16:49:48 +0000] rev 735
Some fixes
unc0rr [Sun, 20 Jan 2008 16:27:44 +0000] rev 734
Fix version number
unc0rr [Sun, 20 Jan 2008 16:25:35 +0000] rev 733
Update changelog
unc0rr [Sun, 20 Jan 2008 15:09:28 +0000] rev 732
Translation fixes
displacer [Sun, 20 Jan 2008 15:01:39 +0000] rev 731
missing header
displacer [Sun, 20 Jan 2008 14:57:34 +0000] rev 730
tr()s everywhere
unc0rr [Sun, 20 Jan 2008 14:51:45 +0000] rev 729
More translation updates
displacer [Sun, 20 Jan 2008 14:44:01 +0000] rev 728
strange tr()
unc0rr [Sun, 20 Jan 2008 14:40:36 +0000] rev 727
Fix all issues with make package_source on my system
unc0rr [Sun, 20 Jan 2008 14:10:51 +0000] rev 726
Update russian translations
displacer [Sun, 20 Jan 2008 14:05:55 +0000] rev 725
can not save Default weapon set
displacer [Sun, 20 Jan 2008 13:51:22 +0000] rev 724
delete weapon set should work fine now
unc0rr [Sun, 20 Jan 2008 13:49:57 +0000] rev 723
Switch back to SelWeaponWidgets everywhere
unc0rr [Sun, 20 Jan 2008 13:41:38 +0000] rev 722
- Use shotgun training as more attractive than the second one with bazooka
- More filters for make package_source
unc0rr [Sun, 20 Jan 2008 13:18:10 +0000] rev 721
Oops, forgot file
unc0rr [Sun, 20 Jan 2008 13:17:24 +0000] rev 720
- Add 'Delete' button to demos and saves pages
- Set version to 0.9.2
unc0rr [Sun, 20 Jan 2008 12:50:26 +0000] rev 719
- Fix layout on options page
- New ammo icon for selecting weapon scheme widget
- Don't spread WeaponItems over the SelWeaponWidget
displacer [Sun, 20 Jan 2008 12:43:36 +0000] rev 718
delete weapon button added
displacer [Sun, 20 Jan 2008 12:21:13 +0000] rev 717
edit weapons is really edit now
unc0rr [Sun, 20 Jan 2008 12:15:23 +0000] rev 716
New infinity picture
unc0rr [Sat, 19 Jan 2008 13:14:25 +0000] rev 715
Last template for now
unc0rr [Sat, 19 Jan 2008 13:04:11 +0000] rev 714
And... one more
unc0rr [Sat, 19 Jan 2008 12:28:06 +0000] rev 713
LandTemplates++
unc0rr [Sat, 19 Jan 2008 12:16:27 +0000] rev 712
+1 land template
unc0rr [Sat, 19 Jan 2008 12:06:25 +0000] rev 711
One more crazy land template
unc0rr [Sat, 19 Jan 2008 11:54:44 +0000] rev 710
One more land template (pretty good IMO)
unc0rr [Fri, 18 Jan 2008 16:46:42 +0000] rev 709
Use new ammo icon for switching tool
unc0rr [Fri, 18 Jan 2008 16:40:26 +0000] rev 708
New animated switching sign
unc0rr [Thu, 17 Jan 2008 11:23:37 +0000] rev 707
Try to fix SDL problem
displacer [Tue, 15 Jan 2008 08:04:09 +0000] rev 706
missing header fix
unc0rr [Mon, 14 Jan 2008 17:12:57 +0000] rev 705
There is weapon scheme combo also on pageSimpleGame
unc0rr [Mon, 14 Jan 2008 17:00:54 +0000] rev 704
Make team health bar surface transparent
displacer [Sat, 12 Jan 2008 22:41:03 +0000] rev 703
weapon names transmitted over network
displacer [Sat, 12 Jan 2008 17:17:09 +0000] rev 702
"Default" weapon is now default :)
unc0rr [Fri, 11 Jan 2008 23:37:23 +0000] rev 701
- Fix undefinite function result
- Remove debug
unc0rr [Fri, 11 Jan 2008 23:11:53 +0000] rev 700
- Revert previous debug things
- Add new tracing dbg
unc0rr [Fri, 11 Jan 2008 22:56:28 +0000] rev 699
Fix previous commit
unc0rr [Fri, 11 Jan 2008 22:47:54 +0000] rev 698
Some debug stuff
displacer [Fri, 11 Jan 2008 21:45:24 +0000] rev 697
pre-alpha network weapons selection
displacer [Wed, 09 Jan 2008 21:22:22 +0000] rev 696
working multiplayer weapons combo
displacer [Wed, 09 Jan 2008 20:26:31 +0000] rev 695
update weapons combo fixed
displacer [Tue, 08 Jan 2008 20:32:17 +0000] rev 694
working save weapons to file
displacer [Mon, 07 Jan 2008 15:44:13 +0000] rev 693
prepare weapons combo
displacer [Mon, 07 Jan 2008 13:09:10 +0000] rev 692
code size reduse
unc0rr [Sun, 30 Dec 2007 16:51:06 +0000] rev 691
Better tags switching sequence
unc0rr [Sun, 30 Dec 2007 16:40:12 +0000] rev 690
Finally, get rid of large stupid StoreSurface
unc0rr [Sun, 30 Dec 2007 16:19:41 +0000] rev 689
The rest of stuff converted to sprites
unc0rr [Sun, 30 Dec 2007 15:24:02 +0000] rev 688
Convert some stuff to sprites
unc0rr [Wed, 26 Dec 2007 22:18:34 +0000] rev 687
Header cleanup in hwform.cpp
unc0rr [Wed, 26 Dec 2007 22:16:22 +0000] rev 686
- Header cleanup in game.cpp
- Page 'in game' to hide frontend interface during the game
unc0rr [Wed, 26 Dec 2007 21:08:25 +0000] rev 685
Teleport ammo picture added
displacer [Thu, 20 Dec 2007 16:11:58 +0000] rev 684
some copy/paste code removed
displacer [Thu, 20 Dec 2007 10:54:42 +0000] rev 683
select default and save weapons added
unc0rr [Wed, 19 Dec 2007 20:54:00 +0000] rev 682
Some misc fixes
displacer [Wed, 19 Dec 2007 11:10:23 +0000] rev 681
working weapons select
displacer [Wed, 19 Dec 2007 07:38:36 +0000] rev 680
. is needed for cmake
displacer [Wed, 19 Dec 2007 07:37:17 +0000] rev 679
Qt 4.3 version only style define
unc0rr [Mon, 17 Dec 2007 19:14:42 +0000] rev 678
Move map view also when we have no window focus
unc0rr [Mon, 17 Dec 2007 18:05:58 +0000] rev 677
Save some vertical pixels using fewer margin in HWMapContainer
unc0rr [Sun, 16 Dec 2007 19:34:13 +0000] rev 676
Fix AI breaking demos and saves in some cases
unc0rr [Sun, 16 Dec 2007 19:16:22 +0000] rev 675
Remake widgets layout on PageNetServer
unc0rr [Sun, 16 Dec 2007 16:21:42 +0000] rev 674
Save and restore window size
unc0rr [Sun, 16 Dec 2007 15:58:29 +0000] rev 673
- Save after save now works
- Stretching first column in net servers list
unc0rr [Sat, 15 Dec 2007 23:24:43 +0000] rev 672
- Fix a bug when server fails to start, and then connecting to another server on the same host (strange, the fix won't work on my machine)
- Fix port in previous commit
unc0rr [Sat, 15 Dec 2007 22:57:22 +0000] rev 671
Actually pass host and port values to NetConnect method
unc0rr [Sat, 15 Dec 2007 21:10:43 +0000] rev 670
Fix project and translate more entries
unc0rr [Sat, 15 Dec 2007 20:41:13 +0000] rev 669
Update translation
unc0rr [Sat, 15 Dec 2007 20:28:58 +0000] rev 668
- Share much code between models
- Update some labels
unc0rr [Sat, 15 Dec 2007 20:08:08 +0000] rev 667
UDP server list model
unc0rr [Sat, 15 Dec 2007 19:44:05 +0000] rev 666
Abstract HWForm from custom PageNet implementation
unc0rr [Sat, 15 Dec 2007 19:40:50 +0000] rev 665
Start move from custom widgets to custom models
unc0rr [Sat, 15 Dec 2007 18:58:55 +0000] rev 664
Fully implement www server list via model
unc0rr [Sat, 15 Dec 2007 18:04:56 +0000] rev 663
"QT" is "Qt" really
unc0rr [Sat, 15 Dec 2007 16:44:13 +0000] rev 662
- Parse new XML from www (now valid)
- Start attemp to implement model for www servers list
unc0rr [Fri, 14 Dec 2007 16:18:42 +0000] rev 661
Unregister server in servers list when the game is started
unc0rr [Fri, 14 Dec 2007 16:13:35 +0000] rev 660
- Simplify net game objects relationship
- Fix statistics page bug caused by recent protocol changes
unc0rr [Fri, 14 Dec 2007 15:36:00 +0000] rev 659
- Fix some stupid object casts
- Fix deleting server entry in www list
unc0rr [Fri, 14 Dec 2007 15:02:46 +0000] rev 658
Make use of server port option
unc0rr [Thu, 13 Dec 2007 23:07:16 +0000] rev 657
Basic concept for net server options page (subject to change)
unc0rr [Thu, 13 Dec 2007 22:46:36 +0000] rev 656
Fix network game bug caused by recent protocol changes
unc0rr [Thu, 13 Dec 2007 22:24:06 +0000] rev 655
- Temporary set delimiter to *, as \t seems to be endline now in Qt
- Fix network game: avoid telling server the nick before it actually is set on fast network (found on FreeBSD)
unc0rr [Thu, 13 Dec 2007 21:49:52 +0000] rev 654
Finish asking host/port dialog implementation
unc0rr [Thu, 13 Dec 2007 21:31:47 +0000] rev 653
Class to ask host/port to connect to ('Specify' button on PageNet)
unc0rr [Thu, 13 Dec 2007 16:10:58 +0000] rev 652
- Fix for hedgehogs switching
- Try to make rope better (not go into the ground, at least not so easy)
unc0rr [Thu, 13 Dec 2007 15:45:31 +0000] rev 651
Don't spam traffic in network game
unc0rr [Thu, 13 Dec 2007 14:34:13 +0000] rev 650
Update copyright header
unc0rr [Thu, 13 Dec 2007 14:15:56 +0000] rev 649
- Use 2 bytes for timestamp in net protocol, thus decreasing average packet size from 6 to 4
- Inc protocol version number
unc0rr [Thu, 13 Dec 2007 13:51:55 +0000] rev 648
Use list instead of array (no limit for network packets amount)
unc0rr [Thu, 13 Dec 2007 13:49:20 +0000] rev 647
Move nick edit to PageOptions
unc0rr [Thu, 13 Dec 2007 12:39:26 +0000] rev 646
Some work on network widgets
unc0rr [Wed, 12 Dec 2007 19:49:13 +0000] rev 645
Extract IP from XML
displacer [Mon, 10 Dec 2007 23:16:46 +0000] rev 644
some more layout tune
displacer [Mon, 10 Dec 2007 23:09:43 +0000] rev 643
sizeHint for items Widget
displacer [Mon, 10 Dec 2007 22:55:14 +0000] rev 642
zero weapons count is allowed
displacer [Mon, 10 Dec 2007 22:45:04 +0000] rev 641
forget file
displacer [Mon, 10 Dec 2007 22:36:54 +0000] rev 640
first buggy infinity state for weapons
displacer [Mon, 10 Dec 2007 22:05:50 +0000] rev 639
some layout tune
unc0rr [Sun, 09 Dec 2007 17:16:15 +0000] rev 638
Fix some bugs
unc0rr [Sun, 09 Dec 2007 14:12:01 +0000] rev 637
Fix bad behavior when quickly click Connect button more than once
unc0rr [Sun, 09 Dec 2007 13:49:33 +0000] rev 636
- Switch between local and internet game
- Some bugs a left
unc0rr [Sun, 09 Dec 2007 13:21:47 +0000] rev 635
Register in www works
unc0rr [Sun, 09 Dec 2007 11:43:56 +0000] rev 634
Fix some bugs
unc0rr [Sun, 09 Dec 2007 11:25:59 +0000] rev 633
Half implement registration in servers list
unc0rr [Sun, 09 Dec 2007 10:09:52 +0000] rev 632
Half implement possibility for different backends of servers list
(www for getting list is supported now)
displacer [Thu, 06 Dec 2007 20:31:56 +0000] rev 631
back to black colored weapons
displacer [Thu, 06 Dec 2007 20:25:32 +0000] rev 630
mask applied
displacer [Thu, 06 Dec 2007 20:02:01 +0000] rev 629
more icons at weapon select
unc0rr [Sun, 02 Dec 2007 18:54:10 +0000] rev 628
Oops, forgot to save file before commiting
unc0rr [Sun, 02 Dec 2007 18:53:04 +0000] rev 627
Button for renaming demo and save files
unc0rr [Sun, 02 Dec 2007 17:29:20 +0000] rev 626
's' key to speed up demo playing
unc0rr [Sat, 01 Dec 2007 12:38:15 +0000] rev 625
Sample WWW server list class
displacer [Fri, 30 Nov 2007 18:31:41 +0000] rev 624
weaponItem added
unc0rr [Fri, 26 Oct 2007 18:55:27 +0000] rev 623
Respect omen on about page
unc0rr [Sun, 21 Oct 2007 15:39:21 +0000] rev 622
- New training (not finished yet)
- Make parameter for number of mines on map
unc0rr [Sat, 20 Oct 2007 17:27:06 +0000] rev 621
New game flag for non-destroyable land
unc0rr [Sat, 20 Oct 2007 13:49:36 +0000] rev 620
Add theme and map by omen (with fixes by me)
unc0rr [Sun, 07 Oct 2007 15:55:09 +0000] rev 619
- Update protocol doc
- Fix typo
unc0rr [Sun, 07 Oct 2007 14:54:31 +0000] rev 618
Add doc, describing protocol details (in russian)
unc0rr [Sun, 07 Oct 2007 14:46:49 +0000] rev 617
Better Net page
unc0rr [Sun, 30 Sep 2007 14:43:15 +0000] rev 616
Use same team colors everywhere
unc0rr [Sun, 30 Sep 2007 13:36:32 +0000] rev 615
- Add 'Mission Fail' trigger type
- Some improvements to triggers code
unc0rr [Sat, 29 Sep 2007 16:39:21 +0000] rev 614
- Fix some warnings
- Game mode flags to let instance not delayed shotgun fire
unc0rr [Thu, 27 Sep 2007 16:55:49 +0000] rev 613
Add 'Successful finish' trigger
displacer [Mon, 24 Sep 2007 20:34:28 +0000] rev 612
abstract class for items container (hedgehogs num, bullets, etc.)
unc0rr [Sat, 22 Sep 2007 17:50:14 +0000] rev 611
Fix warnings
unc0rr [Sat, 22 Sep 2007 17:04:28 +0000] rev 610
- Training format change
- Some camera improvements
unc0rr [Sat, 22 Sep 2007 16:19:11 +0000] rev 609
Quite good targets sequence
unc0rr [Sat, 22 Sep 2007 14:19:58 +0000] rev 608
Oops, fix compile
unc0rr [Sat, 22 Sep 2007 10:45:18 +0000] rev 607
Now trainings can have custom ammostore
unc0rr [Sat, 22 Sep 2007 10:06:27 +0000] rev 606
Add ammostores in frontend, should help further ammostores implemetation
unc0rr [Sat, 22 Sep 2007 09:49:55 +0000] rev 605
- Make hwengine protocol more obvious
- Update protocol version due to changes
unc0rr [Fri, 21 Sep 2007 21:51:48 +0000] rev 604
Let hedgehog position be taken from config, still more work is needed
unc0rr [Fri, 21 Sep 2007 19:18:06 +0000] rev 603
- Use current screen color depth in engine
- Fix regexps
unc0rr [Fri, 21 Sep 2007 18:55:44 +0000] rev 602
Add CurrentHedgehog variable which simplifies code
unc0rr [Thu, 20 Sep 2007 20:00:10 +0000] rev 601
Special game mode allowing the only clan on map for training mode
unc0rr [Tue, 18 Sep 2007 19:52:46 +0000] rev 600
Select weapon scheme page
unc0rr [Tue, 18 Sep 2007 18:53:54 +0000] rev 599
Fix THandle -> TThreadID
displacer [Tue, 18 Sep 2007 18:42:50 +0000] rev 598
new files added
displacer [Tue, 18 Sep 2007 18:37:51 +0000] rev 597
kdevelop project add, initial weapons scheme button
unc0rr [Tue, 18 Sep 2007 18:24:02 +0000] rev 596
First step to store trainings in files
unc0rr [Sat, 15 Sep 2007 13:01:44 +0000] rev 595
Triggers PoC: targets are spawned right after the previous damaged
unc0rr [Sat, 15 Sep 2007 10:27:34 +0000] rev 594
- Fix some triggers bugs
- Improve triggers
unc0rr [Fri, 14 Sep 2007 20:51:40 +0000] rev 593
Triggers proof-of-concept
unc0rr [Tue, 11 Sep 2007 17:04:24 +0000] rev 592
Sorry, this is not needed
unc0rr [Tue, 11 Sep 2007 16:46:43 +0000] rev 591
Fix win32 packages
unc0rr [Mon, 10 Sep 2007 20:00:58 +0000] rev 590
Basic gtTarget support
unc0rr [Sun, 09 Sep 2007 14:53:28 +0000] rev 589
Start implementing triggers in engine
unc0rr [Sat, 08 Sep 2007 12:12:23 +0000] rev 588
Better stub for Training mode
unc0rr [Thu, 06 Sep 2007 19:10:03 +0000] rev 587
More work on Training mode
unc0rr [Thu, 06 Sep 2007 18:14:12 +0000] rev 586
Prepare to new page 'Training'
unc0rr [Thu, 06 Sep 2007 15:31:52 +0000] rev 585
Rename PageLocalGame -> PageSimpleGame due to future changes
unc0rr [Fri, 24 Aug 2007 20:24:29 +0000] rev 584
Some stuff to get good results from make 'package_source'
unc0rr [Wed, 22 Aug 2007 16:37:51 +0000] rev 583
Oops, forgot file
unc0rr [Mon, 20 Aug 2007 18:52:12 +0000] rev 582
Update translation
unc0rr [Mon, 20 Aug 2007 18:47:24 +0000] rev 581
Better 'Load' page
unc0rr [Mon, 20 Aug 2007 18:11:43 +0000] rev 580
Working 'Load' page
unc0rr [Mon, 20 Aug 2007 17:49:39 +0000] rev 579
- Some changes to make build process clear
- There could be 1-8 hedgehogs (was 3-8) in team
- Start implementing 'Load' page
unc0rr [Mon, 20 Aug 2007 16:05:59 +0000] rev 578
By default, turn 'alt damage show' option off
unc0rr [Mon, 20 Aug 2007 15:58:44 +0000] rev 577
New palette of team colors
unc0rr [Sat, 18 Aug 2007 20:53:49 +0000] rev 576
Fix some warnings
unc0rr [Sat, 18 Aug 2007 15:16:03 +0000] rev 575
One more security fix (check size of QList before using QList::operator[])
unc0rr [Sat, 18 Aug 2007 12:35:10 +0000] rev 574
- Update copyright header
- Make difference between warnings from client and server parts
- Some fixes. As result, no more warnings
unc0rr [Sat, 18 Aug 2007 12:05:29 +0000] rev 573
- Highlight more undefined behavior of net protocol
- Fix calling QList::operator[] with invalid index
- Fix wrong 'HHNUM' message being sent to all clients along with 'CONFIG_PARAM HHNUM' message
displacer [Thu, 16 Aug 2007 15:16:56 +0000] rev 572
gcc 4.3 related patch - missing header added :)
displacer [Thu, 16 Aug 2007 14:10:06 +0000] rev 571
hedgehogs num bug fixed
displacer [Thu, 16 Aug 2007 12:42:22 +0000] rev 570
improved bad message show
unc0rr [Thu, 16 Aug 2007 11:36:25 +0000] rev 569
Highlight some bad behavior of network server/clients
unc0rr [Thu, 16 Aug 2007 07:05:29 +0000] rev 568
- Small fixes
- Parachute sprite
unc0rr [Sat, 21 Jul 2007 16:35:12 +0000] rev 567
Small fixes
unc0rr [Sat, 21 Jul 2007 15:45:41 +0000] rev 566
Save some memory
unc0rr [Sat, 21 Jul 2007 12:29:09 +0000] rev 565
Fix some bug, finish playlist implementation
unc0rr [Fri, 20 Jul 2007 19:04:24 +0000] rev 564
Finalize basic playlists implementation
unc0rr [Fri, 20 Jul 2007 13:46:27 +0000] rev 563
Initial playlists support
unc0rr [Fri, 20 Jul 2007 12:25:40 +0000] rev 562
- Simplify build system files
- Remove obsolete files
unc0rr [Sun, 15 Jul 2007 20:52:03 +0000] rev 561
Improve land generator
unc0rr [Sun, 15 Jul 2007 14:02:26 +0000] rev 560
UFO Sound
unc0rr [Sun, 15 Jul 2007 13:35:32 +0000] rev 559
Desert Eagle sound
unc0rr [Sat, 14 Jul 2007 11:46:54 +0000] rev 558
Fix bug when hedgehog moves not right after it is kicked
unc0rr [Fri, 13 Jul 2007 20:00:42 +0000] rev 557
- TeamHealthSorter refactored to know about clans
- Smooth healthbar width changing
unc0rr [Fri, 13 Jul 2007 19:59:49 +0000] rev 556
Bots aims not directly at the center of enemy hedgehog
unc0rr [Thu, 12 Jul 2007 14:44:41 +0000] rev 555
Get possible screen resolutions from SDL library
unc0rr [Thu, 12 Jul 2007 14:43:34 +0000] rev 554
Only bots of 1-3 level use AirAttack weapon
unc0rr [Sun, 08 Jul 2007 17:16:46 +0000] rev 553
- Switch to bazooka (or whatever) after use of some weapon (fixes problem with bots)
- Decrease frequency of case spawning
- Small fixes
unc0rr [Tue, 03 Jul 2007 20:11:48 +0000] rev 552
Fix hedgehogs switching
unc0rr [Tue, 03 Jul 2007 17:06:18 +0000] rev 551
Fix warnings
unc0rr [Tue, 03 Jul 2007 17:03:41 +0000] rev 550
Clan-based hedgehogs switching
unc0rr [Tue, 03 Jul 2007 16:09:04 +0000] rev 549
- Introduce clans (teams with same color)
unc0rr [Tue, 03 Jul 2007 14:47:33 +0000] rev 548
Fix regression introduced by previous commit
unc0rr [Mon, 02 Jul 2007 21:33:21 +0000] rev 547
Convert teams list to array
unc0rr [Mon, 02 Jul 2007 18:35:31 +0000] rev 546
Proto change: set color in addteam command
unc0rr [Mon, 02 Jul 2007 16:21:07 +0000] rev 545
Fix some warnings
unc0rr [Sun, 01 Jul 2007 20:16:19 +0000] rev 544
Fix AI jumping to wrong direction on the turn start
unc0rr [Sun, 01 Jul 2007 11:02:47 +0000] rev 543
- Better randomness of placing hedgehogs on the land
- Bots can use AirAttack
- Fix division by "zero"
- Small optimizations
unc0rr [Sun, 17 Jun 2007 14:48:15 +0000] rev 542
- Get rid of ammoProp_AttackInFall and gstFalling
- Fix some regressions
unc0rr [Mon, 11 Jun 2007 15:53:29 +0000] rev 541
Small fixes
unc0rr [Mon, 11 Jun 2007 15:52:32 +0000] rev 540
- Many fixes related to hh switcher
unc0rr [Thu, 07 Jun 2007 18:09:54 +0000] rev 539
Ability to choose which info is shown above hedgehogs
unc0rr [Wed, 06 Jun 2007 21:27:12 +0000] rev 538
- Various small fixes
- Current hh moves like others (fixes some issues of new collision system)
unc0rr [Mon, 04 Jun 2007 21:29:05 +0000] rev 537
Fix typo
unc0rr [Mon, 04 Jun 2007 21:15:24 +0000] rev 536
- Fix some stupid bugs in collisions detecting code
- Add new sprite to the build system
displacer [Sun, 03 Jun 2007 22:19:47 +0000] rev 535
"Setup" button instead of "New team", exclude playing teams from setup
FIXME: still need more work if teamname is updated while configuring (or team added)
unc0rr [Sun, 03 Jun 2007 17:21:57 +0000] rev 534
- Fix some bugs
- 'Switch hedgehog' tool
unc0rr [Wed, 30 May 2007 20:48:57 +0000] rev 533
Save saves in Save directory
unc0rr [Wed, 30 May 2007 19:29:27 +0000] rev 532
Update easter egg image
unc0rr [Tue, 29 May 2007 21:56:35 +0000] rev 531
Fix the color of tag with damage by shotgun shot
unc0rr [Tue, 29 May 2007 21:55:45 +0000] rev 530
Easter egg (with stub image, will paint later)
unc0rr [Sun, 27 May 2007 20:17:55 +0000] rev 529
Option for alternative damage tags
unc0rr [Sun, 27 May 2007 17:55:55 +0000] rev 528
Fix collision with current hedgehog
unc0rr [Sun, 27 May 2007 17:33:06 +0000] rev 527
- One more land template
- Random number generator is initialized also by protocol version
- Better loading progress sprite
unc0rr [Sun, 27 May 2007 13:53:41 +0000] rev 526
- Check for incoming buffer overflow
- Fix incorrect position of attack bar in some cases
unc0rr [Sat, 26 May 2007 20:47:36 +0000] rev 525
Teleported hedgehog picks up cases
unc0rr [Sat, 26 May 2007 20:22:07 +0000] rev 524
One more land template
displacer [Sat, 26 May 2007 20:00:29 +0000] rev 523
num hedgehogs while new team addition (dirty) fixed
unc0rr [Sat, 26 May 2007 16:49:37 +0000] rev 522
Tags with current damage
unc0rr [Thu, 24 May 2007 20:33:07 +0000] rev 521
- Fix some collision bugs
- Fix accessing to freed memory
unc0rr [Thu, 24 May 2007 19:41:51 +0000] rev 520
Teleportation tool
unc0rr [Thu, 24 May 2007 18:48:35 +0000] rev 519
- Fix desert eagle
- Fix problem with binds when restoring game from save
unc0rr [Tue, 22 May 2007 16:31:59 +0000] rev 518
- Fix bug with desert damaging current hedgehog
- Pass string as 'const' parameters
unc0rr [Mon, 21 May 2007 18:07:25 +0000] rev 517
- Don't kick cases by moving hedgehog
- Fix hedgehog not registering in collisions array when changing direction without making a step
- Fix old rope regression (attaching didn't work properly, when hedgehog is jumping)
unc0rr [Mon, 21 May 2007 15:42:21 +0000] rev 516
Fix using parachute while staying on the ground
unc0rr [Fri, 18 May 2007 17:35:12 +0000] rev 515
- Remove deprecated code
- Hopefully increased performance of operations with hwFloat
unc0rr [Fri, 18 May 2007 16:40:43 +0000] rev 514
Fix firepunch regression
unc0rr [Mon, 14 May 2007 18:58:54 +0000] rev 513
Moving hedgehog could get another hedgehog moving forward
unc0rr [Thu, 10 May 2007 21:19:12 +0000] rev 512
Simplify reading from file ;)
unc0rr [Wed, 09 May 2007 20:32:41 +0000] rev 511
- Further work on new collisions implementation
unc0rr [Mon, 07 May 2007 21:12:06 +0000] rev 510
New loading progress sprite code
unc0rr [Mon, 07 May 2007 20:21:26 +0000] rev 509
Bots know shotgun behavior better
unc0rr [Sun, 06 May 2007 20:50:53 +0000] rev 508
Now really fix compilation
unc0rr [Sun, 06 May 2007 14:53:56 +0000] rev 507
Fix compilation on 64bit arch
unc0rr [Sat, 05 May 2007 16:04:55 +0000] rev 506
- A good implementation of shotgun
- Small fixes for previous commit
unc0rr [Fri, 04 May 2007 19:59:51 +0000] rev 505
Fix old bug with grenade(bomd, etc..) not colliding with attacking hedgehog
unc0rr [Wed, 02 May 2007 21:37:08 +0000] rev 504
Fix collision info artifacts in Land array when two objects intersect
unc0rr [Wed, 02 May 2007 18:41:44 +0000] rev 503
Mines also collide
unc0rr [Wed, 02 May 2007 15:21:34 +0000] rev 502
Fix build with CMake & gcc 4.1.2 on my system (treating #include <QtGui> as including directory)
unc0rr [Mon, 19 Mar 2007 21:28:16 +0000] rev 501
Increase "proto version", as the current engine isn't compatible with 0.9 one
unc0rr [Mon, 19 Mar 2007 19:12:46 +0000] rev 500
Use freepascal's routines to manipulate threads
unc0rr [Sat, 17 Mar 2007 18:32:17 +0000] rev 499
Oops, sorry...
unc0rr [Sat, 17 Mar 2007 18:17:19 +0000] rev 498
- Get rid of operator := to have GPC support
- Perform some small optimizations
displacer [Thu, 15 Mar 2007 22:46:37 +0000] rev 497
merge fixes from branch
displacer [Thu, 15 Mar 2007 02:20:31 +0000] rev 496
merged new team from branch
unc0rr [Sun, 11 Mar 2007 17:19:28 +0000] rev 495
- Fix most of the warnings in hwengine
- Windows static Qt linking
- Fix static linking issue (missed -lQtXml)
unc0rr [Mon, 26 Feb 2007 17:09:13 +0000] rev 494
Use right way of finding and using Qt4 in CMake
unc0rr [Sat, 24 Feb 2007 17:25:59 +0000] rev 493
- Fix warning
- Fix 'New team' button in net game
- Update copyright info in README
displacer [Sat, 24 Feb 2007 08:56:58 +0000] rev 492
disable start game button with teams num < 2
unc0rr [Fri, 23 Feb 2007 22:06:23 +0000] rev 491
Blow torch icon
unc0rr [Fri, 23 Feb 2007 19:55:53 +0000] rev 490
Fix for NSIS .lnk workaround
unc0rr [Fri, 23 Feb 2007 17:34:30 +0000] rev 489
Fix "/capture" command
unc0rr [Fri, 23 Feb 2007 14:52:45 +0000] rev 488
Fix run with DEBUGFILE turned off
unc0rr [Fri, 23 Feb 2007 14:26:53 +0000] rev 487
Engine debug file off
unc0rr [Fri, 23 Feb 2007 14:24:32 +0000] rev 486
- Change proto version to 4
- Updated copyright headers
displacer [Fri, 23 Feb 2007 13:31:11 +0000] rev 485
form size increased (network chat is now fit into window initially)
displacer [Fri, 23 Feb 2007 13:15:04 +0000] rev 484
removed purged ethereal theme entry
displacer [Fri, 23 Feb 2007 12:30:38 +0000] rev 483
network bots are now displayed in teamselect widget
displacer [Fri, 23 Feb 2007 10:08:13 +0000] rev 482
correct team info in frames (displaying bots difficulty fixed)
displacer [Fri, 23 Feb 2007 09:31:28 +0000] rev 481
connect to removed signal fixed (console warning)
displacer [Wed, 21 Feb 2007 23:16:54 +0000] rev 480
GPL headers added
displacer [Wed, 21 Feb 2007 23:10:24 +0000] rev 479
change Displacer's mailbox
special thanks for ahigerd
displacer [Wed, 21 Feb 2007 22:30:59 +0000] rev 478
users should compile and configure package under user account :)
displacer [Wed, 21 Feb 2007 21:53:40 +0000] rev 477
moc warnings removed
displacer [Wed, 21 Feb 2007 21:34:42 +0000] rev 476
check for noexecstack linker compatibility (MacOS linker)
unc0rr [Wed, 21 Feb 2007 20:46:51 +0000] rev 475
Small cleanup + fix showing wrong page at startup
unc0rr [Wed, 21 Feb 2007 20:31:50 +0000] rev 474
Remove unneeded file
unc0rr [Wed, 21 Feb 2007 19:53:58 +0000] rev 473
Remove unused theme
unc0rr [Wed, 21 Feb 2007 19:43:26 +0000] rev 472
- Remove unneeded files
- set svn:eol-style to native
unc0rr [Wed, 21 Feb 2007 19:40:06 +0000] rev 471
Small cleanup, faster compilation as a result
unc0rr [Wed, 21 Feb 2007 19:18:05 +0000] rev 470
Update instructions
displacer [Tue, 20 Feb 2007 22:42:57 +0000] rev 469
removed LocalCFG signal
displacer [Tue, 20 Feb 2007 22:34:42 +0000] rev 468
some debug messages removed
oldlocalcfg signal connect removed
unc0rr [Tue, 20 Feb 2007 21:33:49 +0000] rev 467
- Proper fix to get network byte order
- Fix some warnings
displacer [Tue, 20 Feb 2007 21:08:46 +0000] rev 466
frewetype warning is now printed to console
displacer [Tue, 20 Feb 2007 19:50:38 +0000] rev 465
chatWidget with nicks ready
displacer [Tue, 20 Feb 2007 19:00:46 +0000] rev 464
vertical size fix for chatwidget
displacer [Tue, 20 Feb 2007 18:51:05 +0000] rev 463
fixes last commit problems
displacer [Tue, 20 Feb 2007 18:40:45 +0000] rev 462
resizing and grid problems
displacer [Tue, 20 Feb 2007 17:50:59 +0000] rev 461
chatWidget with layout
unc0rr [Tue, 20 Feb 2007 17:32:25 +0000] rev 460
QTextBrowser instead of QLabel+QScrollArea
unc0rr [Tue, 20 Feb 2007 16:58:53 +0000] rev 459
Do not use SDL_Net's to/from network byte order conversion functions
unc0rr [Mon, 19 Feb 2007 20:00:55 +0000] rev 458
Fix build
unc0rr [Mon, 19 Feb 2007 17:19:05 +0000] rev 457
Don't let text file to confuse a terminal
unc0rr [Mon, 19 Feb 2007 17:09:10 +0000] rev 456
Follow standarts
displacer [Mon, 19 Feb 2007 15:31:40 +0000] rev 455
hedgehogs num bugfix for netgame
unc0rr [Sun, 18 Feb 2007 21:16:41 +0000] rev 454
Fix parachute having crosshair
displacer [Sun, 18 Feb 2007 16:57:43 +0000] rev 453
simple net cha added
displacer [Sun, 18 Feb 2007 15:28:47 +0000] rev 452
problems with widget sizes for net chat
unc0rr [Sun, 18 Feb 2007 14:43:35 +0000] rev 451
Fix regression with binds layouting
unc0rr [Sun, 18 Feb 2007 14:21:03 +0000] rev 450
Added forgotten files to build system
unc0rr [Sun, 18 Feb 2007 12:52:39 +0000] rev 449
- Fix creating net server in Windows issue
- Fix playing music
displacer [Sun, 18 Feb 2007 12:20:36 +0000] rev 448
waiting state for net Go button
unc0rr [Sat, 17 Feb 2007 21:51:33 +0000] rev 447
New net team icon
unc0rr [Thu, 15 Feb 2007 22:28:00 +0000] rev 446
Better Sync animation :)
unc0rr [Wed, 14 Feb 2007 23:26:31 +0000] rev 445
Now really proper fix
displacer [Wed, 14 Feb 2007 22:51:07 +0000] rev 444
forts mode initial state added
displacer [Wed, 14 Feb 2007 22:15:55 +0000] rev 443
fort, grave and difficulty information for net team
unc0rr [Wed, 14 Feb 2007 20:05:20 +0000] rev 442
- Fix bad fix from previous revision .)
- Update translation
unc0rr [Tue, 13 Feb 2007 21:22:00 +0000] rev 441
Fix hedgehog stopping after picking up bonus box
unc0rr [Tue, 13 Feb 2007 18:52:14 +0000] rev 440
Better local game page layout
unc0rr [Tue, 13 Feb 2007 18:16:03 +0000] rev 439
Fix bugs:
- ammocase impact
- AI counting some values
unc0rr [Mon, 12 Feb 2007 21:57:29 +0000] rev 438
Fix AI using shotgun and Desert Eagle
unc0rr [Mon, 12 Feb 2007 18:14:11 +0000] rev 437
Follow bombs and mines thrown by plane
unc0rr [Sun, 11 Feb 2007 22:10:35 +0000] rev 436
Fix runtime warning
unc0rr [Sun, 11 Feb 2007 19:57:29 +0000] rev 435
Better AI behavior
unc0rr [Sun, 11 Feb 2007 19:38:26 +0000] rev 434
Many small improvements
unc0rr [Sun, 11 Feb 2007 15:33:19 +0000] rev 433
AI thinks in separate thread
unc0rr [Sun, 11 Feb 2007 12:27:45 +0000] rev 432
Delphi mode off
unc0rr [Sun, 11 Feb 2007 11:55:38 +0000] rev 431
- Two more land templates
- Show engine error messages in net game
- Many small engine improvements
unc0rr [Sun, 11 Feb 2007 00:18:16 +0000] rev 430
Small performance optimization
unc0rr [Sun, 11 Feb 2007 00:14:42 +0000] rev 429
One more land template + some templates tuning
unc0rr [Sat, 10 Feb 2007 23:37:40 +0000] rev 428
Fix bug with unexpected jumping after use of air attack or construction tool
unc0rr [Sat, 10 Feb 2007 23:20:02 +0000] rev 427
New widgets layout on PageOptions
unc0rr [Sat, 10 Feb 2007 17:59:30 +0000] rev 426
- Enable 'norsk' theme
- Many images improvements
- Show 0.9 version
unc0rr [Sat, 10 Feb 2007 15:07:35 +0000] rev 425
- Better AI thinking behavior
- Fix segfaul + more messageboxes with HWForm as parent instead of parent being 0
unc0rr [Sat, 10 Feb 2007 13:14:41 +0000] rev 424
Disable cheat trick with hjump
unc0rr [Sat, 10 Feb 2007 12:52:14 +0000] rev 423
Better construction tool
unc0rr [Fri, 09 Feb 2007 23:55:02 +0000] rev 422
Tune pickhammer
unc0rr [Fri, 09 Feb 2007 19:38:52 +0000] rev 421
- Remake net game page
- Set svn:eol-style to 'native'
displacer [Thu, 08 Feb 2007 21:11:58 +0000] rev 420
netserver and netonnectedclient splited to different files
displacer [Thu, 08 Feb 2007 20:54:14 +0000] rev 419
virtual destructors for tcpBase derived classes, readarray clear removed as unneeded
displacer [Thu, 08 Feb 2007 20:11:11 +0000] rev 418
update net servers when going to net page
displacer [Thu, 08 Feb 2007 20:03:03 +0000] rev 417
randomly chosen ports
displacer [Thu, 08 Feb 2007 19:03:23 +0000] rev 416
update button for udp servers list
unc0rr [Thu, 08 Feb 2007 16:29:33 +0000] rev 415
- Bind also 9th slot
- Set svn:eol-style to native
- Console hides on ` key press in russian locale
- Fix construction tool number not decreasing after use
displacer [Wed, 07 Feb 2007 23:01:32 +0000] rev 414
binded to port
displacer [Wed, 07 Feb 2007 22:59:49 +0000] rev 413
udp server detecting experimental version (added files)
displacer [Wed, 07 Feb 2007 22:54:24 +0000] rev 412
udp server detecting experimental version
unc0rr [Wed, 07 Feb 2007 22:35:41 +0000] rev 411
Increased number of construction tools in ammo case
unc0rr [Wed, 07 Feb 2007 21:49:45 +0000] rev 410
Add two files to package
unc0rr [Wed, 07 Feb 2007 21:36:55 +0000] rev 409
Construction tool
unc0rr [Wed, 07 Feb 2007 17:27:32 +0000] rev 408
Airplane can fly from right to left
displacer [Wed, 07 Feb 2007 14:11:47 +0000] rev 407
lost connection to server warning message
displacer [Wed, 07 Feb 2007 00:30:25 +0000] rev 406
segfault after endgame fixed?!
unc0rr [Tue, 06 Feb 2007 23:22:32 +0000] rev 405
One more land template
displacer [Tue, 06 Feb 2007 23:18:28 +0000] rev 404
final bugfixes :)
unc0rr [Tue, 06 Feb 2007 23:12:24 +0000] rev 403
Better templates, giving more different lands
unc0rr [Tue, 06 Feb 2007 22:54:13 +0000] rev 402
Add file to package
displacer [Tue, 06 Feb 2007 21:46:33 +0000] rev 401
some colors and network protocol fixes
unc0rr [Tue, 06 Feb 2007 21:33:19 +0000] rev 400
Ooops, forgot this :)
displacer [Tue, 06 Feb 2007 19:34:21 +0000] rev 399
more correct network hhnum
unc0rr [Tue, 06 Feb 2007 16:30:23 +0000] rev 398
Store translations in Data/Locale directory
unc0rr [Mon, 05 Feb 2007 23:34:00 +0000] rev 397
Fix net game ;)
displacer [Mon, 05 Feb 2007 23:26:00 +0000] rev 396
return after rungame
unc0rr [Mon, 05 Feb 2007 22:39:01 +0000] rev 395
- Fix net game bug
- Small cleanup
unc0rr [Mon, 05 Feb 2007 20:26:13 +0000] rev 394
- Implement hack to let ammo stores work without needed assistance of frontend
- Ammo case can now contain other weapons besides Mine Strike
unc0rr [Mon, 05 Feb 2007 19:33:24 +0000] rev 393
Update copyright information
unc0rr [Mon, 05 Feb 2007 19:20:56 +0000] rev 392
- Fix getting negative coordinates of cursor
- Fix some warnings
displacer [Sun, 04 Feb 2007 22:26:13 +0000] rev 391
some debug messages disabled
displacer [Sun, 04 Feb 2007 21:30:23 +0000] rev 390
memory leak fixed (tanks unC0Rr)
unc0rr [Sun, 04 Feb 2007 20:48:11 +0000] rev 389
Fix IPCSocket issues
displacer [Sun, 04 Feb 2007 17:00:46 +0000] rev 388
repeated start now allowed
displacer [Sun, 04 Feb 2007 16:56:39 +0000] rev 387
initial colors assign fix
unc0rr [Sun, 04 Feb 2007 15:46:52 +0000] rev 386
- Better gears placing
- One more land template
displacer [Sun, 04 Feb 2007 15:24:24 +0000] rev 385
color change in slave network client is now disabled
displacer [Sun, 04 Feb 2007 15:04:56 +0000] rev 384
adding the same command twice bug fixed for net game
displacer [Sun, 04 Feb 2007 14:35:28 +0000] rev 383
some disconnect and remove teams bugfixes
displacer [Sat, 03 Feb 2007 21:40:50 +0000] rev 382
colors changing config fully working (still need disabling in slaves)
displacer [Sat, 03 Feb 2007 12:42:38 +0000] rev 381
fix fo make things working
displacer [Sat, 03 Feb 2007 00:19:16 +0000] rev 380
small memory leak fixed
displacer [Sat, 03 Feb 2007 00:04:52 +0000] rev 379
additional error checking
displacer [Fri, 02 Feb 2007 21:04:36 +0000] rev 378
3 method ;) of predicting colors
unc0rr [Thu, 01 Feb 2007 21:42:11 +0000] rev 377
Support unicode input for chat
unc0rr [Sun, 28 Jan 2007 21:03:58 +0000] rev 376
empty ChangeLog, just to not forget to make it for future release
unc0rr [Sun, 28 Jan 2007 20:58:06 +0000] rev 375
AI works properly
unc0rr [Sun, 28 Jan 2007 16:40:04 +0000] rev 374
- UFO smokes
- Bots use grenade
displacer [Sat, 27 Jan 2007 18:33:14 +0000] rev 373
network team add can be denied by server
displacer [Sat, 27 Jan 2007 17:41:08 +0000] rev 372
network colors (alpha)
unc0rr [Sat, 27 Jan 2007 14:18:33 +0000] rev 371
integer -> LongInt
unc0rr [Sat, 27 Jan 2007 14:06:29 +0000] rev 370
- Repair bots: they can walk and use bazooka, possible cannot jump (why?)
- Calculate real angle based on direction vector
unc0rr [Fri, 26 Jan 2007 22:36:21 +0000] rev 369
AI compiles, but doesn't work
unc0rr [Fri, 26 Jan 2007 18:39:40 +0000] rev 368
Make SHA really work
unc0rr [Fri, 26 Jan 2007 18:11:03 +0000] rev 367
Check land digest
unc0rr [Fri, 26 Jan 2007 18:05:49 +0000] rev 366
Show rope
unc0rr [Fri, 26 Jan 2007 15:31:31 +0000] rev 365
- New land generator feature: islands in the sky
- Two themes with such islands
unc0rr [Wed, 24 Jan 2007 22:05:05 +0000] rev 364
- Better land generator
- Fix compilation without debug file
displacer [Wed, 24 Jan 2007 21:58:43 +0000] rev 363
more accurate selection colors for teamselect widget
displacer [Wed, 24 Jan 2007 20:00:03 +0000] rev 362
hedgehogs num modification now allowed to chief client only
unc0rr [Tue, 23 Jan 2007 22:48:08 +0000] rev 361
- Show sample line
- Load() works
unc0rr [Tue, 23 Jan 2007 21:24:18 +0000] rev 360
- Two more templates
- Fix clouds regression
- Remove Delphi from the list of compilers
- Set version to 0.9.0
unc0rr [Tue, 23 Jan 2007 18:54:09 +0000] rev 359
- New land templates
- Template editor
unc0rr [Tue, 23 Jan 2007 16:59:05 +0000] rev 358
- New Land Generator
- Some perfomance tricks
- Some typo fixes
unc0rr [Mon, 22 Jan 2007 18:32:00 +0000] rev 357
- Fix Blow Torch and Air Attack
- Use Sin values table
- Fix some warnings
displacer [Sun, 21 Jan 2007 22:27:42 +0000] rev 356
network teams hedgehogs nums modifications now working from chief client
unc0rr [Sun, 21 Jan 2007 21:31:10 +0000] rev 355
Small fixes to bring engine to life
displacer [Sun, 21 Jan 2007 21:27:07 +0000] rev 354
network to local teams map, addteams from server before team config bug, fixed some segfaults
displacer [Sun, 21 Jan 2007 20:14:49 +0000] rev 353
initial hedgehogs num fixed
displacer [Sun, 21 Jan 2007 19:53:25 +0000] rev 352
first buggy hedgehogs num net change
unc0rr [Sun, 21 Jan 2007 19:51:02 +0000] rev 351
Fixed-point arithmetics in engine.
Introduced many bugs.
Currently disabled:
- land morphing in land generator
- AI
- many minor features
Engine is nearly unusable and totally unplayable.
displacer [Thu, 18 Jan 2007 20:29:28 +0000] rev 350
more correct net disconnection
displacer [Thu, 18 Jan 2007 19:59:04 +0000] rev 349
disable widgets if we are slave network client
displacer [Wed, 17 Jan 2007 21:32:52 +0000] rev 348
equal team names huge bug fixed for multiple clients
displacer [Wed, 17 Jan 2007 19:56:51 +0000] rev 347
more correct remove net teams
unc0rr [Tue, 16 Jan 2007 22:13:58 +0000] rev 346
Another float debug
unc0rr [Tue, 16 Jan 2007 16:51:12 +0000] rev 345
Some fixes, revert debug code
unc0rr [Mon, 15 Jan 2007 23:25:44 +0000] rev 344
Get further with debug
unc0rr [Mon, 15 Jan 2007 23:03:20 +0000] rev 343
More detailed debug
unc0rr [Mon, 15 Jan 2007 22:33:40 +0000] rev 342
Rope debug stuff
unc0rr [Mon, 15 Jan 2007 21:20:36 +0000] rev 341
- Store more team specific values in HWTeam
- Use list<HWTeam> to get all teams config, nothing else
- Get rid of HWTeamTempParams
displacer [Mon, 15 Jan 2007 19:11:31 +0000] rev 340
net game image
displacer [Mon, 15 Jan 2007 18:45:07 +0000] rev 339
Run game message added, team and config info provided for net game
displacer [Sun, 14 Jan 2007 23:13:24 +0000] rev 338
multiple teams now available per host (still alpha)
unc0rr [Sun, 14 Jan 2007 21:51:17 +0000] rev 337
- Fix not debug build
- Allow multiple debug engines running simultaneously (there were problems with debug.txt)
unc0rr [Sun, 14 Jan 2007 21:17:35 +0000] rev 336
Team level at new place on team config page
displacer [Sun, 14 Jan 2007 21:10:36 +0000] rev 335
CONFIG_PARAM for storing config
displacer [Sun, 14 Jan 2007 20:46:17 +0000] rev 334
protocol changes
unc0rr [Sun, 14 Jan 2007 19:47:11 +0000] rev 333
- New team level icons
- Blue circle ammo icon to let new weapon be visible in ammo menu
displacer [Sun, 14 Jan 2007 18:45:13 +0000] rev 332
isChiefClient is now correct :)
unc0rr [Sun, 14 Jan 2007 18:32:44 +0000] rev 331
Selecting map works in net game
unc0rr [Sun, 14 Jan 2007 15:58:18 +0000] rev 330
Fix infinite loop
unc0rr [Sun, 14 Jan 2007 14:08:40 +0000] rev 329
Send game parameters by net... Currently it leads to infinite loop, flooding traffic with messages about changes
unc0rr [Sun, 14 Jan 2007 13:23:15 +0000] rev 328
Oops, I should be more careful
unc0rr [Sun, 14 Jan 2007 13:16:55 +0000] rev 327
Connect signal and slot directly for AddTeam event
unc0rr [Sun, 14 Jan 2007 13:10:29 +0000] rev 326
Small fixes
unc0rr [Sun, 14 Jan 2007 11:58:08 +0000] rev 325
New signals and slot for GameCFGWidget
unc0rr [Sat, 13 Jan 2007 22:32:08 +0000] rev 324
Don't show game stats in case of interrupted by command '/quit' game
displacer [Sat, 13 Jan 2007 22:12:30 +0000] rev 323
remove some old stuff
displacer [Sat, 13 Jan 2007 15:13:23 +0000] rev 322
first new widgets added to net game
unc0rr [Fri, 12 Jan 2007 16:04:45 +0000] rev 321
Oops, fix the build
unc0rr [Fri, 12 Jan 2007 15:23:16 +0000] rev 320
- HWMapContainer sets and stores the theme
- Fix indefinite loop when seed has zero length
- Slots to set config options to GameCFGWidget
displacer [Thu, 11 Jan 2007 23:29:57 +0000] rev 319
some changes
unc0rr [Thu, 11 Jan 2007 23:19:18 +0000] rev 318
Game config commands are generated by GameCFGWidget
displacer [Thu, 11 Jan 2007 22:04:08 +0000] rev 317
start all clients
unc0rr [Thu, 11 Jan 2007 20:45:59 +0000] rev 316
Calculate land digest
displacer [Wed, 10 Jan 2007 23:24:55 +0000] rev 315
client/server net pre-alpha
displacer [Wed, 10 Jan 2007 23:21:05 +0000] rev 314
client/server net pre-alpha
unc0rr [Mon, 08 Jan 2007 21:44:57 +0000] rev 313
Update some translations
unc0rr [Mon, 08 Jan 2007 20:51:22 +0000] rev 312
Use new parameters, small protocol change
unc0rr [Mon, 08 Jan 2007 18:21:40 +0000] rev 311
- Limit list of teams in game with 200 px
- 'New team@ button in teams selecting widget
- New game options, not yet used
unc0rr [Sun, 07 Jan 2007 22:54:08 +0000] rev 310
Fix for middle column not being growing in width
unc0rr [Sun, 07 Jan 2007 17:48:18 +0000] rev 309
Forgot these files
unc0rr [Sun, 07 Jan 2007 16:53:16 +0000] rev 308
Release mouse when keyboard focus lost
unc0rr [Thu, 04 Jan 2007 18:54:24 +0000] rev 307
More statistics
unc0rr [Thu, 04 Jan 2007 16:27:45 +0000] rev 306
- Better blowtorch
- Round statistics (only show winner now)
unc0rr [Tue, 19 Dec 2006 17:20:14 +0000] rev 305
Better blowtorch
unc0rr [Sun, 17 Dec 2006 20:50:49 +0000] rev 304
Attack angle constraints
unc0rr [Sun, 17 Dec 2006 18:40:04 +0000] rev 303
Now blow torch angle can be changed during blowing :)
unc0rr [Sun, 17 Dec 2006 17:55:41 +0000] rev 302
First implementation of Blow Torch
unc0rr [Fri, 15 Dec 2006 12:48:40 +0000] rev 301
Use QSettings to storing config
unc0rr [Thu, 14 Dec 2006 20:06:46 +0000] rev 300
Simplify hedgehogs physics code, make it better
unc0rr [Sun, 10 Dec 2006 21:31:45 +0000] rev 299
Allow pause when wathing demos
unc0rr [Sun, 10 Dec 2006 19:30:16 +0000] rev 298
Render FPS value to its own surface one time a second
unc0rr [Sun, 10 Dec 2006 18:57:05 +0000] rev 297
'Show FPS' and 'FPS limit' options
unc0rr [Sun, 10 Dec 2006 18:13:10 +0000] rev 296
Implemented FPS limit and show/hide FPS value
unc0rr [Sun, 10 Dec 2006 15:55:53 +0000] rev 295
- Implement ammo cases
- Small fixes
unc0rr [Sun, 10 Dec 2006 12:09:32 +0000] rev 294
Current hedgehog is on top of others in Z-order
unc0rr [Sat, 09 Dec 2006 19:47:31 +0000] rev 293
Some Z-ordering
unc0rr [Sat, 09 Dec 2006 18:10:43 +0000] rev 292
Hedgehogs names are drawn where the hedgehogs are
displacer [Fri, 08 Dec 2006 21:14:52 +0000] rev 291
automatic assign of game server TCP port
unc0rr [Thu, 07 Dec 2006 21:24:58 +0000] rev 290
- Further work on stack of pages
- Visible net game button ;)
unc0rr [Thu, 07 Dec 2006 17:04:55 +0000] rev 289
Stacked walking trough pages
unc0rr [Tue, 05 Dec 2006 17:27:27 +0000] rev 288
Ammo schemes and ammo stores support in engine
unc0rr [Thu, 30 Nov 2006 22:36:07 +0000] rev 287
Fix music loading path
unc0rr [Thu, 30 Nov 2006 16:44:42 +0000] rev 286
Fix problems when deleting ammo
unc0rr [Wed, 29 Nov 2006 20:33:07 +0000] rev 285
Mine Strike weapon
unc0rr [Wed, 29 Nov 2006 15:47:32 +0000] rev 284
Let mouse cursor be closer to screen edges
unc0rr [Tue, 28 Nov 2006 18:22:03 +0000] rev 283
Airplane sprite
unc0rr [Tue, 28 Nov 2006 17:14:39 +0000] rev 282
- Pickhammer sound
unc0rr [Mon, 27 Nov 2006 17:29:08 +0000] rev 281
Pause support (mouse cursor is released when the game is paused)
unc0rr [Sun, 26 Nov 2006 21:19:24 +0000] rev 280
Watchdog for bots to prevent them from being stacked by bugs of engine physics
unc0rr [Sun, 26 Nov 2006 20:33:46 +0000] rev 279
Less complex theme.cfg format ;) Information about image dimensions is obtained from image
unc0rr [Sun, 26 Nov 2006 18:15:31 +0000] rev 278
Some new ammo icons from daniil
displacer [Sat, 25 Nov 2006 17:08:39 +0000] rev 277
rollback to main.cpp.in
unc0rr [Sat, 25 Nov 2006 14:56:01 +0000] rev 276
Fix for path truncating bug
unc0rr [Sat, 25 Nov 2006 12:45:18 +0000] rev 275
Don't configure main.cpp, just hwconsts.h
displacer [Sat, 25 Nov 2006 11:56:37 +0000] rev 274
data dir initial check (test for wrong installation)
unc0rr [Sat, 25 Nov 2006 10:43:54 +0000] rev 273
Add installation manual
unc0rr [Fri, 24 Nov 2006 19:36:24 +0000] rev 272
Ignore hwconsts.h
unc0rr [Fri, 24 Nov 2006 19:33:43 +0000] rev 271
Protocol version sets in CMake
unc0rr [Thu, 23 Nov 2006 22:27:47 +0000] rev 270
Ignore main.cpp
unc0rr [Thu, 23 Nov 2006 22:26:35 +0000] rev 269
Unneeded file
unc0rr [Thu, 23 Nov 2006 22:09:35 +0000] rev 268
Hedgewars is now 0.8.1
unc0rr [Thu, 23 Nov 2006 21:51:47 +0000] rev 267
Engine gets Data path from frontend
displacer [Thu, 23 Nov 2006 21:33:22 +0000] rev 266
one else fix
displacer [Thu, 23 Nov 2006 21:03:11 +0000] rev 265
DATADIR fixed
unc0rr [Thu, 23 Nov 2006 21:03:05 +0000] rev 264
Add AirAttack icon to ammo menu
unc0rr [Thu, 23 Nov 2006 20:10:42 +0000] rev 263
- Health tags over drowned hedgehogs
- Air Attack weapon
displacer [Thu, 23 Nov 2006 19:48:39 +0000] rev 262
fixed absent DATA_INSTALL_DIR
displacer [Thu, 23 Nov 2006 18:54:18 +0000] rev 261
data dir added (for linux distros)
unc0rr [Tue, 21 Nov 2006 17:44:02 +0000] rev 260
Minimal QT 4 version supported is 4.2.0
displacer [Tue, 21 Nov 2006 17:03:03 +0000] rev 259
some cosmetic changes
unc0rr [Tue, 21 Nov 2006 16:56:36 +0000] rev 258
oops
unc0rr [Tue, 21 Nov 2006 16:54:58 +0000] rev 257
Updated README.txt
displacer [Tue, 21 Nov 2006 16:50:09 +0000] rev 256
noexecutestack object files generation fixed
unc0rr [Sun, 19 Nov 2006 16:10:37 +0000] rev 255
Fix selecting 2nd ammo in slot %-\
displacer [Sun, 19 Nov 2006 14:36:13 +0000] rev 254
Special thanks size fixed with large font on linux (workaround)
displacer [Sun, 19 Nov 2006 14:11:02 +0000] rev 253
fixed: choose map for simple game is working now
unc0rr [Sun, 19 Nov 2006 12:29:58 +0000] rev 252
Some options for 0.8 release
unc0rr [Sun, 19 Nov 2006 12:23:02 +0000] rev 251
Add translation
unc0rr [Sun, 19 Nov 2006 12:11:28 +0000] rev 250
Fix weird bots behavior on low fps
displacer [Sat, 18 Nov 2006 23:48:24 +0000] rev 249
map choose from files added
unc0rr [Sat, 18 Nov 2006 18:17:03 +0000] rev 248
Place QLabel with developers info on the QScrollArea
unc0rr [Sat, 18 Nov 2006 14:47:50 +0000] rev 247
- Fix infinite loop when selecting weapon with ammo menu
- Play demo with doubleclick
- Fix saving team binds :)
unc0rr [Fri, 17 Nov 2006 13:36:58 +0000] rev 246
Fix compile :)
unc0rr [Thu, 16 Nov 2006 22:01:51 +0000] rev 245
Make teams config file name be team name
unc0rr [Wed, 15 Nov 2006 21:53:50 +0000] rev 244
- Fix crosshair position
- Better looking teams select widget
unc0rr [Wed, 15 Nov 2006 19:41:50 +0000] rev 243
Add special thanks to about page
unc0rr [Tue, 14 Nov 2006 21:15:27 +0000] rev 242
Update russian translation
unc0rr [Tue, 14 Nov 2006 21:05:52 +0000] rev 241
Add QtXml4.dll to packing list, as it needed for QtSvg4.dll
unc0rr [Tue, 14 Nov 2006 20:55:02 +0000] rev 240
Better-looking multiplayer page
unc0rr [Tue, 14 Nov 2006 20:39:30 +0000] rev 239
'Proto' class to make things easier
unc0rr [Mon, 13 Nov 2006 20:13:42 +0000] rev 238
Add files to packages
unc0rr [Mon, 13 Nov 2006 18:59:25 +0000] rev 237
New icons
unc0rr [Mon, 13 Nov 2006 18:34:01 +0000] rev 236
Russian translations
unc0rr [Mon, 13 Nov 2006 17:43:56 +0000] rev 235
About page
displacer [Sun, 12 Nov 2006 22:38:31 +0000] rev 234
back to static QIcon
displacer [Sun, 12 Nov 2006 22:36:13 +0000] rev 233
temporary team names fix
displacer [Sun, 12 Nov 2006 20:31:16 +0000] rev 232
dynamic QIcon fix
displacer [Sun, 12 Nov 2006 20:15:58 +0000] rev 231
bots power icons added
unc0rr [Fri, 10 Nov 2006 20:41:12 +0000] rev 230
New 'Cheese' map
displacer [Mon, 06 Nov 2006 22:51:09 +0000] rev 229
more pretty color choose
unc0rr [Wed, 01 Nov 2006 20:26:45 +0000] rev 228
- Fixes for map mushrooms
- Less smart bots in simple game
unc0rr [Wed, 01 Nov 2006 19:36:41 +0000] rev 227
New mushrooms map
unc0rr [Wed, 01 Nov 2006 15:19:12 +0000] rev 226
fix finding of delphi compiler
displacer [Tue, 31 Oct 2006 23:32:46 +0000] rev 225
background colors bugfix :(
unc0rr [Mon, 30 Oct 2006 20:03:19 +0000] rev 224
fix install target
unc0rr [Mon, 30 Oct 2006 19:43:55 +0000] rev 223
Better build system scripts
unc0rr [Sun, 29 Oct 2006 22:42:28 +0000] rev 222
oops, forgot SVG lib
unc0rr [Sun, 29 Oct 2006 22:39:51 +0000] rev 221
Hedgehog on About page
unc0rr [Sun, 29 Oct 2006 15:30:32 +0000] rev 220
Fix hwengine target behaviour
unc0rr [Sun, 29 Oct 2006 13:06:27 +0000] rev 219
Fix serious bug in pneumatic drill
unc0rr [Sun, 29 Oct 2006 12:44:01 +0000] rev 218
Better-looking game config widget
unc0rr [Sun, 29 Oct 2006 10:42:04 +0000] rev 217
No more needed dir
unc0rr [Sun, 29 Oct 2006 10:40:51 +0000] rev 216
- New cursor
- Better-looking preview gradient
unc0rr [Sat, 28 Oct 2006 17:10:48 +0000] rev 215
Icons for selecting bot level
displacer [Sat, 28 Oct 2006 15:35:31 +0000] rev 214
rgb instead of rgba sending to engine
displacer [Sat, 28 Oct 2006 15:09:51 +0000] rev 213
multiplayer colors enabled
unc0rr [Sat, 28 Oct 2006 13:18:23 +0000] rev 212
Parachute fixes
unc0rr [Sat, 28 Oct 2006 12:56:04 +0000] rev 211
Parachute
unc0rr [Fri, 27 Oct 2006 22:14:02 +0000] rev 210
Fixed compilation on *nix .)
unc0rr [Fri, 27 Oct 2006 22:11:46 +0000] rev 209
Remove very old and deprecated stuff
unc0rr [Fri, 27 Oct 2006 22:07:38 +0000] rev 208
Implement Knowledge Base for libs/compilers bugs
displacer [Fri, 27 Oct 2006 19:37:59 +0000] rev 207
coosing colors added
unc0rr [Fri, 27 Oct 2006 14:30:36 +0000] rev 206
Add workaround over freepascal bug (http://www.freepascal.org/mantis/view.php?id=7613)
unc0rr [Thu, 26 Oct 2006 16:08:29 +0000] rev 205
- Set version to 0.8
- Check protocol version to ensure clients compatibility in further versions
unc0rr [Wed, 25 Oct 2006 19:41:14 +0000] rev 204
New hedgehog
unc0rr [Wed, 25 Oct 2006 18:03:41 +0000] rev 203
Better crosshair
unc0rr [Thu, 19 Oct 2006 18:57:58 +0000] rev 202
Support font styles
unc0rr [Mon, 16 Oct 2006 21:06:32 +0000] rev 201
Make use of "unused" struct member (based on sdl_ttf example)
unc0rr [Mon, 16 Oct 2006 19:20:13 +0000] rev 200
Small fixes
unc0rr [Mon, 16 Oct 2006 17:26:50 +0000] rev 199
Better error message
unc0rr [Mon, 16 Oct 2006 17:10:30 +0000] rev 198
- New crosshair
- Text rendering checks
displacer [Sat, 14 Oct 2006 13:13:51 +0000] rev 197
multiple classes accept signal receive bugfix
unc0rr [Thu, 12 Oct 2006 18:52:00 +0000] rev 196
- Many small fixes
- Let CMake use FreePascal 1.9.4
unc0rr [Wed, 11 Oct 2006 19:37:48 +0000] rev 195
Fixed compilation with freepascal version prior to 1.9.6
unc0rr [Wed, 11 Oct 2006 19:07:38 +0000] rev 194
Fixed weird bots behavior
unc0rr [Tue, 10 Oct 2006 18:03:48 +0000] rev 193
Fix bots regressions
unc0rr [Mon, 09 Oct 2006 18:26:44 +0000] rev 192
Add video driver name to debug
unc0rr [Sun, 08 Oct 2006 18:17:52 +0000] rev 191
Bots are in the same thread as game. Fixes FreePascal issues.
unc0rr [Thu, 05 Oct 2006 20:13:51 +0000] rev 190
Alpha channel value fix
unc0rr [Thu, 05 Oct 2006 20:07:04 +0000] rev 189
Color fixes
unc0rr [Thu, 05 Oct 2006 19:40:11 +0000] rev 188
Cardinal -> Longword
unc0rr [Thu, 05 Oct 2006 18:44:14 +0000] rev 187
"About" page, not yet filled with content
displacer [Thu, 05 Oct 2006 18:36:04 +0000] rev 186
unneded variable removed
displacer [Thu, 05 Oct 2006 18:33:10 +0000] rev 185
static TCP Server
unc0rr [Thu, 05 Oct 2006 17:02:09 +0000] rev 184
- Update more headers
- set svn:eol-style to native
unc0rr [Thu, 05 Oct 2006 16:33:18 +0000] rev 183
Relicense to GPL
unc0rr [Thu, 05 Oct 2006 14:19:46 +0000] rev 182
Preview with gradient, get rid of workaround with memory buffer
unc0rr [Tue, 03 Oct 2006 19:02:08 +0000] rev 181
- Fixed crash with sound turned off
- Decreased frequency of generating bad lands
displacer [Mon, 02 Oct 2006 18:09:39 +0000] rev 180
tcp sockets are incapsulated in TCPBase class now
displacer [Sun, 01 Oct 2006 20:31:48 +0000] rev 179
base class for TCP connections :)
displacer [Sun, 01 Oct 2006 20:25:03 +0000] rev 178
united TCP transfers for start game and receive preview
displacer [Sun, 01 Oct 2006 20:14:30 +0000] rev 177
prepare uniting tcp classes
unc0rr [Thu, 28 Sep 2006 16:34:42 +0000] rev 176
'h' marks out current hedgehog
unc0rr [Wed, 27 Sep 2006 20:52:22 +0000] rev 175
- Some improvements to volume control
- Simplified captions
unc0rr [Wed, 27 Sep 2006 20:13:29 +0000] rev 174
Changeable volume
unc0rr [Tue, 26 Sep 2006 20:25:42 +0000] rev 173
- Better landgen
- Small fixes
displacer [Tue, 26 Sep 2006 20:24:32 +0000] rev 172
working map preview
displacer [Tue, 26 Sep 2006 20:02:32 +0000] rev 171
seems to be a near final version
displacer [Tue, 26 Sep 2006 19:59:10 +0000] rev 170
busy variable removed
displacer [Tue, 26 Sep 2006 19:45:47 +0000] rev 169
new more working, but still not completely working version :)
displacer [Tue, 26 Sep 2006 17:50:14 +0000] rev 168
multiple server starting improved
unc0rr [Tue, 26 Sep 2006 11:53:12 +0000] rev 167
"Trusted" binds
unc0rr [Mon, 25 Sep 2006 19:48:51 +0000] rev 166
Switching between fullscreen and windowed modes on 'F' key
unc0rr [Sun, 24 Sep 2006 21:32:18 +0000] rev 165
Many small fixes
displacer [Sun, 24 Sep 2006 19:51:16 +0000] rev 164
first map preview added (still experimental)
displacer [Sun, 24 Sep 2006 18:55:06 +0000] rev 163
hedgehogers number bug fixed - overallHedgehogs initialized to zero :)
unc0rr [Sun, 24 Sep 2006 18:29:14 +0000] rev 162
Ammo menu now works!
unc0rr [Sat, 23 Sep 2006 19:26:07 +0000] rev 161
- AmmoMenu
- Many small fixes
unc0rr [Fri, 22 Sep 2006 18:09:26 +0000] rev 160
Soma small fixes + new land template
unc0rr [Thu, 21 Sep 2006 21:29:02 +0000] rev 159
Preview stream doesn't need parsing now
unc0rr [Thu, 21 Sep 2006 18:10:45 +0000] rev 158
Don't synchronize after sending preview
unc0rr [Thu, 21 Sep 2006 17:57:35 +0000] rev 157
Fix demos usability
unc0rr [Thu, 21 Sep 2006 11:35:20 +0000] rev 156
New clouds
unc0rr [Wed, 20 Sep 2006 18:24:13 +0000] rev 155
Engine can generate land preview and send it via IPC
unc0rr [Wed, 20 Sep 2006 15:33:47 +0000] rev 154
Network protocol uses integers in network byte order
displacer [Mon, 18 Sep 2006 18:07:41 +0000] rev 153
license and copyright info added
displacer [Mon, 18 Sep 2006 17:56:27 +0000] rev 152
teams moving order fixed
displacer [Mon, 18 Sep 2006 17:37:22 +0000] rev 151
reset playing teams
displacer [Sat, 16 Sep 2006 17:24:41 +0000] rev 150
team hedgehogs number improved
unc0rr [Sat, 16 Sep 2006 15:15:30 +0000] rev 149
Fix hedgehog physics %)
unc0rr [Fri, 15 Sep 2006 20:38:25 +0000] rev 148
Don't save demos in 'bin' dir
displacer [Fri, 15 Sep 2006 15:45:30 +0000] rev 147
maximum number of teams and hedgehogs
unc0rr [Fri, 15 Sep 2006 13:47:01 +0000] rev 146
- Fix AI not to damage self hedgehogs
- Fix checking for winner
- main.cpp shouldn't be changed without changing main.cpp.in
unc0rr [Thu, 14 Sep 2006 17:20:50 +0000] rev 145
- Fix crash in AI
- Dont allow to add more than 5 teams
unc0rr [Wed, 13 Sep 2006 19:26:16 +0000] rev 144
- Fix 'new team' regression
- Some improvements to AI
unc0rr [Mon, 11 Sep 2006 21:44:38 +0000] rev 143
- Many fixes to AI
- No more than one teamhealthsorter at a time
unc0rr [Mon, 11 Sep 2006 18:27:49 +0000] rev 142
fix 'Simple game' and playing demos
unc0rr [Sat, 09 Sep 2006 17:59:25 +0000] rev 141
- Small fix for AI
- Full-functional Multiplayer
displacer [Sat, 09 Sep 2006 16:59:10 +0000] rev 140
teams and hedgedogs num selection added to HWgame
unc0rr [Sun, 03 Sep 2006 18:01:34 +0000] rev 139
Fixed AI bug, introduced by previous changes
unc0rr [Sun, 03 Sep 2006 15:39:53 +0000] rev 138
Actualize translation
unc0rr [Sun, 03 Sep 2006 15:34:19 +0000] rev 137
Get game modes from right GameCFGWidget
unc0rr [Sun, 03 Sep 2006 15:26:52 +0000] rev 136
Implement bot levels
displacer [Sun, 03 Sep 2006 14:34:08 +0000] rev 135
margin reduced (space between commands in teamselect widget)
displacer [Sun, 03 Sep 2006 14:15:41 +0000] rev 134
spacing reduced, 4 hedgehog per team by default
unc0rr [Sun, 03 Sep 2006 13:54:45 +0000] rev 133
- Multiplayer game start button
- Alpha-transparent hedgehog for TeamSelWidget
displacer [Sun, 03 Sep 2006 12:56:13 +0000] rev 132
first hedgehogs number selection added
displacer [Mon, 28 Aug 2006 19:02:57 +0000] rev 131
resize bugfix
unc0rr [Sun, 27 Aug 2006 13:47:30 +0000] rev 130
Fix engine PRNG (accidentally deleted a line)
unc0rr [Sun, 27 Aug 2006 13:38:05 +0000] rev 129
All pages are "layouted" now
unc0rr [Sun, 27 Aug 2006 13:21:11 +0000] rev 128
Update file headers & delete unneeded files
unc0rr [Sun, 27 Aug 2006 13:16:40 +0000] rev 127
Use QUuid to generate seed, rand() to choose theme
unc0rr [Sun, 27 Aug 2006 12:41:27 +0000] rev 126
- Now really fix unicode issues
- Some other small fixes
unc0rr [Sat, 26 Aug 2006 10:54:13 +0000] rev 125
Fix unicode names in net game
unc0rr [Sat, 26 Aug 2006 09:41:33 +0000] rev 124
Fixed PRNG to properly use seed string
unc0rr [Sun, 20 Aug 2006 19:22:12 +0000] rev 123
Various small fixes
displacer [Sun, 20 Aug 2006 17:34:22 +0000] rev 122
resize bugfix
displacer [Sun, 20 Aug 2006 17:18:53 +0000] rev 121
resize fix
displacer [Sun, 20 Aug 2006 15:22:26 +0000] rev 120
flat buttons
unc0rr [Fri, 18 Aug 2006 21:02:11 +0000] rev 119
Fix prefix issues
displacer [Fri, 18 Aug 2006 20:46:43 +0000] rev 118
pixmap for command as its fort
displacer [Fri, 18 Aug 2006 20:37:50 +0000] rev 117
HWTeam integration in team select widget
displacer [Fri, 18 Aug 2006 19:59:16 +0000] rev 116
GameUIConfig* member removed
unc0rr [Fri, 18 Aug 2006 14:17:25 +0000] rev 115
Fix compilation on *nix
displacer [Thu, 17 Aug 2006 18:16:51 +0000] rev 114
add remove command slot fixed
unc0rr [Thu, 17 Aug 2006 13:54:18 +0000] rev 113
- Many small fixes in engine
- Better widget placement and translation update in frontend
unc0rr [Wed, 16 Aug 2006 21:35:27 +0000] rev 112
Fix use of slot 8 and avoid such bug in future
unc0rr [Wed, 16 Aug 2006 11:41:00 +0000] rev 111
- 'net nickname' and 'server address' options are on PageNet
- Don't set bots process thread pointer to nil
unc0rr [Mon, 14 Aug 2006 14:49:40 +0000] rev 110
- Use right packet length
- Show messagebox when failed to run engine
unc0rr [Sat, 12 Aug 2006 17:41:02 +0000] rev 109
- Initialize translations earlier
- Fix some small issues and small cleanup
unc0rr [Fri, 11 Aug 2006 20:00:29 +0000] rev 108
Small fixes for better FPC compatibility
unc0rr [Fri, 11 Aug 2006 16:17:50 +0000] rev 107
- Many type fixes
- Get rid of all pointer<->integer typecasts
unc0rr [Thu, 10 Aug 2006 22:19:35 +0000] rev 106
Small fix for 64bit compatibility
unc0rr [Thu, 10 Aug 2006 21:52:14 +0000] rev 105
- Fixed integer->longint
- Many small changes
unc0rr [Thu, 10 Aug 2006 21:22:55 +0000] rev 104
Add simple SDL test app
unc0rr [Mon, 07 Aug 2006 22:49:50 +0000] rev 103
Tool for debugging
unc0rr [Mon, 07 Aug 2006 12:08:43 +0000] rev 102
New faster random generator
unc0rr [Sun, 06 Aug 2006 20:58:05 +0000] rev 101
Get rid of pointer <> integer typecasts
unc0rr [Sun, 06 Aug 2006 20:08:15 +0000] rev 100
Get rid of x86 assembler when using fpc
unc0rr [Sun, 06 Aug 2006 17:11:33 +0000] rev 99
- On windows make packages with all needed dlls
- Fix for long path failure
unc0rr [Sun, 06 Aug 2006 16:00:23 +0000] rev 98
Repair build system
unc0rr [Sun, 06 Aug 2006 15:48:48 +0000] rev 97
- make the game be run from ${PREFIX}/bin with data in ${PREFIX}/share/hedgewars/Data
- fix build
unc0rr [Sun, 06 Aug 2006 15:47:20 +0000] rev 96
prepare for the next commit
unc0rr [Sat, 05 Aug 2006 20:57:36 +0000] rev 95
- Fixed compilation
- Rewritten attack code
- Many small changes
unc0rr [Mon, 31 Jul 2006 11:31:31 +0000] rev 94
+1 layouted page
unc0rr [Sun, 30 Jul 2006 22:18:37 +0000] rev 93
- small fix to translation
- Forts preview renders square pixmap
unc0rr [Sun, 30 Jul 2006 18:59:35 +0000] rev 92
- Fix win message to appear only after all hedgehogs death
- 2 more land templates
unc0rr [Sun, 30 Jul 2006 18:57:44 +0000] rev 91
oops, forgot to commit a file
unc0rr [Thu, 27 Jul 2006 21:13:04 +0000] rev 90
One more page become layouted
unc0rr [Thu, 27 Jul 2006 15:24:14 +0000] rev 89
- Fix various bugs
- CPack support
unc0rr [Wed, 26 Jul 2006 13:44:11 +0000] rev 88
- Fix internationalization issues
- Full Russian translation
unc0rr [Wed, 26 Jul 2006 12:25:48 +0000] rev 87
Convert all pages to classes
unc0rr [Tue, 25 Jul 2006 20:19:46 +0000] rev 86
Predefined teams, 'simple game' doesn't need to create team
unc0rr [Tue, 25 Jul 2006 13:32:11 +0000] rev 85
New GameCFGWidget. Now it's possible to set forts mode from ui
unc0rr [Mon, 24 Jul 2006 22:37:34 +0000] rev 84
Start rewrite ui
unc0rr [Mon, 24 Jul 2006 14:03:51 +0000] rev 83
- First hedgehog in team has first turn in team
- AI fix: let bots go to the right
and... Show whether round finished with draw or team won... get rid of error message
unc0rr [Sun, 23 Jul 2006 21:22:44 +0000] rev 82
- New fort
- New weapon Fire Punch
- Many small fixes
unc0rr [Fri, 21 Jul 2006 20:37:44 +0000] rev 81
More translations
unc0rr [Thu, 20 Jul 2006 20:11:32 +0000] rev 80
- Fixed bug with hedgehog under water using rope
- Add locale support in engine
- Bots use ljump and hjump
- Fix shotgun rating
- Support for theme-dependent sprites
- Horizon and sky can have any image size
- Many small fixes
unc0rr [Sun, 16 Jul 2006 08:13:51 +0000] rev 79
- New test map
- Baseball bat
- Flames
- Bots can use baseball bat
- Many small changes
unc0rr [Wed, 12 Jul 2006 15:39:58 +0000] rev 78
Cluster bomb
unc0rr [Tue, 11 Jul 2006 21:23:00 +0000] rev 77
Delete two more deprecated files
unc0rr [Tue, 11 Jul 2006 21:09:06 +0000] rev 76
Delete deprecated folder .)
unc0rr [Tue, 11 Jul 2006 21:04:05 +0000] rev 75
- New First Aid powerup
- New power progressbar
- Less powerful Desert Eagle
- Bots can use Desert Eagle
- Set TurnTimeLeft to 0 when hh damaged
- Bots can handle situation when ammo is over
- Bots can go in different directions to reach good position, not just only go left or right
- Small fixes for FillLand (use all the array)
- Fixes for world geometry, get rid of one variable
- Added missed in previous commit files
- New test map
unc0rr [Sat, 08 Jul 2006 21:40:03 +0000] rev 74
- Unicode support for team and hedgehogs names
- Clouds move in vertical direction also
- Many fixes to hedgehog physics
- Support for different images in 16 and 32 bit screen resolution
- Fixed bots behavior after attack
- Fixed camera behavior right after the game start
unc0rr [Mon, 03 Jul 2006 17:46:58 +0000] rev 73
- More smooth hedgehogs physics
- Use CMake build system
unc0rr [Thu, 29 Jun 2006 18:27:53 +0000] rev 72
Basic save support in engine
unc0rr [Wed, 28 Jun 2006 18:27:42 +0000] rev 71
- Changed falling damage scoring
- Update version to 0.2
- Bots avoid explosions caused by their weapon
- Fix camera movement
unc0rr [Fri, 23 Jun 2006 20:02:41 +0000] rev 70
- Many AI improvements
- New 'spray objects' on generated land
- Many small fixes
unc0rr [Tue, 20 Jun 2006 21:22:15 +0000] rev 69
Show the bot thinking, when he does it after attack
unc0rr [Tue, 20 Jun 2006 21:21:31 +0000] rev 68
Collision-related stuff
unc0rr [Tue, 20 Jun 2006 21:20:06 +0000] rev 67
- 2 more Land templates
- prevent generated land to be outbound
unc0rr [Tue, 20 Jun 2006 21:18:49 +0000] rev 66
Many AI improvements, bots do think in separate thread
unc0rr [Tue, 20 Jun 2006 20:08:17 +0000] rev 65
- Workaround on FreePascal textfiles parsing bug (indefinite loop while "read(f, a, b, c)")
- Update Makefile
unc0rr [Wed, 14 Jun 2006 15:50:22 +0000] rev 64
- Start AI rewrite
- Many small changes
displacer [Fri, 24 Feb 2006 16:06:12 +0000] rev 63
Scroll added to team control widget
unc0rr [Sun, 05 Feb 2006 18:51:54 +0000] rev 62
No more hedgehogs hung in air
displacer [Sun, 05 Feb 2006 12:48:35 +0000] rev 61
colors added to teamselwidget
displacer [Sun, 05 Feb 2006 12:48:02 +0000] rev 60
vector removed & teamselwidget moved to constructor
unc0rr [Sat, 04 Feb 2006 22:37:12 +0000] rev 59
Fixed compile (second try)
unc0rr [Sat, 04 Feb 2006 22:35:09 +0000] rev 58
Fixed compile
unc0rr [Wed, 01 Feb 2006 20:42:53 +0000] rev 57
- Fixed compiling .)
- Fixed camera following gears
unc0rr [Wed, 25 Jan 2006 19:45:39 +0000] rev 56
- Replaced water sprite
- Many small ammo fixes
- Increased speed of placing land objects
- New land template
unc0rr [Sat, 21 Jan 2006 16:18:19 +0000] rev 55
Send run parameters by cmd line, game parameters by IPC... breaks network game
unc0rr [Fri, 20 Jan 2006 19:02:50 +0000] rev 54
- Fixed game loading
- New unit for graphic functions
unc0rr [Thu, 19 Jan 2006 21:12:20 +0000] rev 53
- Fixed bubble theme object
- Hedgehogs are round now when checking collisions and hedgehog isn't going, increased perfomance
- Gears are square when checking collisions
- Ability to load map from png file
- Show more clear information when fail to load file
unc0rr [Sun, 15 Jan 2006 23:56:47 +0000] rev 52
- Rename frontend to hedgewars and compile it to engine directory
- Added icon for windows
- Added incomplete russian translation
unc0rr [Sun, 15 Jan 2006 23:32:58 +0000] rev 51
- Get rid of hwserv and runhelper
- Rename hw -> hwengine
- Updated copyright info
- Fixed graves not reacting on explosion
- Fixed fpc warning
- Fill Land by another ( hope better) way
- One more land template
displacer [Sun, 15 Jan 2006 23:31:34 +0000] rev 50
TeamSelect widget alpha added
unc0rr [Sun, 15 Jan 2006 14:14:12 +0000] rev 49
- Teams health bars sorting
- Fixed slow walking on hedgehog
- Fixed accidently disabled bots' ammo
- Fixed exception when runnig engine without command line parameters
- One more template
unc0rr [Thu, 12 Jan 2006 22:07:36 +0000] rev 48
- New /skip command
- Fixed "AI: incorrect try to switch weapon" bug
unc0rr [Thu, 12 Jan 2006 16:33:26 +0000] rev 47
Show team health bars, without sorting yet
unc0rr [Wed, 11 Jan 2006 20:01:36 +0000] rev 46
- Fixed dynamit sprite
- Console with autocompletion
displacer [Tue, 10 Jan 2006 22:29:51 +0000] rev 45
DefaultTeam is now default to play with single and network game
displacer [Tue, 10 Jan 2006 21:57:41 +0000] rev 44
added default team on loading
unc0rr [Tue, 10 Jan 2006 19:53:18 +0000] rev 43
- Removed dark pixels on the corners of health case
- Cleaned up dynamite code
- Dynamite sprite
- Frontend shows error messages from engine (except IPC-related :) )
- changed IPC-related stuff in frontend
unc0rr [Mon, 09 Jan 2006 20:33:12 +0000] rev 42
- Fixed console behavior
- Fixed pickhammer
- Fixed bots using of shotgun and desert eagle
- Fixed shotgun and desert eagle
- Added health cases
unc0rr [Mon, 09 Jan 2006 20:29:14 +0000] rev 41
- Fixed crash in IPC code
- Fix exec engine by frontend
unc0rr [Sat, 07 Jan 2006 15:23:45 +0000] rev 40
- More binds
- Caching buffer fixes
unc0rr [Sat, 07 Jan 2006 15:21:44 +0000] rev 39
- Increased FPS
- Dynamite, not full implemetation
- Bots can use Desert Eagle
- Various fixes for collisions with hhs and ammo
- Simplified mine code
unc0rr [Thu, 05 Jan 2006 22:55:45 +0000] rev 38
Better Desert Eagle and Shotgun
unc0rr [Thu, 05 Jan 2006 15:54:22 +0000] rev 37
- Properly get seed in net game
- Changed graphics to not get different collisions array in different bit depth
- Make log files of different clients look more similar in net game
- Start to implement new ammo
- Properly handle intersections with current hedgehog
unc0rr [Sat, 31 Dec 2005 13:46:49 +0000] rev 36
- Anti-flood and anti-lag changes
- Fixed crash on connect to net server
unc0rr [Sat, 31 Dec 2005 13:45:09 +0000] rev 35
- New rope
- Increased speed in windowed mode
- Surfaces with alpha channel blit poperly in windowed mode
- +1 land template
unc0rr [Wed, 28 Dec 2005 23:34:22 +0000] rev 34
fixed "hang" on first run
unc0rr [Wed, 28 Dec 2005 23:30:33 +0000] rev 33
fix to compile on Linux
unc0rr [Wed, 28 Dec 2005 22:18:11 +0000] rev 32
With this patch the game doesn't crash when gaming by net
unc0rr [Tue, 27 Dec 2005 10:20:55 +0000] rev 31
Now net game is near available, but exception occurs...
unc0rr [Tue, 27 Dec 2005 10:19:21 +0000] rev 30
- Fixed slow sprite blt
- More and better land templates
unc0rr [Fri, 23 Dec 2005 23:14:31 +0000] rev 29
More work on net game, still far from complete
unc0rr [Fri, 16 Dec 2005 20:59:49 +0000] rev 28
- clear demos list before adding items
- start to implement net game
unc0rr [Fri, 16 Dec 2005 20:57:14 +0000] rev 27
- improve land generation
- don't use themes with no objects
unc0rr [Wed, 07 Dec 2005 20:36:55 +0000] rev 26
Frontend lets define more binds
unc0rr [Tue, 06 Dec 2005 19:46:40 +0000] rev 25
- Get rid of old frontend
- additions to avematan theme
- many work on frontend
unc0rr [Mon, 05 Dec 2005 21:46:15 +0000] rev 24
Add theme objects to land
unc0rr [Sun, 04 Dec 2005 19:06:56 +0000] rev 23
- Land generator uses templates to generate
- Small fixes
unc0rr [Sun, 04 Dec 2005 15:28:31 +0000] rev 22
- Fixed spawning boxes under water
- Don't spawn mines in forts mode
- Changed ping?pong! messages
- Small optimization of random
- New cool land generator
unc0rr [Sun, 13 Nov 2005 22:13:58 +0000] rev 21
- Many improvements to frontend
- Small optimization of generating random data in uRandom.pas
unc0rr [Wed, 09 Nov 2005 18:31:11 +0000] rev 20
frontend rewrite for QT4
unc0rr [Wed, 26 Oct 2005 21:15:35 +0000] rev 19
Binds and various fixes
unc0rr [Wed, 26 Oct 2005 17:26:39 +0000] rev 18
Start to write QT frontend
unc0rr [Mon, 12 Sep 2005 21:16:57 +0000] rev 17
minor code review
unc0rr [Sun, 11 Sep 2005 21:02:11 +0000] rev 16
- Various fixes for ammo cases
- Spawning case on turn end (max 5 cases)
unc0rr [Sun, 11 Sep 2005 11:45:01 +0000] rev 15
- Minor code simplifying
- Stub for spawning cases with ammo on turn end
unc0rr [Fri, 09 Sep 2005 21:45:31 +0000] rev 14
- Mine checks whether a hedgehog is near less frequently
- Case with ammo (not fully implemented)
unc0rr [Wed, 07 Sep 2005 18:51:53 +0000] rev 13
- Show no crosshair when using mine
- Fix for ability to play one kind of sound in many channels simultaneously
- Sound for activated mine
unc0rr [Tue, 06 Sep 2005 19:09:39 +0000] rev 12
Fix reading out of bounds of the collisions array. This fixes flying hedgehogs and not moving after explosion
unc0rr [Sun, 04 Sep 2005 21:19:19 +0000] rev 11
Fix some issues with sound
unc0rr [Sat, 03 Sep 2005 16:01:28 +0000] rev 10
- Mine weapon
- Random mines on map
- Refactored code that places weapons to slots
- Generating more spawn points
- cMaxSlot -> cMaxSlotIndex, cMaxSlotAmmo -> cMaxSlotAmmoIndex
- Changed weapons to slots mapping
unc0rr [Thu, 01 Sep 2005 18:41:23 +0000] rev 9
- Show explosion
- Use Gear.State instead of Gear.Tag in gtSmokeTrace
unc0rr [Sun, 28 Aug 2005 19:00:20 +0000] rev 8
- Hedgehogs spawn points can be generated under the girder
- rename CountZeroz -> CountNonZeroz
unc0rr [Thu, 25 Aug 2005 17:57:37 +0000] rev 7
Fixed problem with hedgehog physics when turn is over and hedgehog is jumping
unc0rr [Thu, 25 Aug 2005 17:15:36 +0000] rev 6
Smooth change wind bar
unc0rr [Thu, 25 Aug 2005 16:45:58 +0000] rev 5
Show wind speed on bar
unc0rr [Tue, 23 Aug 2005 16:17:53 +0000] rev 4
- set svn:eol-style to native
- Fixes for compilation and run on *nix
- Read hedgehogs spawn points from fort's config
unc0rr [Mon, 22 Aug 2005 21:38:06 +0000] rev 3
- On every frame there was made one superfluous game tick resulting in variable game speed
- Removed comment written in russian
unc0rr [Mon, 22 Aug 2005 15:06:42 +0000] rev 2
- Support for forts game mode option. Works for demos, frontend doesn't support it.
- Updated copyright info for forts
unc0rr [Mon, 22 Aug 2005 13:35:41 +0000] rev 1
Add current sources.
hw, hwserv and runhelper are compilable under Windows and *nix with FreePascal (and use -Od option) and run well on these OSes
Hedge.dpr can be run only in Windows... to be ported
root [Sun, 21 Aug 2005 20:58:04 +0000] rev 0
"default layout"