Xeli [Mon, 28 May 2012 19:33:57 +0200] rev 7141
change the array which represents the keyboard state to be a boolean array rather than byte array
Xeli [Mon, 28 May 2012 19:15:51 +0200] rev 7140
Don't allow for multiple key up(or down) events, it will ignore the excess events
nemo [Mon, 28 May 2012 12:21:54 -0400] rev 7139
Also change Highlander and Racer
Wolfgang Steffens <WolfgangSteff@gmail.com> [Mon, 28 May 2012 10:38:27 +0200] rev 7138
moved generic matrix code to uMatrix.pas
updated shader and client logic to use a mat4 rather than
ftransform or gl_ModelViewProjectionMatrix.
unc0rr [Mon, 28 May 2012 20:04:49 +0400] rev 7137
merge
Wolfgang Steffens <WolfgangSteff@gmail.com> [Mon, 28 May 2012 10:34:33 +0200] rev 7136
merge
nemo [Mon, 28 May 2012 01:51:50 -0400] rev 7135
Add onGameTick20 to try and encourage lua to be a bit more efficient. Rewrite Space Invasion to use it. Top speed of aliens is 25% higher now, although that could be changed, I kinda liked it. Change parameter order of div().
unc0rr [Mon, 28 May 2012 17:54:23 +0400] rev 7134
Some improvements to pas2c
unc0rr [Mon, 28 May 2012 00:44:51 +0400] rev 7133
Fix a remote crasher
unc0rr [Fri, 25 May 2012 15:35:48 +0400] rev 7132
- Fix some AI stupidness factors
- Slight optimizations and formatting
unc0rr [Mon, 28 May 2012 00:43:36 +0400] rev 7131
Make frontend compile with clang
unc0rr [Sun, 27 May 2012 23:42:43 +0400] rev 7130
- Allow switching colors with mouse wheel
- Use indices instead of color values
- Introduce a model for colors
- Some small fixes, .pro can be used to build again
- Yay, tested it to work via network (and fixed a bug!)
(TODO: pass colors to engine by index)
Wolfgang Steffens <WolfgangSteff@gmail.com> [Fri, 25 May 2012 09:00:54 +0200] rev 7129
initial GLSL1.2 test version
nemo [Sat, 26 May 2012 16:50:51 -0400] rev 7128
Minor freezer changes, allow snow to accumulate on indestructible terrain too.
Wolfgang Steffens <WolfgangSteff@gmail.com> [Fri, 25 May 2012 08:51:54 +0200] rev 7127
Removed lazy update: workaround for R7103
unc0rr [Sat, 26 May 2012 22:27:57 +0400] rev 7126
Bring leftTeams back (with a fix) as it is apparently needed for spectators.
Wolfgang Steffens <WolfgangSteff@gmail.com> [Fri, 25 May 2012 08:42:26 +0200] rev 7125
merge
unc0rr [Fri, 25 May 2012 00:06:42 +0400] rev 7124
- Restore pre-
r9257cf8e7af2 behavior
- Get rid of leftTeams, send REMOVE_TEAM immediately instead
Medo <smaxein@googlemail.com> [Wed, 23 May 2012 22:46:37 +0200] rev 7123
Merge
nemo [Wed, 23 May 2012 16:51:37 -0400] rev 7122
Fix reported in
bug #327, comment #3 - untested but seems reasonable/safe.
nemo [Wed, 23 May 2012 16:34:12 -0400] rev 7121
http://www.demoties.com/wp-content/uploads/2011/03/mar-01-6.jpg
unc0rr [Wed, 23 May 2012 23:30:50 +0400] rev 7120
Mark team for deletion when letting others know it has left during game. Should help with quitters problem.
unc0rr [Wed, 23 May 2012 23:24:03 +0400] rev 7119
Don't remove already removed team
Xeli [Wed, 23 May 2012 21:19:15 +0200] rev 7118
wops add this too
Xeli [Wed, 23 May 2012 21:16:44 +0200] rev 7117
reimplemented ResetKbd and calling it when exiting gsChat status, this restores behavior from.17: You can now walk -> press t/chat -> type some stuff while still walking -> exit gsChat and stop walking at that moment
Xeli [Wed, 23 May 2012 19:56:14 +0200] rev 7116
android: fix the default make target
Xeli [Wed, 23 May 2012 19:54:53 +0200] rev 7115
Android: add freezer commit message
koda [Wed, 23 May 2012 02:39:30 +0200] rev 7114
add NOPNG to cmake to explicitly disable PNG dependency
reorganise osx detection and variable initalization (simpler crosscompiling) in cmake
koda [Wed, 23 May 2012 01:53:25 +0200] rev 7113
add GHC and GHFLAGS from cmake too
koda [Wed, 23 May 2012 01:39:31 +0200] rev 7112
rename a few internal cmake variables (for consistency and readability)
Wolfgang Steffens <WolfgangSteff@gmail.com> [Tue, 22 May 2012 09:25:03 +0200] rev 7111
Replaced matrix related FFP code with explicit matrix calculations.
The modelview matrices now get uploaded at a single point via glLoadMatrix4
rather than using the GL1 matrix stack.
In the GL2 variant this will become a uniform upload.
Medo <smaxein@googlemail.com> [Tue, 22 May 2012 11:19:32 +0200] rev 7110
Merge
koda [Wed, 23 May 2012 00:45:37 +0200] rev 7109
there a libSDLMain.a in the bundled SDL framework
Wolfgang Steffens <WolfgangSteff@gmail.com> [Tue, 22 May 2012 09:18:46 +0200] rev 7108
Merge
Xeli [Tue, 22 May 2012 00:41:26 +0200] rev 7107
android: possible fix for bitmap recycle errors
Xeli [Tue, 22 May 2012 00:40:43 +0200] rev 7106
fixed wheelup/down
Wheel up and down used to be swapped in both binds.cpp and uKeys.pas (2 wrongs make a right eh)
After I fixed uKeys zooming was inverted, so I changed binds.cpp too, but now existing teams will still have its zoom inverted..
koda [Mon, 21 May 2012 22:54:34 +0200] rev 7105
add a nilcheck
nemo [Mon, 21 May 2012 16:46:24 -0400] rev 7104
checksum
unc0rr [Tue, 22 May 2012 00:29:32 +0400] rev 7103
Feel free to add real checksum function
koda [Mon, 21 May 2012 06:34:17 +0200] rev 7102
better lazy loading for cScaleFactor
nemo [Sun, 20 May 2012 19:42:55 -0400] rev 7101
Ok. I think *this* should flip it correctly...
Xeli [Sun, 20 May 2012 21:09:13 +0200] rev 7100
android: added an unsigned target to the makefile, to help automate signing
Xeli [Sun, 20 May 2012 17:17:21 +0200] rev 7099
remove the need to qt and co when using cmake with -DANDROID=1
nemo [Sun, 20 May 2012 10:55:58 -0400] rev 7098
Minor tweaks to freezer, mostly to simplify current state to laptop
nemo [Sun, 20 May 2012 10:45:16 -0400] rev 7097
clean up pngs
mikade <redgrinner@gmail.com> [Sun, 20 May 2012 10:54:52 +0200] rev 7096
merge
mikade <redgrinner@gmail.com> [Sun, 20 May 2012 00:08:26 +0200] rev 7095
+ Trivial update.
+ Script for managing WxW, AFR, and Surf'n'Crate shoppa-variants.
mikade <redgrinner@gmail.com> [Sat, 19 May 2012 17:15:12 +0200] rev 7094
A few scripts to try out. 2x challenge, 1x GSoC training, 1x user mission.
nemo [Sun, 20 May 2012 01:00:00 -0400] rev 7093
Bit more freezer.
nemo [Fri, 18 May 2012 13:35:22 -0400] rev 7092
Add an emergency return to the timebox in the case of death of rest of team. Also add a small visual effect to AI survival
nemo [Thu, 17 May 2012 20:23:58 -0400] rev 7091
Might help if this was actually its own unique weapon
nemo [Thu, 17 May 2012 18:22:20 -0400] rev 7090
Provide training/campaign with a random seed to ignore/use.
Xeli [Thu, 17 May 2012 20:19:35 +0200] rev 7089
remove ProcessKdb references all together, removed movecursor() because it doesnt seem to do anything
Xeli [Thu, 17 May 2012 20:01:56 +0200] rev 7088
first attempt at fixing controller/gamepad, it works with the android controller but it doesnt have hats/buttons, needs testing
Xeli [Thu, 17 May 2012 16:52:17 +0200] rev 7087
dont allow choosing weapons when the AI is playing
Xeli [Thu, 17 May 2012 16:51:54 +0200] rev 7086
android typo/sabotage
Xeli [Thu, 17 May 2012 15:58:24 +0200] rev 7085
fix sdl13 build
Wolfgang Steffens <WolfgangSteff@gmail.com> [Mon, 14 May 2012 22:14:17 +0200] rev 7084
readded optimization for SetScale
Xeli [Thu, 17 May 2012 15:58:04 +0200] rev 7083
unbreak android build
- export the Game function
- fill the ammo store with 0s in the frondend, if we're missing any weapons
- use english as default language
Wolfgang Steffens <WolfgangSteff@gmail.com> [Mon, 14 May 2012 19:48:34 +0200] rev 7082
Replaced FFP code that sets up orthogonal projection with explicit matrix
calculation. Storing the orthogonal projection in the projection matrix for
legacy GL (1.x) rather than in the modelview matrix.
Xeli [Tue, 15 May 2012 21:07:47 +0200] rev 7081
android: add missing graphics, only placeholders tho..
Wolfgang Steffens <WolfgangSteff@gmail.com> [Mon, 14 May 2012 19:26:50 +0200] rev 7080
Refactored TTexture to allow encoding sprite(s) at an arbitrary location within
a (possibly shared) physical texture.
The original variant only allowed encoding a sprite at the bottomleft of a
larger physical texture to use NPOT sprites on POT only supporting systems.
unc0rr [Mon, 14 May 2012 22:47:56 +0400] rev 7079
Learn hask^Wpascal, dudes!
nemo [Sun, 13 May 2012 18:50:04 -0400] rev 7078
AI can't use cWindSpeedf since it now does a smooth transition
nemo [Sun, 13 May 2012 18:31:05 -0400] rev 7077
oops
nemo [Sun, 13 May 2012 14:56:05 -0400] rev 7076
Dammit Xeli
unc0rr [Sun, 13 May 2012 21:46:50 +0400] rev 7075
'\xd7af' -> 0xd7af
unc0rr [Sun, 13 May 2012 21:39:20 +0400] rev 7074
Make uUtils.c compile
unc0rr [Sun, 13 May 2012 01:54:26 +0400] rev 7073
help pas2c
unc0rr [Sun, 13 May 2012 00:50:45 +0400] rev 7072
More magic
nemo [Sat, 12 May 2012 16:45:06 -0400] rev 7071
unc0rr's magic macro
unc0rr [Sun, 13 May 2012 00:40:01 +0400] rev 7070
oops, wrong type
unc0rr [Sat, 12 May 2012 23:55:09 +0400] rev 7069
pas2c stuff again
unc0rr [Sat, 12 May 2012 22:50:33 +0400] rev 7068
Get rid of cripple SendIPCc
unc0rr [Sat, 12 May 2012 22:44:39 +0400] rev 7067
A solution to char vs string problem: mark single-letter strings with _S macro
unc0rr [Sat, 12 May 2012 22:13:56 +0400] rev 7066
Make pas2c even more happier with uGears.c, allow assigning arrays in some cases
unc0rr [Sat, 12 May 2012 00:25:49 +0400] rev 7065
Add missing identifiers
nemo [Fri, 11 May 2012 16:09:11 -0400] rev 7064
Fix casing and type for gl
unc0rr [Fri, 11 May 2012 23:36:42 +0400] rev 7063
sysutils -> SysUtils
unc0rr [Fri, 11 May 2012 23:34:35 +0400] rev 7062
Recognize length on arrays as a separate function
unc0rr [Fri, 11 May 2012 23:22:01 +0400] rev 7061
More tolerance to pas2c
unc0rr [Fri, 11 May 2012 23:03:28 +0400] rev 7060
Properly track type in ref2CF, this fixes issues with functions returning strings used in expression (like "a" + line())
unc0rr [Fri, 11 May 2012 22:54:19 +0400] rev 7059
Define NOCONSOLE for pas2c
unc0rr [Fri, 11 May 2012 22:50:52 +0400] rev 7058
uCommandHandlers now compiles
unc0rr [Fri, 11 May 2012 22:35:09 +0400] rev 7057
Support operator 'in', replace it with equality checks against each element of set
unc0rr [Fri, 11 May 2012 22:17:39 +0400] rev 7056
Recognize (hwFloat op int) expressions
unc0rr [Fri, 11 May 2012 22:09:34 +0400] rev 7055
Convert "unit.function()" properly
unc0rr [Fri, 11 May 2012 21:10:58 +0400] rev 7054
Function to compare string to char ftw
unc0rr [Fri, 11 May 2012 20:01:57 +0400] rev 7053
Make pas2c happier with uSound
unc0rr [Fri, 11 May 2012 19:33:21 +0400] rev 7052
Be more wise about constant initialization expressions being not arrays
nemo [Fri, 11 May 2012 11:08:50 -0400] rev 7051
Avoid returning an array for the sake of pas2c
koda [Fri, 11 May 2012 00:11:01 +0200] rev 7050
fix building with lua (i think)
koda [Fri, 11 May 2012 00:05:47 +0200] rev 7049
minor changes for warnings and a variables scope
koda [Thu, 10 May 2012 23:21:56 +0200] rev 7048
the ios port runs again, although with a few things to sort out
koda [Thu, 10 May 2012 22:15:31 +0200] rev 7047
ios: this commit just removes the overlay class files (with all submenus and resources) while working on a proper restoration
unc0rr [Fri, 11 May 2012 01:01:29 +0400] rev 7046
Fix identifiers case in uLandTemplates (too lazy to make proper implementation in pas2c)
unc0rr [Fri, 11 May 2012 00:36:32 +0400] rev 7045
Declare Param* functions
unc0rr [Fri, 11 May 2012 00:33:14 +0400] rev 7044
Fix for Int type and sysutils in hwengine.pas
unc0rr [Fri, 11 May 2012 00:28:06 +0400] rev 7043
Some work to make more units compile after conversion to c
unc0rr [Thu, 10 May 2012 23:51:05 +0400] rev 7042
Support overloaded operators on (hwFloat op hwFloat) calls
unc0rr [Thu, 10 May 2012 22:55:13 +0400] rev 7041
More definitions and mess with pascal code
unc0rr [Thu, 10 May 2012 13:45:47 +0400] rev 7040
Render function variables in struct with no mangling. 13 C units are compilable now.
unc0rr [Thu, 10 May 2012 13:41:18 +0400] rev 7039
Handle function type differently
unc0rr [Thu, 10 May 2012 13:16:31 +0400] rev 7038
Some more definitions and slight fixes
unc0rr [Thu, 10 May 2012 11:29:18 +0400] rev 7037
uAmmos.c now compiles (3 warnings though)
unc0rr [Thu, 10 May 2012 11:12:06 +0400] rev 7036
Implement built-in functions Low() and High()
nemo [Wed, 09 May 2012 17:33:25 -0400] rev 7035
Reflects change in previous revision to uTypes
unc0rr [Thu, 10 May 2012 00:58:05 +0400] rev 7034
(PointerTo (SimpleType _)) could be a pointer to a non-struct type
unc0rr [Tue, 08 May 2012 00:17:02 +0400] rev 7033
Prepend unit name to function identifiers
unc0rr [Mon, 07 May 2012 23:48:24 +0400] rev 7032
Mangle overloaded functions (only different number of parameters is supported)
koda [Mon, 07 May 2012 14:53:08 +0200] rev 7031
when Lua is not found, fallback to compiling the one that comes bundled in our sources
koda [Mon, 07 May 2012 11:59:09 +0200] rev 7030
invert LUA symbol meaning and avoid hints when compiling without it
koda [Mon, 07 May 2012 10:51:32 +0200] rev 7029
add support for FPC and FPFLAGS cmake arguments (helps crosscompiling)
koda [Sat, 05 May 2012 19:04:59 +0100] rev 7028
old typed const moved to their proper unit
koda [Sat, 05 May 2012 18:10:41 +0100] rev 7027
the scope cleanup continues...
koda [Sat, 05 May 2012 17:29:04 +0100] rev 7026
split OnDestroy across the appropriate modules (this doen't cause leaks on mobile, right?)
koda [Sat, 05 May 2012 17:19:33 +0100] rev 7025
revisit isTerminated in hwengine
koda [Sat, 05 May 2012 16:53:46 +0100] rev 7024
fix more breakage
Xeli [Sat, 05 May 2012 16:41:14 +0200] rev 7023
removed the default argument in uWorld
Xeli [Sat, 05 May 2012 16:38:41 +0200] rev 7022
fix breakage
koda [Sat, 05 May 2012 15:17:16 +0100] rev 7021
adjust the scope of a few uSound variables and functions
Medo <smaxein@googlemail.com> [Thu, 03 May 2012 22:48:02 +0200] rev 7020
Merge
unc0rr [Sat, 05 May 2012 00:01:12 +0400] rev 7019
Convert namespace from list into map in preparation for implementation of overloaded functions support. Greatly improve speed of rendering as a side effect (parse + render time reduced from 5:20 to 0:20)
sheepluva [Thu, 03 May 2012 19:00:17 +0200] rev 7018
some tweaks/fixes/etc to the map preview and reload stuff
also fixed an old bug of a "stuck random/drawn map preview" when changing maps quickly
sheepluva [Thu, 03 May 2012 14:21:53 +0200] rev 7017
visually indicate when map preview generation is in progress.
koda [Thu, 03 May 2012 16:04:38 +0100] rev 7016
HAPPY 7000th COMMIT HEDGEWARS
- enforce strong typechecking for strings
- disable embedded fpc exceptions (binary size savings of ~5k)
- add stack check in debug mode
sheepluva [Thu, 03 May 2012 13:25:40 +0200] rev 7015
add DLC button to net game room
sheepluva [Thu, 03 May 2012 12:33:08 +0200] rev 7014
+ display lack of map in a nice way, don't generate bogus preview in the background
* improve map selection behavior in online mode, so that players can load a missing map and have it correctly selected after pressing F5 without any rejoin, map-reselection. also doesn't cause "different maps generated" anymore if map is missing, instead the person lacking the map gets "invalid genmap" and drops out of game immediatly
unc0rr [Thu, 03 May 2012 12:21:16 +0400] rev 7013
Get rid of overloaded functions in uRenderUtils
nemo [Thu, 03 May 2012 00:21:17 -0400] rev 7012
merge
sheepluva [Thu, 03 May 2012 03:18:10 +0200] rev 7011
small tweaks/fixes to room list header saving and restore...
setModel should be really done in the constructor of the page IMO btw
nemo [Thu, 03 May 2012 00:20:58 -0400] rev 7010
Switch effects to longint for convenience of tracking ice states. I could add a new Hedgehog value, but since we have this effects list being all useless as booleans anyway...
Medo <smaxein@googlemail.com> [Thu, 03 May 2012 15:34:26 +0200] rev 7009
Updated android support library to the latest version (r8)
sheepluva [Thu, 03 May 2012 02:45:08 +0200] rev 7008
fix a previewmap-related QObject::disconnect segfault
nemo [Wed, 02 May 2012 19:16:12 -0400] rev 7007
Initial stub for freezer
Medo <smaxein@googlemail.com> [Wed, 02 May 2012 23:53:45 +0200] rev 7006
Merge
sheepluva [Thu, 03 May 2012 01:18:29 +0200] rev 7005
fix: issue with playing team list vertically collapsing
nemo [Wed, 02 May 2012 18:36:27 -0400] rev 7004
Workaround for stuck pages.
sheepluva [Wed, 02 May 2012 21:45:55 +0200] rev 7003
tweak how the header customization is stored in the settings file
unc0rr [Wed, 02 May 2012 22:51:42 +0400] rev 7002
Render float consts into defines
unc0rr [Wed, 02 May 2012 22:12:58 +0400] rev 7001
GetRandom -> GetRandomf
sheepluva [Wed, 02 May 2012 19:36:23 +0200] rev 7000
allow F5 magic to refresh demos/saves list too
koda [Wed, 02 May 2012 16:36:11 +0100] rev 6999
rename a few Draw* routines
koda [Wed, 02 May 2012 14:41:21 +0100] rev 6998
wut?
koda [Wed, 02 May 2012 14:35:54 +0100] rev 6997
remove old ukeys hooks from pascalexport (definitely breaking the ios port, will have to work on that, but for now sheepluva and xeli will be happy *hopefully*)
sheepluva [Wed, 02 May 2012 15:33:34 +0200] rev 6996
rooms list
+ reorder filter chain for better performance (sorting and full-text search are now last step, not first)
+ automatically restore custom column widths and sort settings...
sheepluva [Wed, 02 May 2012 14:30:22 +0200] rev 6995
roomslist: reimplement filters
implementation details: YO DAWG, I herd you like QSortFilterProxyModels, so I put a QSortFilterProxyModel in your QSortFilterProxyModel in your QSortFilterProxyModel in your QSortFilterProxyModel so that you can filter while you filter while you filter while you filter!
nemo [Wed, 02 May 2012 07:39:25 -0400] rev 6994
remove IFDEF 0 for sake of poor parser
sheepluva [Wed, 02 May 2012 13:00:10 +0200] rev 6993
room list: replace magic table column indexes with enum. makes future changes to the room list format way easier.
koda [Wed, 02 May 2012 11:43:43 +0100] rev 6992
marked a couple of functions as inline
resolved all warnings/hints/notes
added -Ooregvar optimisation (stores frequently used variables in registers, saving ~30k code size)
sheepluva [Wed, 02 May 2012 12:24:44 +0200] rev 6991
make search filter field have a useable size on low frontend resolution
koda [Wed, 02 May 2012 10:53:13 +0100] rev 6990
change every return value into a more pascal-ish form, using the name of the fucntion (helps the parser and macpas compaitilibity)
sheepluva [Wed, 02 May 2012 11:28:38 +0200] rev 6989
make column sorting three-state: asc -> dsc -> off/default (= by room state)
sheepluva [Wed, 02 May 2012 10:57:36 +0200] rev 6988
sort by room state by default
sheepluva [Wed, 02 May 2012 10:47:21 +0200] rev 6987
allow custom sorting of roomslist (by clicking on header sections)
koda [Wed, 02 May 2012 08:07:17 +0100] rev 6986
add support for default pascal mode by removing default arguments value (maybe this also helps the parser)
nemo [Tue, 01 May 2012 17:33:28 -0400] rev 6985
Removing maps can cause desyncs. This is why we still have Cheese, Sticks, Sheep etc.
They need to remain until replacements are put in place.
sheepluva [Tue, 01 May 2012 23:03:25 +0200] rev 6984
remove map: Sticks
reason: obvious :P
sheepluva [Tue, 01 May 2012 21:24:04 +0200] rev 6983
roomslistmodel: prettier names for map +rnd+ etc.; point out unavailable maps
some other small tweaks and fixes
koda [Tue, 01 May 2012 19:56:55 +0200] rev 6982
breaking news, we don't support typed consts anymore
unc0rr [Tue, 01 May 2012 20:54:30 +0400] rev 6981
Hopefully this change doesn't break anything
unc0rr [Tue, 01 May 2012 20:54:02 +0400] rev 6980
Better type deriving
unc0rr [Tue, 01 May 2012 19:29:47 +0400] rev 6979
Declare const ints as enums
unc0rr [Tue, 01 May 2012 19:28:30 +0400] rev 6978
Make Str2PChar more pas2c-friendly
sheepluva [Tue, 01 May 2012 16:16:09 +0200] rev 6977
adjust column widths
fix a warning
koda [Tue, 01 May 2012 16:20:12 +0200] rev 6976
oops^2
koda [Tue, 01 May 2012 15:29:48 +0200] rev 6975
oops
koda [Tue, 01 May 2012 15:23:11 +0200] rev 6974
minor changes for more compatibilities with other compilers
sheepluva [Tue, 01 May 2012 14:57:40 +0200] rev 6973
RoomsListModel:
+ in progress icon
* fixed room delete and update (name match lookup was done in wrong column)
koda [Tue, 01 May 2012 11:39:24 +0100] rev 6972
remove SDL_SCANCODE_*
koda [Tue, 01 May 2012 11:25:44 +0100] rev 6971
add NULL definition and align types to their correct bitwidth
sheepluva [Tue, 01 May 2012 11:39:11 +0200] rev 6970
display haxx0red teams colors correctly.
also got rid of some casts and std:: iteration stuff
sheepluva [Tue, 01 May 2012 00:22:10 +0200] rev 6969
made the hog count thingy prettier when on low space... have fun squishing hogs!
sheepluva [Mon, 30 Apr 2012 23:14:40 +0200] rev 6968
Qt: fix issue with hog count being not visible on low resolutions/long team names and hard to read on very high resolutions
unc0rr [Mon, 30 Apr 2012 23:35:40 +0400] rev 6967
Support recurrent function calls. The code is kinda hackish and ugly, but I really spent a few hours thinking on a good solution.
sheepluva [Mon, 30 Apr 2012 20:12:43 +0200] rev 6966
add missing copyright headers to roomslistmodel
unc0rr [Mon, 30 Apr 2012 17:43:21 +0400] rev 6965
Rework string init macro
unc0rr [Mon, 30 Apr 2012 16:55:02 +0400] rev 6964
Raise exception when .inc file isn't found
Xeli [Sun, 29 Apr 2012 21:17:27 +0200] rev 6963
wops
Xeli [Sun, 29 Apr 2012 21:05:09 +0200] rev 6962
implement switch for the touch interface
Xeli [Sun, 29 Apr 2012 18:08:46 +0200] rev 6961
hide utilitywidget when changing turns, this also fixes some inconsistency when using targetting weapons
sheepluva [Sun, 29 Apr 2012 20:52:10 +0200] rev 6960
map, theme & style selection won't be lost on data updata now (except the selected map/theme/style is deleted ofc). enabling F5 key to reload data :>
sheepluva [Sun, 29 Apr 2012 17:23:05 +0200] rev 6959
make it auto-update (whoops,forgot)
sheepluva [Sun, 29 Apr 2012 17:12:49 +0200] rev 6958
hello GameStyleModel
Xeli [Sun, 29 Apr 2012 16:09:42 +0200] rev 6957
target using the utility button, this fixes bee
Xeli [Sun, 29 Apr 2012 14:10:59 +0200] rev 6956
enabled grenade timer, needs a button image
Xeli [Sat, 28 Apr 2012 15:18:30 +0200] rev 6955
wops, removed some writeln
Xeli [Sat, 28 Apr 2012 15:03:52 +0200] rev 6954
changed uKeys to uInputHandler to better reflect its function
sheepluva [Sun, 29 Apr 2012 14:00:35 +0200] rev 6953
* make HatModel update automatically (also renamed class and files)
* removed nemo's ghost file :P
sheepluva [Sat, 28 Apr 2012 18:56:31 +0200] rev 6952
license header year range adjustments
Xeli [Sat, 28 Apr 2012 14:41:40 +0200] rev 6951
- changed targetting, to launch an airstrike move the cursor/pointer to a location and then press the firebutton
- added a caption to try to explain this -_-
Xeli [Sat, 28 Apr 2012 12:46:57 +0200] rev 6950
-Fixed FingerHasMoved function, still might need a little tweaking
-Fixed targetting, it's not possible to fire airstrike and the like with a longpress, however it'll fire on the cursor not on the tap location
Xeli [Fri, 27 Apr 2012 23:39:01 +0200] rev 6949
remove last boolean keys references and using only ParseCommand in uTouch now
sheepluva [Sat, 28 Apr 2012 12:35:29 +0200] rev 6948
various comment tweaks/fixes
sheepluva [Sat, 28 Apr 2012 11:56:09 +0200] rev 6947
MapModel: add getters for random maps based on type, so that the mapContainer does not have to magically know how maps and separators are ordered within the model
sheepluva [Sat, 28 Apr 2012 09:25:30 +0200] rev 6946
fix for
issue #186 ("Screen gets messed up when selecting Hand Drawn Map")
nemo [Sat, 28 Apr 2012 00:08:12 -0400] rev 6945
unbreak snowball
nemo [Fri, 27 Apr 2012 22:25:26 -0400] rev 6944
Ok, 20,000 was a bit much. Arbitrary multiplier that seems to shove things off enough.
sheepluva [Sat, 28 Apr 2012 00:24:37 +0200] rev 6943
MapModel: comments/docs, small tweaks
Xeli [Fri, 27 Apr 2012 23:17:11 +0200] rev 6942
reimplement the quit engine+frontend keys
Xeli [Fri, 27 Apr 2012 23:09:27 +0200] rev 6941
add ammoprop to enable to up and down buttons on for the touch interface
sheepluva [Fri, 27 Apr 2012 23:10:48 +0200] rev 6940
decouple current theme from map theme (fixes theme confusion bugs of last commit)
sheepluva [Fri, 27 Apr 2012 22:22:04 +0200] rev 6939
MapModel converted to QStandardItemList; separators fixed; changed used data format (human-readable struct instead of magic list) for map info in HwMapContainer (+ various small cleanups in that class)
sheepluva [Fri, 27 Apr 2012 11:47:37 +0200] rev 6938
MapModel, various cleanups. TODO/FIXME: QComboBox separator not working with custom models
sheepluva [Thu, 26 Apr 2012 16:15:37 +0200] rev 6937
messing with the theme model a bit (gets now auto-updated after DLC download too)
nemo [Fri, 27 Apr 2012 16:57:54 -0400] rev 6936
theme tweaks
unc0rr [Fri, 27 Apr 2012 22:15:08 +0400] rev 6935
Show number of points in drawn map
unc0rr [Fri, 27 Apr 2012 00:43:48 +0400] rev 6934
Cursor for DrawMapScene. Feel free to ajust its look.
sheepluva [Thu, 26 Apr 2012 09:48:52 +0200] rev 6933
mapContainer: use DataManager, reload maps after data update (e.g. by DLC)
sheepluva [Thu, 26 Apr 2012 09:47:35 +0200] rev 6932
make DLC trigger data reload
sheepluva [Thu, 26 Apr 2012 07:44:44 +0200] rev 6931
make DataManager a QObject with reload() slot that emits signal updated()
sheepluva [Thu, 26 Apr 2012 07:22:05 +0200] rev 6930
renaming HWDataManager -> DataManager
sheepluva [Wed, 25 Apr 2012 17:44:48 +0200] rev 6929
reimplement auto-kick for ignored players (it was temporarily removed during refactoring)
sheepluva [Wed, 25 Apr 2012 08:23:48 +0200] rev 6928
nemo said I was boring for removing the "hello" randomizer on room join.
That was actually an accident, fixed by this commit.
Now find an actual reason to call me boring (there are many to choose from :P) nemo!
nemo [Tue, 24 Apr 2012 17:16:18 -0400] rev 6927
Oh, and I guess this is needed as well, although if many other places in the code do this, pas2c will need
to be a bit smarter and automatically wrap.
nemo [Tue, 24 Apr 2012 16:58:19 -0400] rev 6926
Make adler32 friendlier for pas2c - this should work the same (needs testing ofc)
unc0rr [Tue, 24 Apr 2012 23:56:41 +0400] rev 6925
Fix GetAmmoEntry in PascalExports
unc0rr [Tue, 24 Apr 2012 23:50:40 +0400] rev 6924
Get rid of overloaded functions in uAmmo
unc0rr [Tue, 24 Apr 2012 23:33:39 +0400] rev 6923
uCommands compiles
unc0rr [Tue, 24 Apr 2012 22:27:56 +0400] rev 6922
Fix types
unc0rr [Tue, 24 Apr 2012 16:11:07 +0400] rev 6921
Don't add duplicates into string consts
koda [Tue, 24 Apr 2012 06:53:39 +0200] rev 6920
this should enable png screenshots on osx as well
Xeli [Mon, 23 Apr 2012 19:23:28 +0200] rev 6919
in uTouch dont use bools to represent keystrokes, but issue ParseCommands
Xeli [Mon, 23 Apr 2012 19:22:43 +0200] rev 6918
fix the ammomenu F# buttons
Xeli [Mon, 23 Apr 2012 19:22:16 +0200] rev 6917
- change uKeys to be event based rather than polling
- missing engine+frontend exit
- missing controller support
- needs testing on different platforms and keyboards
vittorio.giovara@gmail.com [Mon, 23 Apr 2012 13:22:30 +0000] rev 6916
case sensitivity + correct variable check
koda [Mon, 23 Apr 2012 04:14:21 +0200] rev 6915
when libpng is not found, gratiously fallback to bmp screenshots; untested
koda [Mon, 23 Apr 2012 04:05:18 +0200] rev 6914
ios minor warning and optimisation for team color
nemo [Sun, 22 Apr 2012 13:58:53 -0400] rev 6913
Make clouds/flakes change direction smoothly
unc0rr [Sun, 22 Apr 2012 21:23:32 +0400] rev 6912
Allow LIST command while in room to not annoy old frontends (0.9.17 or less) with warnings
koda [Sun, 22 Apr 2012 18:38:34 +0200] rev 6911
added savepassword checkbox to options page, which now reloads values at every acces
Stepan777 [Sun, 22 Apr 2012 17:03:55 +0200] rev 6910
add a checkbox for the password field prompt (
issue #316)
Xeli [Sun, 22 Apr 2012 15:13:17 +0200] rev 6909
fixed uKeys (aka almost revert it back)
koda [Sun, 22 Apr 2012 04:48:11 +0200] rev 6908
ios: turn on more warning messages and start correcting them
Stepan777 [Sun, 22 Apr 2012 03:59:24 +0200] rev 6907
memory leak in hwform.cpp (
issue #386)
koda [Sun, 22 Apr 2012 02:10:44 +0200] rev 6906
fix compiling hw for ios (was looking for the wrong math.h and used an old variable name)
nemo [Sat, 21 Apr 2012 18:11:24 -0400] rev 6905
*sigh*
nemo [Sat, 21 Apr 2012 18:05:42 -0400] rev 6904
Seems to me placing hogs does not need 5s since it is a fixed interval now. Maybe if placing hogs was ever 0 seconds or something.
unc0rr [Sat, 21 Apr 2012 23:00:08 +0400] rev 6903
Oops
unc0rr [Sat, 21 Apr 2012 20:12:22 +0400] rev 6902
Make pas2c even smarter. Now uIO.c compiles fine, and only 1 warning when compiled with -Wall (clang).
Xeli [Sat, 21 Apr 2012 18:02:44 +0200] rev 6901
- Don't crash on back press, but shutdown hedgewars
- enable volume up/down/mute buttons
Xeli [Sat, 21 Apr 2012 17:59:14 +0200] rev 6900
- Added support for keyboards on android
- tiny patch for android/sdl tracks backspace correctly now
- Added SDL_SCANCODE_X constants in uKeys
- First attempt at making the touch interface and keys input work side by side
Xeli [Sat, 21 Apr 2012 17:55:45 +0200] rev 6899
- Return of the F<numbers> in the ammomenu
- Cursor is now hiden on touch interfaces, rather than hidden on landscape ammomenu
unc0rr [Sat, 21 Apr 2012 19:51:13 +0400] rev 6898
- Remove support for variables in command handlers
- Make parameter to RegisterVariable typed instead of just pointer
- Catch a bug due to wrong type passed to RegisterVariable
unc0rr [Fri, 20 Apr 2012 23:03:20 +0400] rev 6897
Fix parsing of exit() call without parameters
unc0rr [Fri, 20 Apr 2012 22:56:56 +0400] rev 6896
Move all strings into constants to make them of string255 type
unc0rr [Fri, 20 Apr 2012 22:03:35 +0400] rev 6895
Many small improvements to pas2c
unc0rr [Fri, 20 Apr 2012 01:50:47 +0400] rev 6894
Some more progress with pas2c
unc0rr [Thu, 19 Apr 2012 23:36:20 +0400] rev 6893
- Track array size to use for High function
- Some fixes
Xeli [Thu, 19 Apr 2012 18:15:03 +0200] rev 6892
android: prevent the app from a semi-crash when exiting a game
unc0rr [Sun, 15 Apr 2012 00:47:22 +0400] rev 6891
Improve rendering of function types, ranges, and more
unc0rr [Sat, 14 Apr 2012 23:50:14 +0400] rev 6890
Fix insanity
unc0rr [Sat, 14 Apr 2012 23:36:57 +0400] rev 6889
More string types
unc0rr [Sat, 14 Apr 2012 23:19:45 +0400] rev 6888
Get rid of TGearsType to simplify pas2c
unc0rr [Sat, 14 Apr 2012 22:40:23 +0400] rev 6887
Render some builtin functions
unc0rr [Sat, 14 Apr 2012 22:24:09 +0400] rev 6886
Render unions
koda [Fri, 13 Apr 2012 01:41:11 +0200] rev 6885
minor gl debug/comments
koda [Fri, 13 Apr 2012 00:18:10 +0200] rev 6884
disable png screenshots on mobile for now
unc0rr [Fri, 13 Apr 2012 00:08:46 +0400] rev 6883
Support string constants
Stepan777 [Thu, 12 Apr 2012 23:10:35 +0400] rev 6882
Oops, forgot file
Stepan777 [Thu, 12 Apr 2012 23:05:46 +0400] rev 6881
png screenshots
unc0rr [Wed, 11 Apr 2012 22:47:21 +0400] rev 6880
Support operators declarations
unc0rr [Wed, 11 Apr 2012 22:46:59 +0400] rev 6879
Simplify converter's life
unc0rr [Wed, 11 Apr 2012 01:04:58 +0400] rev 6878
Improve rendering of function types, arrays, and more
koda [Mon, 09 Apr 2012 23:20:42 +0200] rev 6877
vob* variables need to be reset
unc0rr [Tue, 10 Apr 2012 00:00:25 +0400] rev 6876
Unbreak build (change was only tested with pas2c parser, and was okay to it)
unc0rr [Mon, 09 Apr 2012 23:55:12 +0400] rev 6875
First try to compile with clang: improve renderer a bit. The result of pas2c is still far from normal C source.
unc0rr [Mon, 09 Apr 2012 23:36:23 +0400] rev 6874
Better handle switch statement
unc0rr [Mon, 09 Apr 2012 22:01:36 +0400] rev 6873
Eraser tool
unc0rr [Mon, 09 Apr 2012 22:01:13 +0400] rev 6872
Better support for strings
koda [Mon, 09 Apr 2012 04:55:46 +0200] rev 6871
ios: resample the sound effects in CAF as suggested in ios sdk (100kB of space saved)
koda [Mon, 09 Apr 2012 04:43:30 +0200] rev 6870
ios: refactor the code of the after-game statistics display using delegates
koda [Mon, 09 Apr 2012 03:25:17 +0200] rev 6869
ios: convert audio operation from class to instance, plays better with memory
koda [Mon, 09 Apr 2012 02:02:14 +0200] rev 6868
i don't understand this, but without this change audio doesn't fade on ios
nemo [Sun, 08 Apr 2012 20:31:01 -0400] rev 6867
remove stray pixels
koda [Sun, 08 Apr 2012 23:41:34 +0200] rev 6866
ios: don't prompt restoring a game that didn't complete loading
koda [Sun, 08 Apr 2012 23:31:02 +0200] rev 6865
ios, this method belongs here
koda [Sun, 08 Apr 2012 19:06:25 +0200] rev 6864
ios: schemes table was being drawn on top of the table border
koda [Sun, 08 Apr 2012 18:46:09 +0200] rev 6863
formatting
koda [Sun, 08 Apr 2012 18:11:37 +0200] rev 6862
when focus is lost lower the volume to a minimum
koda [Sat, 07 Apr 2012 22:13:15 +0200] rev 6861
by popular demand, switch Nature and Golf music (
issue #383)
unc0rr [Fri, 06 Apr 2012 16:59:32 +0400] rev 6860
Convert some operators
unc0rr [Thu, 05 Apr 2012 17:52:27 +0400] rev 6859
Unwind 'with' construction
unc0rr [Thu, 05 Apr 2012 14:58:34 +0400] rev 6858
Improve rendering into C
unc0rr [Thu, 05 Apr 2012 14:50:58 +0400] rev 6857
Make function more pascal-ish
unc0rr [Thu, 05 Apr 2012 00:42:43 +0400] rev 6856
More external definitions for pas2c
unc0rr [Wed, 04 Apr 2012 18:00:46 +0400] rev 6855
Finish the toughest part of the converter. Now it knows types of everything, so could correctly recognize bitwise operators and type convertions.
unc0rr [Wed, 04 Apr 2012 15:05:14 +0400] rev 6854
Normalize RecordFields before conversion. Helps with namespaces problem.
unc0rr [Tue, 03 Apr 2012 17:53:33 +0400] rev 6853
Fix withState' not returning lastType
Medo <smaxein@googlemail.com> [Sun, 01 Apr 2012 15:23:34 +0200] rev 6852
Added copyright notice to Scheme.java
krdrt5367 [Tue, 03 Apr 2012 10:08:35 +0100] rev 6851
ja update
Medo <smaxein@googlemail.com> [Sun, 01 Apr 2012 15:17:29 +0200] rev 6850
Hedgeroid: Added ini4j library, updated android support library and added lib licenses
krdrt5367 [Tue, 03 Apr 2012 10:06:58 +0100] rev 6849
de update
Medo <smaxein@googlemail.com> [Sun, 01 Apr 2012 15:15:45 +0200] rev 6848
Added some toString methods to help when debugging
krdrt5 [Tue, 03 Apr 2012 10:05:26 +0100] rev 6847
cz update
Medo <smaxein@googlemail.com> [Sun, 01 Apr 2012 04:37:55 +0200] rev 6846
Merge
unc0rr [Mon, 02 Apr 2012 17:28:18 +0400] rev 6845
- Handle multidimensional arrays better
- Error message for WithBlock to check type errors
Medo <smaxein@googlemail.com> [Sun, 01 Apr 2012 04:27:46 +0200] rev 6844
Scheme definitions now use .ini files.
unc0rr [Mon, 02 Apr 2012 16:14:29 +0400] rev 6843
Finally fix the bug with pointer declarations polluting namespace with bad records
Medo <smaxein@googlemail.com> [Sat, 31 Mar 2012 20:39:19 +0200] rev 6842
Removed some unused imports and a redundand nullcheck
koda [Mon, 02 Apr 2012 00:32:17 +0200] rev 6841
let's outsmart the compiler for no particular benefit
Medo <smaxein@googlemail.com> [Sat, 31 Mar 2012 20:36:03 +0200] rev 6840
Added hashcode function for Team to make it consistent with equals.
Medo <smaxein@googlemail.com> [Fri, 30 Mar 2012 19:40:49 +0200] rev 6839
Remove API Level 8 dependency found by Android Lint
unc0rr [Fri, 30 Mar 2012 23:58:08 +0400] rev 6838
More clean namespace, some fixes
unc0rr [Fri, 30 Mar 2012 17:00:34 +0400] rev 6837
Much better types handling, work correctly with functions
unc0rr [Thu, 29 Mar 2012 17:27:01 +0400] rev 6836
- Treat strings as arrays of chars
- Add return statement to non-void functions
unc0rr [Thu, 29 Mar 2012 01:01:29 +0400] rev 6835
Better deriving, some fixes
unc0rr [Wed, 28 Mar 2012 23:53:45 +0400] rev 6834
Resolve deferred type on dereference
nemo [Wed, 28 Mar 2012 16:33:50 -0400] rev 6833
invalidate on switch
koda [Wed, 28 Mar 2012 01:56:42 +0200] rev 6832
dates are no more!
koda [Wed, 28 Mar 2012 01:26:47 +0200] rev 6831
ios: fix offset for 'details' table header in iphone game configuration
koda [Wed, 28 Mar 2012 01:19:36 +0200] rev 6830
ios: prevent an horrible hack for the in-game help pages; they would actually need a serious refactoring to allow localisation and rotation support
koda [Wed, 28 Mar 2012 00:42:57 +0200] rev 6829
ios: use notifications instead of class methods (maybe tidier)
nemo [Mon, 26 Mar 2012 20:29:37 -0400] rev 6828
At mikade's request. give scripting access to the map name prior to override.
unc0rr [Mon, 26 Mar 2012 23:54:12 +0400] rev 6827
Dig into namespaces even more
unc0rr [Mon, 26 Mar 2012 17:56:15 +0400] rev 6826
Just some further work
koda [Mon, 26 Mar 2012 03:58:03 +0200] rev 6825
ios, one more grenade timer tweak
koda [Mon, 26 Mar 2012 03:57:14 +0200] rev 6824
i didn't even know it was possible (spotted by adam4813)
koda [Mon, 26 Mar 2012 03:36:11 +0200] rev 6823
ios: fix blocked preview button
koda [Mon, 26 Mar 2012 03:24:50 +0200] rev 6822
ios headers cleanup, with tweaks to +randomPort and grenade timer handling in overlay
mikade <redgrinner@gmail.com> [Sun, 25 Mar 2012 21:17:01 +0200] rev 6821
merge
mikade <redgrinner@gmail.com> [Sun, 25 Mar 2012 17:37:07 +0200] rev 6820
- don't give hogs air weps when border is enabled
- add missing napalm
- small code restructures
mikade <redgrinner@gmail.com> [Sun, 25 Mar 2012 17:34:40 +0200] rev 6819
Added a missing loc
Fixed rader bug
Four new achievements
Some provisional changes
mikade [Sun, 25 Mar 2012 14:51:13 +0200] rev 6818
Add the parameters I missed the first time when I added these hooks.
unc0rr [Sun, 25 Mar 2012 23:10:29 +0400] rev 6817
- Apply unit's namespace to current scope when referencing unit name
- Don't reference SysUtils in LuaPas to simplify my life
unc0rr [Sat, 24 Mar 2012 21:19:50 +0400] rev 6816
Fix wrong type returned from id2C
unc0rr [Sat, 24 Mar 2012 19:57:06 +0400] rev 6815
Fix server thinking game is still not finished sometimes
Xeli [Sat, 24 Mar 2012 16:46:56 +0100] rev 6814
wops ;i
Xeli [Sat, 24 Mar 2012 16:41:35 +0100] rev 6813
ANDROID and WIN32 can both be set to 1, so have ANDROID take preference
Xeli [Sat, 24 Mar 2012 15:52:07 +0100] rev 6812
fixed some typo's. LUA_LIBRARY now points to the right name, regardless of the host machine. Running cmake after a bad attempt (ie forgot to add paths to PATH) now works rather than having to clean the cache
nemo [Fri, 23 Mar 2012 21:56:27 -0400] rev 6811
LandBackTex take 2
nemo [Fri, 23 Mar 2012 18:20:59 -0400] rev 6810
This has bugged me for a while. Since we are missing the source SVGs for this theme, removed the leaves crudely in GIMP. Also added some basic roots. Someone more artistic is encouraged to try and improve it.
unc0rr [Fri, 23 Mar 2012 23:03:09 +0400] rev 6809
Oops
Xeli [Fri, 23 Mar 2012 14:18:58 +0100] rev 6808
unbreak engine
simmax@googlemail.com [Fri, 23 Mar 2012 00:21:34 +0100] rev 6807
Improved cmake build script for Android:
- Error out when Ant or android can't be found
- Attempt to find the NDK toolchain binaries on Windows and Linux instead of assuming Linux
- Use find_program instead of find_path to find some binaries
- ANDROID_SDK now refers to the Android SDK base directory
- Fixed detection of android.bat on Windows
- Output of the android tool is now shown so that success/failure is visible
Xeli [Fri, 23 Mar 2012 14:14:43 +0100] rev 6806
first part of the utilitywidget (grenade timer/swap hogs) code
unc0rr [Thu, 22 Mar 2012 22:55:38 +0400] rev 6805
Add more strictness in hope it will help with space leak
nemo [Wed, 21 Mar 2012 00:05:46 -0400] rev 6804
Try different splash sounds too
nemo [Tue, 20 Mar 2012 01:30:54 -0400] rev 6803
bit of an experiment in variable splash sizes based on object/speed. not sure if it looks good yet. need to drown more stuff.
Xeli [Sun, 18 Mar 2012 18:19:20 +0100] rev 6802
fix ammomenu, the cursor actually works now -_-
koda [Sun, 18 Mar 2012 14:22:13 +0100] rev 6801
workaround the different Lion ABI by forcing fpc 2.6 as minimum compiler version on osx
koda [Sun, 18 Mar 2012 14:15:51 +0100] rev 6800
updated ios project file to work with fpc 2.6
nemo [Sun, 18 Mar 2012 00:30:56 -0400] rev 6799
revert this until someone makes it not screw up camera focus
Xeli [Sun, 18 Mar 2012 00:59:17 +0100] rev 6798
touchinterface, move the up/down arrows a bit down
Xeli [Sun, 18 Mar 2012 00:05:20 +0100] rev 6797
make the Ammomenu show up a little faster
Xeli [Sun, 18 Mar 2012 00:02:33 +0100] rev 6796
You can now change AMAnimType to enable the animation through the x/y axis and alpha for example
AMAnimType:= AMTypeMaskX or AMTypeMaskAlpha
will enable movement over the X axis and alpha
Xeli [Sat, 17 Mar 2012 22:39:16 +0100] rev 6795
make ammomenu's speed dependent on RealTicks rather than frames
Xeli [Tue, 13 Mar 2012 21:09:46 +0100] rev 6794
allow for 0 values on AMShiftTarget, this allows for movement across one axis
nemo [Sat, 17 Mar 2012 17:24:38 -0400] rev 6793
Disable anim for stats screen ("In game" stays visible otherwise)
nemo [Sat, 17 Mar 2012 17:18:43 -0400] rev 6792
Ensure flawless is false if any hog is lost, unless it was lost doing a kamikaze
nemo [Sat, 17 Mar 2012 16:14:08 -0400] rev 6791
I imagine this should use the game window width, but I'll let someone else figure it out. I'm just sick of frames being half-visible in navigation.
nemo [Sat, 17 Mar 2012 14:24:43 -0400] rev 6790
eh. guess they really should be here
nemo [Sat, 17 Mar 2012 14:13:16 -0400] rev 6789
Adding leftX/rightX/topY to simplify determining bounds based on map playing area.
nemo [Sat, 17 Mar 2012 14:02:11 -0400] rev 6788
I think this is a little more efficient than dxdy, and easier to read. We call DxDy2 a lot, can any of those use Angle/DirAngle?
nemo [Sat, 17 Mar 2012 13:16:50 -0400] rev 6787
orient kamikaze correctly when going through portals
nemo [Wed, 14 Mar 2012 23:58:56 -0400] rev 6786
oh yeah, dY...
nemo [Wed, 14 Mar 2012 21:12:04 -0400] rev 6785
Allow RC plane to go through portals
unc0rr [Wed, 14 Mar 2012 11:07:22 +0400] rev 6784
Oops, fix range (2 is too small value)
nemo [Tue, 13 Mar 2012 22:25:43 -0400] rev 6783
Add fall damage
nemo [Tue, 13 Mar 2012 21:51:50 -0400] rev 6782
For reasons I can't fathom, if this portion isn't commented out, the AI completely fails w/ a weaponset of only firepunch.
Something is seriously screwed up in RateShove, but after reading it many times, I still don't see it.
unc0rr [Tue, 13 Mar 2012 22:46:55 +0400] rev 6781
Variable pen width
nemo [Tue, 13 Mar 2012 12:22:56 -0400] rev 6780
tweak take 2
nemo [Tue, 13 Mar 2012 12:10:48 -0400] rev 6779
Small tweak to return something more useful in the negative 0 case on dX
nemo [Tue, 13 Mar 2012 00:05:03 -0400] rev 6778
Minimise another sqrt check.
unc0rr [Mon, 12 Mar 2012 23:46:28 +0400] rev 6777
Avoid local rate minimums around hog (within 15 pixels). Not tested.
unc0rr [Mon, 12 Mar 2012 16:08:40 +0400] rev 6776
Compatibility
nemo [Mon, 12 Mar 2012 01:00:17 -0400] rev 6775
Change rest of AI tests to floats, reenable snowball
nemo [Sun, 11 Mar 2012 23:24:09 -0400] rev 6774
Try adding it to deagle too. Although the routine still doesn't consider angle, so it'll pretty much be luck. Might be a waste of time.
Also fix some neglected scores from before.
nemo [Sun, 11 Mar 2012 22:44:57 -0400] rev 6773
Hm. Score was a bit too much, AI was doing suicidal things.
nemo [Sun, 11 Mar 2012 22:35:55 -0400] rev 6772
small tweak. make drowning prefer higher health hogs
nemo [Sun, 11 Mar 2012 20:36:50 -0400] rev 6771
Teach AI to drown with shotgun too
nemo [Sun, 11 Mar 2012 20:12:31 -0400] rev 6770
Start on adding drowning bonus to bat/firepunch/whip. AI still is not smart enough to change direction when firepunching to face the water, or change the angle of the bat.
Also try to weight cost of switches based on how many switches were available.
nemo [Sun, 11 Mar 2012 18:28:32 -0400] rev 6769
Add drowning to grenade too, try some little optimisations
unc0rr [Sun, 11 Mar 2012 23:31:32 +0400] rev 6768
Fix silliness
nemo [Sun, 11 Mar 2012 14:43:36 -0400] rev 6767
First pass at making AI drowning aware. No concerns of performance, only applied to bazooka (not bat/fp etc)
nemo [Sun, 11 Mar 2012 12:19:04 -0400] rev 6766
Minor optimisation for AI to cut down on hwSqrt calls
nemo [Sun, 11 Mar 2012 11:39:45 -0400] rev 6765
nemo [Sat, 10 Mar 2012 23:00:39 -0500] rev 6764
Add div to allow safe integer division from lua
nemo [Sat, 10 Mar 2012 16:32:46 -0500] rev 6763
Recount team health if modifying hedgehog health
nemo [Sat, 10 Mar 2012 16:10:38 -0500] rev 6762
Set default empty ammo sets. Current mission handling appears to not pass any default ammo set, so script was never getting a chance to set its own.
nemo [Sat, 10 Mar 2012 15:56:36 -0500] rev 6761
Avoid rare double decrement.
nemo [Sat, 10 Mar 2012 14:38:31 -0500] rev 6760
Prevent pirate ship from repeating on Islands, remove vertical line in art landback
nemo [Sat, 03 Mar 2012 22:40:00 -0500] rev 6759
unc0rr [Thu, 01 Mar 2012 23:55:19 +0400] rev 6758
Oh, should also check for game finish when player quits without ROUNDFINISHED message: small refactoring, not tested at all
nemo [Thu, 01 Mar 2012 14:45:42 -0500] rev 6757
comment out reserve to maintain old Qt compat
unc0rr [Thu, 01 Mar 2012 23:35:13 +0400] rev 6756
Also consider game finished when the last player reports ROUNDFINISHED despite the correctness parameter.
nemo [Wed, 29 Feb 2012 18:30:37 -0500] rev 6755
Someone might find this useful. Plan to link to it from the wiki.
nemo [Wed, 29 Feb 2012 18:24:56 -0500] rev 6754
Fix for
bug #366, delete gear if hog is drowning (needed either that or a check on nil Gear^.Hedgehog^.Gear)
unc0rr [Wed, 29 Feb 2012 23:44:49 +0400] rev 6753
Don't remove client's teams from teams list on "ROUNDFINISHED 0", just send team removal message to others.
This should fix problems with ghost teams in frontend.
Not tested at all, successfully built on first attempt, which is considered as a bad sign :D
Server still thinks game proceeds, so restart isn't possible.
nemo [Tue, 28 Feb 2012 21:25:36 -0500] rev 6752
oops
Xeli [Tue, 28 Feb 2012 22:00:33 +0100] rev 6751
android: fix finding cache dir on prefroyo devices, it now creates the Hedgewars folder if it wasn't there
nemo [Tue, 28 Feb 2012 09:40:48 -0500] rev 6750
attractiveness tweak to the text clip
nemo [Mon, 27 Feb 2012 19:01:44 -0500] rev 6749
Clamp name/team name textures to avoid long team / hog name abuse. Limit width in px instead of chars to avoid unicode issues.
nemo [Sun, 26 Feb 2012 18:13:26 -0500] rev 6748
don't use currenthedgehog
mikade [Sun, 26 Feb 2012 16:31:25 -0500] rev 6747
use per hog ammo game flag. improves AI play
nemo [Sun, 26 Feb 2012 15:42:28 -0500] rev 6746
oops
nemo [Sun, 26 Feb 2012 13:37:17 -0500] rev 6745
right-click colour selection to scroll backwards through colours (bit hackish, subclassing + right click handling would be better than custom menu item signal)
nemo [Sun, 26 Feb 2012 12:56:53 -0500] rev 6744
ugh
nemo [Sun, 26 Feb 2012 12:45:00 -0500] rev 6743
make onAmmoStoreInit optional in the case of onNewAmmoStore
nemo [Sun, 26 Feb 2012 12:32:48 -0500] rev 6742
pass indexes for the clan/team/hedgehog
nemo [Sun, 26 Feb 2012 11:28:28 -0500] rev 6741
copypasta fail
nemo [Sun, 26 Feb 2012 11:21:32 -0500] rev 6740
Add a new script hook. onNewAmmoStore. This will allow scripts like The Specialists to define separate ammo sets for each hog
unc0rr [Sun, 26 Feb 2012 12:15:32 +0400] rev 6739
Send ROUND_FINISHED only once (only from in game mode)
unc0rr [Sat, 25 Feb 2012 22:18:08 +0400] rev 6738
Remove client's teams only when game is running and exit status is 'incorrect exit'. Frontend still sends excessive ROUND_FINISHED, so the bug is not fixed completely.
unc0rr [Fri, 24 Feb 2012 23:49:31 +0400] rev 6737
- Increase server version number due to rooms list protocol changes
- Frontend doesn't allow to play on old server
unc0rr [Thu, 23 Feb 2012 23:13:48 +0400] rev 6736
Bring back functionality to "Join" button
unc0rr [Thu, 23 Feb 2012 22:58:52 +0400] rev 6735
Setup rooms list headers
nemo [Thu, 23 Feb 2012 12:58:17 -0500] rev 6734
Revert most of 033e4a8a9c74 and 9d501dc22f71 (see
bug #362)
unc0rr [Thu, 23 Feb 2012 18:41:52 +0400] rev 6733
Handle ROOM* commands in rooms list model
unc0rr [Thu, 23 Feb 2012 00:46:03 +0400] rev 6732
Start switching to rooms list model. To be continued.
koda [Wed, 22 Feb 2012 18:13:14 +0100] rev 6731
Added tag hedgeroid-alpha for
changeset ce2b24995ab2
koda [Wed, 22 Feb 2012 18:09:39 +0100] rev 6730
Added tag 0.9.17-release for
changeset 4670f003f91b
koda [Wed, 22 Feb 2012 18:09:17 +0100] rev 6729
Removed tag 0-9.17-release
Xeli [Mon, 20 Feb 2012 22:04:57 +0100] rev 6728
updated version for market
Xeli [Mon, 20 Feb 2012 21:55:59 +0100] rev 6727
incremental loading of all the images in teamcreation on android, this should really be rewritten though..
Xeli [Mon, 20 Feb 2012 21:50:56 +0100] rev 6726
fixed a nullpointer exception when creating a new team
Xeli [Mon, 20 Feb 2012 21:22:21 +0100] rev 6725
fixed the schemes on android
Xeli [Mon, 20 Feb 2012 21:22:04 +0100] rev 6724
schemes/teams now get replaces on each version update
Xeli [Sun, 19 Feb 2012 16:51:22 +0100] rev 6723
check if the widget is shown before checking if the finger is on the widget
unc0rr [Mon, 20 Feb 2012 22:04:52 +0400] rev 6722
Show message and return from network game pages on server shutdown
unc0rr [Mon, 20 Feb 2012 21:52:18 +0400] rev 6721
- Register HWTeam metatype so HWTeam objects could be passed via queued connections
- A bit more verbose server message about unknown protocol command
unc0rr [Mon, 20 Feb 2012 20:33:26 +0400] rev 6720
Make all signals from HWNet queued, this should fix issues with teams and chat widgets
koda [Sun, 19 Feb 2012 02:52:19 +0100] rev 6719
added one button play feature, like in desktop frontend; need to make sure that the hardcoded stuff never gets deleted
koda [Sun, 19 Feb 2012 01:22:59 +0100] rev 6718
ipad, have the scheme/weapon/style selector always stick in the same position
koda [Sun, 19 Feb 2012 00:39:44 +0100] rev 6717
missions page rotates correctly
koda [Sun, 19 Feb 2012 00:25:38 +0100] rev 6716
two more this time
koda [Sat, 18 Feb 2012 19:33:48 +0100] rev 6715
merge
Xeli [Sat, 18 Feb 2012 16:56:04 +0100] rev 6714
moved the firebutton, added the AMWidget button and removed the forwardjump widget(it's longpress on backjump now)
koda [Sat, 18 Feb 2012 19:33:04 +0100] rev 6713
this apparently didn't get updated, but it was enough to reassign the outlets
Xeli [Sat, 18 Feb 2012 15:24:20 +0100] rev 6712
changed jumping, on x button tap is high jump, on longpress + release is low jump (read: it only does a low jump when you release)
koda [Sat, 18 Feb 2012 19:29:16 +0100] rev 6711
prepare a styled button
Xeli [Sat, 18 Feb 2012 13:52:37 +0100] rev 6710
fixed the active region on widgets when they are animated, added active.x:= in uWorld too
koda [Sat, 18 Feb 2012 19:07:19 +0100] rev 6709
oh i thought i had converted every uitableviewcontroller to uiviewcontroller+tableview; this also restores displaying statitstics after game
koda [Sat, 18 Feb 2012 11:59:59 +0100] rev 6708
rotation support for other controllers
koda [Sat, 18 Feb 2012 11:18:10 +0100] rev 6707
one more USE_TOUCH_INTERFACE
nemo [Fri, 17 Feb 2012 20:42:22 -0500] rev 6706
Experiment. This has bugged me for a long time. Should be possible to tell a team with 1 health from a team with 0
Xeli [Fri, 17 Feb 2012 23:36:05 +0100] rev 6705
stop the crosshair from twitching when it's not supposed to move + fix aimingUp/Down booleans
Xeli [Fri, 17 Feb 2012 22:54:45 +0100] rev 6704
change power() to sqr
Xeli [Fri, 17 Feb 2012 22:53:02 +0100] rev 6703
fix crosshair aiming
Xeli [Fri, 17 Feb 2012 22:18:21 +0100] rev 6702
remove all hwFloat calculations
Xeli [Fri, 17 Feb 2012 21:34:33 +0100] rev 6701
the onScreenwidgets are multitouch now, frequently (alternating) tapping left and right still causes it to bug though, but you have to try hard to duplicate it, works ok for now
koda [Fri, 17 Feb 2012 18:23:36 +0100] rev 6700
the most important commit of the year
koda [Fri, 17 Feb 2012 17:43:59 +0100] rev 6699
exploit the new setWhatsThis feature in our desktop frontend
Xeli [Fri, 17 Feb 2012 15:55:31 +0100] rev 6698
forgot begin
unc0rr [Fri, 17 Feb 2012 15:35:20 +0400] rev 6697
Use queued signal-slot connections with HWNet class
koda [Fri, 17 Feb 2012 12:17:43 +0100] rev 6696
ops
koda [Fri, 17 Feb 2012 12:08:01 +0100] rev 6695
refactored a few types involved in the touch interface and corrected a few invisible mistakes
koda [Fri, 17 Feb 2012 09:33:03 +0100] rev 6694
and of course fix build for sdl 1.2
koda [Thu, 16 Feb 2012 23:20:49 +0100] rev 6693
carried out some cosmetic TODOs in uTouch
Xeli [Thu, 16 Feb 2012 21:32:19 +0100] rev 6692
move the aim buttons to be above the jump button
Xeli [Thu, 16 Feb 2012 17:48:03 +0100] rev 6691
added hide/show animation for the aiming keys (should animateWidget() be moved to another unit?)
unc0rr [Thu, 16 Feb 2012 20:32:47 +0400] rev 6690
Send team removal message on incorrect engine shutdown (when game not finished). Should help with game hang when room master closes engine, then quits room.
Xeli [Thu, 16 Feb 2012 16:16:59 +0100] rev 6689
wops, added an extra USE_TOUCH_INTERFACE
Xeli [Thu, 16 Feb 2012 16:02:41 +0100] rev 6688
added translate/fade animations for OnScreenWidgets
Xeli [Wed, 15 Feb 2012 20:59:00 +0100] rev 6687
use realtick rather than SDL_GetTicks
Xeli [Wed, 15 Feb 2012 18:34:08 +0100] rev 6686
rebuild all modules each time..... :P
koda [Wed, 15 Feb 2012 18:22:39 +0100] rev 6685
moved other widgets under the USE_TOUCH_INTERFACE, added pause button (at least, graphically...)
Xeli [Wed, 15 Feb 2012 18:03:51 +0100] rev 6684
unbreak uTouch
koda [Wed, 15 Feb 2012 16:23:59 +0100] rev 6683
small refactoring to touch screen buttons, use a record to store values, added 'offset' fields to adjust active button area
koda [Mon, 13 Feb 2012 08:18:59 +0100] rev 6682
update position of on screen buttons on resize
nemo [Sun, 12 Feb 2012 15:11:47 -0500] rev 6681
oops
unc0rr [Sun, 12 Feb 2012 22:18:49 +0400] rev 6680
Show preview immediately on fetch
koda [Sun, 12 Feb 2012 18:50:22 +0100] rev 6679
tweaks to the value tracking slider (doesn't draw outside the superview bounds) and assign proper copyright notice to it
koda [Sun, 12 Feb 2012 18:08:34 +0100] rev 6678
restored interface on iphone
unc0rr [Sun, 12 Feb 2012 19:38:32 +0400] rev 6677
Remove STL dependency (again), fix qmake build
koda [Sun, 12 Feb 2012 15:59:10 +0100] rev 6676
add keywords for landscape ammomenu and touch interface
koda [Sun, 12 Feb 2012 15:35:06 +0100] rev 6675
tipped by xeli, ammomenu texture needs to be redrawn on resize to update its position
koda [Sun, 12 Feb 2012 15:27:25 +0100] rev 6674
gather context restoration under a single keyword
koda [Sun, 12 Feb 2012 15:04:17 +0100] rev 6673
colorWithPatternImage uses too much memory
koda [Sun, 12 Feb 2012 11:05:26 +0100] rev 6672
fixed a little event propagation problem, added rotation support to the scheme setting page
koda [Sun, 12 Feb 2012 10:08:58 +0100] rev 6671
shorten the portait orientation check
koda [Sat, 11 Feb 2012 19:24:09 +0100] rev 6670
ios weapon setting page supports rotation
koda [Sat, 11 Feb 2012 06:11:19 +0100] rev 6669
i don't know how this is possible
Xeli [Sat, 11 Feb 2012 14:30:15 +0100] rev 6668
split the installing and building in the android Makefile
koda [Sat, 11 Feb 2012 05:48:33 +0100] rev 6667
ios check for music preference also for fading methods
koda [Sat, 11 Feb 2012 05:13:56 +0100] rev 6666
fix coordinate system on ios overlay
inu [Sat, 11 Feb 2012 04:27:58 +0100] rev 6665
one more pt locale update
koda [Sat, 11 Feb 2012 04:24:53 +0100] rev 6664
minor changes to ios project file to better behave with buildbot
unc0rr [Fri, 10 Feb 2012 17:18:49 +0400] rev 6663
Workaround pointers to not yet defined types
inu [Fri, 10 Feb 2012 12:21:54 +0100] rev 6662
updated pt_pt locale
Xeli [Thu, 09 Feb 2012 19:59:57 +0100] rev 6661
disable the use of the accelerometer on android, we don't use it and it only drains the battery
koda [Thu, 09 Feb 2012 19:06:43 +0100] rev 6660
merge
koda [Thu, 09 Feb 2012 19:05:52 +0100] rev 6659
move the classes recently added to a proper folder
koda [Thu, 09 Feb 2012 18:59:46 +0100] rev 6658
added MGSplitViewController, popular replacement for uisplitviewcontrollers: this brings rotation support to our settings pages! weapons and schemes are the only controllers displaying minor glitches
koda [Thu, 09 Feb 2012 18:09:03 +0100] rev 6657
small ios weapon localisation handling fix
koda [Thu, 09 Feb 2012 17:28:05 +0100] rev 6656
ios: added MXAudioPlayerFadeOperation to allow easy fade in and out of background music
inu [Thu, 09 Feb 2012 16:31:02 +0100] rev 6655
updated ios description portuguese
Xeli [Thu, 09 Feb 2012 14:12:50 +0100] rev 6654
use the way actions are initiated the same way as koda implemented with PascalExports, using boolean values such as upKey and enterKey, this prevents the user from being able to control the AI
unc0rr [Wed, 08 Feb 2012 15:49:55 +0400] rev 6653
Move a bit further
nemo [Tue, 07 Feb 2012 22:39:36 -0500] rev 6652
and oooone last off-by-1 in ammo menu
Xeli [Tue, 07 Feb 2012 23:50:52 +0100] rev 6651
fixed aiming by touching the crosshair, made it compatible with the aiming buttons and disabled camera movement when touching buttons + some formatting fixes
Xeli [Tue, 07 Feb 2012 21:19:10 +0100] rev 6650
fixed the blackpixel in the ammomenu, x,y in GetAmmoMenuTexture now initialized correctly
unc0rr [Tue, 07 Feb 2012 22:18:44 +0400] rev 6649
Fix a bug with type declaration trying to resolve type being declared
Xeli [Tue, 07 Feb 2012 18:56:49 +0100] rev 6648
prevent the cursor from being shown on the mobile version, and close the menu on tap when the tap is not on the ammo menu
nemo [Mon, 06 Feb 2012 22:59:28 -0500] rev 6647
slider tweak
koda [Tue, 07 Feb 2012 02:10:15 +0100] rev 6646
merge
nemo [Mon, 06 Feb 2012 20:04:32 -0500] rev 6645
Fixes slot sprite and ammo sprites overlapping left side border. There is still the issue that boxes should be 32px between borders, but right now they are 33px on all but the first row (since the outside border overlaps it by 1px) causing the slot sprite to have 2px of border on the left and 1px of border on the right.
nemo [Mon, 06 Feb 2012 19:46:46 -0500] rev 6644
Fix slider positions
koda [Tue, 07 Feb 2012 01:18:29 +0100] rev 6643
merge
Xeli [Mon, 06 Feb 2012 23:21:04 +0100] rev 6642
add the button images to the android assets
Xeli [Mon, 06 Feb 2012 22:52:15 +0100] rev 6641
wops, must use tabs not spaces..
Xeli [Mon, 06 Feb 2012 22:40:09 +0100] rev 6640
the buttons actually work now!
Xeli [Mon, 06 Feb 2012 22:39:52 +0100] rev 6639
fix compiler error for non android build
Xeli [Mon, 06 Feb 2012 19:41:46 +0100] rev 6638
wops, too much copy pasting
Xeli [Mon, 06 Feb 2012 19:16:22 +0100] rev 6637
show buttons on the screen, similar to the iOS overlay
koda [Tue, 07 Feb 2012 01:18:03 +0100] rev 6636
ios game configuration page rotation gliches fix
unc0rr [Mon, 06 Feb 2012 23:17:45 +0400] rev 6635
Some progress, still can't find the source of bad behavior
koda [Tue, 07 Feb 2012 00:34:25 +0100] rev 6634
ios game configuration page supports rotation, with some enhancements (like the new slider); some glitches here and there
nemo [Sun, 05 Feb 2012 22:22:46 -0500] rev 6633
Increase volume on a number of sounds that were many times quieter than the other voices. Also remove empty space in Ooff1.ogg so it plays at the right time.
nemo [Sun, 05 Feb 2012 20:13:56 -0500] rev 6632
unbreak tardis
nemo [Sun, 05 Feb 2012 20:08:17 -0500] rev 6631
unbreak ammo menu
nemo [Sun, 05 Feb 2012 18:20:02 -0500] rev 6630
Disable opacity across the board. It is screwed up in OSX and apparently also Linux. Bad artifacts and overall performance.
nemo [Sun, 05 Feb 2012 17:35:52 -0500] rev 6629
ok. really fix by toggling back to ready. At least, I think this should do it...
nemo [Sun, 05 Feb 2012 16:21:55 -0500] rev 6628
attempt to fix 3222bb0612ca - otherwise you are unable to start a second game without quitting the room.
nemo [Sun, 05 Feb 2012 15:20:49 -0500] rev 6627
add individual hog healths to team health bar
unc0rr [Sun, 05 Feb 2012 23:24:43 +0400] rev 6626
Further work on propagating types. Now it hopefully works fully, just need to annotate namespace with types first.
Xeli [Sun, 05 Feb 2012 15:55:15 +0100] rev 6625
some refactoring + you can now tap on the ammo menu to select a weapon
koda [Sun, 05 Feb 2012 15:52:26 +0100] rev 6624
BUUUUURN OBJC AMMOMENU BUUUURNhg diff! (on a separate note, this reduces the codesize by ~37k)
Xeli [Sat, 04 Feb 2012 23:06:22 +0100] rev 6623
check if the latest assets have been moved to the sdcard (compare with versionCode)
Xeli [Sat, 04 Feb 2012 16:22:46 +0100] rev 6622
Rewrote the Ammomenu:
Added landscape ammomenu
At the moment MOBILE indicates landscape, but we could just as easily make a variable out of it
Draw to texture once
uVariables.AmmoMenuInvalidated indicates a new ammo menu needs to be drawn, see uTeams and uAmmos
Slot/Cellsize is dependent on uConsts.AMSlotSize
this should make it easier to scale the ammo menu on smaller screens
AmmoRect
AmmoRect indicates where and how big the ammo menu is, this makes positioning a bit easier imo, because you only need to change the position at one single point
needs testing on the iphone (and other systems as well ofcourse..)
Xeli [Sat, 04 Feb 2012 16:17:31 +0100] rev 6621
Android makefile: compile with debug symbols and ant clean, otherwise it wont update the apk if you have only changed a lib
Xeli [Sat, 04 Feb 2012 16:15:57 +0100] rev 6620
Expanded copyToXY, it doesn't copy the whole src sprite, srcX/Y to srcW/h, added DrawSprite2Surf and DrawLine2Surf
Xeli [Sun, 29 Jan 2012 18:05:35 +0100] rev 6619
disable using files from the assets dir, and use fopen()
unc0rr [Fri, 03 Feb 2012 14:21:07 +0400] rev 6618
Propagate types on identifiers
cherrotluo [Tue, 31 Jan 2012 22:04:41 -0500] rev 6617
chinese update
nemo [Mon, 30 Jan 2012 17:32:18 -0500] rev 6616
astyle -C -S -L -N --style=allman --recursive "QTfrontend/*.cpp" "QTfrontend/*.h"
koda [Mon, 30 Jan 2012 23:20:28 +0100] rev 6615
more ios pages supporting rotaiton
koda [Mon, 30 Jan 2012 07:51:30 +0100] rev 6614
ahem, fix build
koda [Sun, 29 Jan 2012 18:52:01 +0100] rev 6613
disabling the discovery of SDL13+ on desktop. SDL13 has become SDL2 with a completely different ABI and will require a new FindSDL2 module for Cmake to be found; for current sdl development installations, hedgewars will either use the compatibility layer (present in sdl1.3 but not in sdl2) or just fail to build (in case sdl2 is installed but sdl1.2.* is not). whew
koda [Sun, 29 Jan 2012 02:48:03 +0100] rev 6612
starting to convert the ipad interface to support all ortientations...
koda [Sun, 29 Jan 2012 02:45:12 +0100] rev 6611
rotation ftw!!! (engine part)
Xeli [Sun, 29 Jan 2012 00:48:39 +0100] rev 6610
koda/ammomenu on desktop fix!
koda [Sat, 28 Jan 2012 23:10:39 +0100] rev 6609
minor cleanup, gather AMSlotSize in uConsts
Xeli [Sat, 28 Jan 2012 22:19:42 +0100] rev 6608
added the background for the weaponnames in MOBILE
Xeli [Sat, 28 Jan 2012 19:04:42 +0100] rev 6607
fixed the weapon name position
Xeli [Sat, 28 Jan 2012 18:22:39 +0100] rev 6606
changed the ammomenu to be landscape for MOBILE, also tweaked the positions a bit, needs testing on iOS
nemo [Fri, 27 Jan 2012 23:02:36 -0500] rev 6605
bump to 0.9.18-dev - not sure how this was missed before
koda [Fri, 27 Jan 2012 10:19:14 +0100] rev 6604
this should lower compatibility with qt4.5 again, but i have no way to test it
koda [Thu, 26 Jan 2012 23:54:53 +0100] rev 6603
ios sanity restored: applied new paths for sdl projects, turned off fullscreen, added 3 lines of documentation, removal of sdl patch (every mod has been integrated mainstream)
Xeli [Thu, 26 Jan 2012 22:20:21 +0100] rev 6602
background now properly resizes on tablets
Xeli [Thu, 26 Jan 2012 22:19:52 +0100] rev 6601
fixed the ammo menu on android, on tablets all weapons are 'choosable' and on phones I've moved the ammomenu up a bit
unc0rr [Thu, 26 Jan 2012 16:04:08 +0400] rev 6600
Haha, I was greatly puzzled by "date.month() == 10 && date.daysInMonth() == 31" :D
Xeli [Thu, 26 Jan 2012 02:06:57 +0100] rev 6599
enable pause/resume on the java side
Xeli [Thu, 26 Jan 2012 02:06:16 +0100] rev 6598
added pause/resume functionality for android, android need the opengl context to be recreated along with textures and whatnot
Xeli [Tue, 24 Jan 2012 18:11:56 +0100] rev 6597
added TARDIS to minimal data dir, changed a couple of org_libsdl_app to org_hedgewars_hedgeroid in SDL_android.cpp and updated SDLActivity.java
nemo [Tue, 24 Jan 2012 11:54:53 -0500] rev 6596
Tweak voices a bit (always play hurry at correct time, skip "come on then" if other voice is playing)
Xeli [Tue, 24 Jan 2012 03:38:18 +0100] rev 6595
add the android support package for Fragments and the like
Xeli [Tue, 24 Jan 2012 03:26:22 +0100] rev 6594
not needed when using the updated android ndk.. -_-
Xeli [Tue, 24 Jan 2012 03:04:23 +0100] rev 6593
revert Android.mk back after copying SDL_mixer and SDL_ttf
Xeli [Tue, 24 Jan 2012 02:47:51 +0100] rev 6592
update the core/android/SDL_android.cpp fix some includes in Android.mks, use a different host to download some libs, sdl doesn't have up to date tarballs..
Xeli [Tue, 24 Jan 2012 01:59:28 +0100] rev 6591
these are needed for ndk-build or it won't know what api to build it for
Xeli [Tue, 24 Jan 2012 01:03:33 +0100] rev 6590
Added a script to simplify building the android port
Xeli [Sun, 22 Jan 2012 23:36:36 +0100] rev 6589
some tweaks to the build process, cmake now generates some vital files, fpc only compiles those files which have been changed since the last time, SDL still does not work
Xeli [Sun, 22 Jan 2012 23:35:32 +0100] rev 6588
remove the incorrect text that people need to download before playing
Xeli [Mon, 16 Jan 2012 14:25:26 +0100] rev 6587
Android: quick fix from a bug report from the market in the download manager
koda [Wed, 18 Jan 2012 01:11:09 +0100] rev 6586
merge
koda [Wed, 18 Jan 2012 01:10:35 +0100] rev 6585
little hack for playing less sounds in frontend
koda [Wed, 18 Jan 2012 01:07:07 +0100] rev 6584
simplify qpushbuttonwithsound and add a mouseover sound (I tried selecting the least annoying ones, maybe it'd be better to look for proper button sound effects)
bovi [Tue, 17 Jan 2012 23:42:30 +0100] rev 6583
skip button sound when exiting
koda [Tue, 17 Jan 2012 23:36:15 +0100] rev 6582
move the feedback button in a nicer position
nemo [Tue, 17 Jan 2012 09:20:16 -0500] rev 6581
fix line endings
lovelacer [Tue, 17 Jan 2012 09:01:31 -0500] rev 6580
A partial reformatting of the pascal code to have consistent syntax. Things that are still inconsistent.
Some switch statements (uVisualGears.pas) are not lined up on the : so the internal code blocks are not aligned (lined up on the start of the label instead). Some function contents are indented against begin/end of function, some are not, some function begin/end are themselves indented (adler32). Also inconsistency in things like assigning of variables (whitespace before :=) and use of brackets in tests. Probably needs further review for possible code errors.
valnut [Mon, 16 Jan 2012 10:22:21 +0100] rev 6579
GCI task: season greetings
nemo [Sun, 15 Jan 2012 22:01:50 -0500] rev 6578
Also allow lua to change gfPerHogAmmo/gfSharedAmmo even if lua does not define new ammo stores
bovi [Mon, 16 Jan 2012 00:03:13 +0100] rev 6577
disable the glitchy exit sound
koda [Sun, 15 Jan 2012 23:54:06 +0100] rev 6576
correct language identifier
koda [Sun, 15 Jan 2012 23:50:41 +0100] rev 6575
hedgewars.pro formatting and removal of the last pageoptions hr
bovi [Sun, 15 Jan 2012 23:35:02 +0100] rev 6574
GCI task: stars
bovi [Sun, 15 Jan 2012 23:14:10 +0100] rev 6573
small tweak for compiling with xfire and qt under windows
bovi [Sun, 15 Jan 2012 22:57:49 +0100] rev 6572
GCI task: ping
bovi [Sun, 15 Jan 2012 22:48:34 +0100] rev 6571
GCI task: iOS _language_ 3 (Romanian)
bovi [Sun, 15 Jan 2012 22:46:36 +0100] rev 6570
provide a minimal Romanian translation for engine
bovi [Sun, 15 Jan 2012 22:29:24 +0100] rev 6569
updated win build script
Xeli [Sun, 15 Jan 2012 21:08:15 +0100] rev 6568
changed error message
Xeli [Sun, 15 Jan 2012 21:07:52 +0100] rev 6567
Load the TeamCreationmenu's contents in a different thread
Xeli [Sun, 15 Jan 2012 21:04:31 +0100] rev 6566
some bug fixed regarding the downloader
Xeli [Sun, 15 Jan 2012 21:00:10 +0100] rev 6565
Graphics used on the android market
Xeli [Sun, 15 Jan 2012 20:55:22 +0100] rev 6564
some meta build files needed for newer api levels...
nemo [Sun, 15 Jan 2012 12:40:48 -0500] rev 6563
Assign ammo counts as well, in case the game flags were changed by the script
koda [Sat, 14 Jan 2012 14:59:19 +0100] rev 6562
somehow my paths slipped in...
valnut [Sat, 14 Jan 2012 05:05:53 +0100] rev 6561
GCI task: feedback is important
bovi [Sat, 14 Jan 2012 05:03:21 +0100] rev 6560
GCI task: cmd.exe
nemo [Fri, 13 Jan 2012 13:48:48 -0500] rev 6559
Fix typos
gallardo_pablo@hotmail.com [Fri, 13 Jan 2012 22:28:59 +0400] rev 6558
Spanish voice
enveezee [Wed, 11 Jan 2012 21:46:06 +0000] rev 6557
Push RopePercent to lua to fix rope if not set
nemo [Wed, 11 Jan 2012 22:26:07 -0500] rev 6556
Allow multiple portals, so long as the team hasn't changed...
nemo [Tue, 10 Jan 2012 22:41:35 -0500] rev 6555
allow roping into a portal (still detaches rope)
nemo [Mon, 09 Jan 2012 01:13:55 -0500] rev 6554
ok. pretty sure that has to be consistent in both. go with the smaller one...
nemo [Mon, 09 Jan 2012 00:50:39 -0500] rev 6553
Slow down flakes/clouds that are farther away. Also unbreak NTPX w/ SDL 1.2
unc0rr [Sat, 07 Jan 2012 00:10:47 +0400] rev 6552
Disallow dot as a part of identifier
koda [Fri, 06 Jan 2012 01:51:04 +0100] rev 6551
fix a couple of loose ends: sdl_mixer is informed of that OGG is provided by Tremor with its own macro, there is no more a segfault on Tremor cleanup, added new event type and timestamp entry for SDL, removed spurious characters from the japanese translation, uSound errors now are output with SDLTry, uSound doesn't need sound preloading any more
Ivo Nunes [Wed, 04 Jan 2012 02:06:44 +0100] rev 6550
GCI task: iOS Portuguese
RoFra [Sun, 01 Jan 2012 15:24:55 -0500] rev 6549
graphics fix. take 3
ChipHome [Sun, 01 Jan 2012 14:14:55 -0500] rev 6548
Fixed unicode italian missions translation update
nemo [Sun, 01 Jan 2012 13:20:22 -0500] rev 6547
one more mask, reduce hog count on ruler map
ChipHome [Sun, 01 Jan 2012 12:01:25 -0500] rev 6546
Italian update - ditched missions file since encoding appears to be incorrect.
thebowseat [Sat, 31 Dec 2011 03:24:44 +0100] rev 6545
GCI task: iOS Japanese
koda [Sat, 31 Dec 2011 03:21:09 +0100] rev 6544
update ios project file with new uGears* files; flags for one text file
unc0rr [Sat, 31 Dec 2011 01:52:14 +0300] rev 6543
Fix build
unc0rr [Fri, 30 Dec 2011 22:20:57 +0300] rev 6542
Oops
unc0rr [Thu, 29 Dec 2011 23:02:40 +0300] rev 6541
Send full room info on room add and update events. Less(?) traffic, but current frontend doesn't behave good with this change to server.
jerryma1121 [Thu, 29 Dec 2011 09:40:16 +0100] rev 6540
GCI task: one bug (
issue #167)
kragniz [Thu, 29 Dec 2011 09:35:04 +0100] rev 6539
GCI task: idea
koda [Thu, 29 Dec 2011 09:29:56 +0100] rev 6538
testing, let's try -Os optimisation for frontend and engine; small cleanup and typos
unc0rr [Wed, 28 Dec 2011 21:53:40 +0300] rev 6537
Take koda's notice into account, also update list of source files
unc0rr [Wed, 28 Dec 2011 11:13:29 -0500] rev 6536
add -O2
unc0rr [Wed, 28 Dec 2011 18:40:02 +0300] rev 6535
It seems there's no need to copy gear's msg. Fixes bots getting stuck after hog switch.
nemo [Tue, 27 Dec 2011 14:14:26 -0500] rev 6534
Experiment in eliminating transparent white from LandPixels - I think it messes up on some graphics cards. Noticed a curious white border on a girder in a theme Randy is working on. At the very least it is slightly more efficient in the blit.
ChipHome [Tue, 20 Dec 2011 16:13:17 -0500] rev 6533
Italian update
nemo [Sat, 17 Dec 2011 13:12:33 -0500] rev 6532
Little tweak to reduce noob fail. Delay drill rocket explosion by 250ms after spawn in Attack. Unless you drop it straight down w/ no power, it should not explode immediately in your face.
nemo [Thu, 15 Dec 2011 12:57:26 -0500] rev 6531
Remove density adjustment in ammoshove. Means a mine and a barrel will be batted same distance again.
nemo [Thu, 15 Dec 2011 11:06:36 -0500] rev 6530
Experiment. Applying density to both ammoshove and explosion, w/ distance of a hedgehog knock being standard value (/3 since hedgehog "density" is 3)
Henek [Mon, 12 Dec 2011 19:23:05 +0100] rev 6529
added SetAmmoStore to lua for convinience
koda [Mon, 12 Dec 2011 00:10:55 +0100] rev 6528
added 'loaded locale' message, other minor things
koda [Mon, 12 Dec 2011 00:10:11 +0100] rev 6527
finally hook the engine localization on ios
Resoow [Sun, 11 Dec 2011 23:20:59 +0100] rev 6526
GCI task: iOS _languages_ 2 (Bulgarian)
m4tx [Sun, 11 Dec 2011 23:15:06 +0300] rev 6525
[GCI] backz task: unify the back button functionality, avoid using the save button
koda [Sun, 11 Dec 2011 19:57:04 +0100] rev 6524
make sure to stop music before freeing it
Henek [Sun, 11 Dec 2011 14:52:02 +0100] rev 6523
enable lua to also set rope length percent
sheepluva [Sat, 10 Dec 2011 04:10:32 +0100] rev 6522
removing my reserved hat.
also using this commit to test whether CIA.vc notification directly by google-code works (so that you don't have to rely on my server doing this anymore)
see http://cia.vc/blog/2009/03/google-revisited/
nemo [Thu, 08 Dec 2011 23:30:03 -0500] rev 6521
missing nil
unc0rr [Thu, 08 Dec 2011 14:44:10 +0400] rev 6520
Some more work on scopes
nemo [Wed, 07 Dec 2011 19:38:33 -0500] rev 6519
oops. this is more efficient anyway.
koda [Wed, 07 Dec 2011 23:35:13 +0100] rev 6518
ios italian translation
unc0rr [Wed, 07 Dec 2011 23:04:57 +0300] rev 6517
Format code a bit
unc0rr [Wed, 07 Dec 2011 22:54:39 +0300] rev 6516
Further progress on dealing with namespaces
nemo [Wed, 07 Dec 2011 11:35:03 -0500] rev 6515
Suggestion of sheepluva's - disable timebox in crates after SD, and set to disabled in Ammo. Also disable switch hedgehog for teams of 1 hedgehog in size, and try and correct what appears to be a bug in reserved hats.
unc0rr [Wed, 07 Dec 2011 17:55:23 +0400] rev 6514
- Fix type2C id2C call
- Introduce renderCFiles function
blackmetalowiec [Wed, 07 Dec 2011 12:19:36 +0100] rev 6513
Auto refresh room list after leaving room. Fixes
issue #320 for voluntarily and involuntarily coming to room list.
unc0rr [Wed, 07 Dec 2011 08:01:18 +0300] rev 6512
"System" unit to help converter
unc0rr [Tue, 06 Dec 2011 22:05:59 +0300] rev 6511
Ok, State monad instead
Terrington_Snyde [Tue, 06 Dec 2011 16:16:48 -0500] rev 6510
nicer graphic
unc0rr [Tue, 06 Dec 2011 17:59:10 +0400] rev 6509
Convert into Reader monad
nemo [Mon, 05 Dec 2011 23:52:59 -0500] rev 6508
Fix regression from 6480 too. Extra assignments might make this slightly less efficient.
nemo [Mon, 05 Dec 2011 23:10:53 -0500] rev 6507
with statement considered harmful
mikade [Tue, 06 Dec 2011 05:53:02 +0200] rev 6506
Don't forget about Rope Training.
mikade [Tue, 06 Dec 2011 05:41:52 +0200] rev 6505
oops
mikade [Tue, 06 Dec 2011 04:46:47 +0200] rev 6504
merge
nemo [Mon, 05 Dec 2011 18:38:25 -0500] rev 6503
...
nemo [Mon, 05 Dec 2011 18:38:07 -0500] rev 6502
...
mikade [Tue, 06 Dec 2011 00:47:24 +0200] rev 6501
Add some (slightly modified) GCI missions.
unc0rr [Mon, 05 Dec 2011 23:04:10 +0300] rev 6500
Let .hs be native eol format too
unc0rr [Mon, 05 Dec 2011 17:56:49 +0400] rev 6499
Start converting into monadic code using Reader monad (will be used to store information about namespace)
unc0rr [Fri, 02 Dec 2011 15:03:27 +0400] rev 6498
Some tiny optimizations
nemo [Sun, 04 Dec 2011 15:21:50 -0500] rev 6497
Bind 1-5 in defaults. Missions really need the option to pick a team though, using default team if none supplied.
koda [Sun, 04 Dec 2011 18:58:52 +0100] rev 6496
update the ios data script for the new audio mono location
koda [Sun, 04 Dec 2011 18:53:49 +0100] rev 6495
audio mono is back
koda [Sun, 04 Dec 2011 18:52:22 +0100] rev 6494
ios port working again, mono audio is missing
Kimsey0 [Sun, 04 Dec 2011 11:53:08 +0100] rev 6493
GCI task: iOS Danish
unc0rr [Sun, 04 Dec 2011 01:00:18 +0300] rev 6492
No more nested functions in code
unc0rr [Sun, 04 Dec 2011 00:56:07 +0300] rev 6491
Some cleanup here and there
unc0rr [Sun, 04 Dec 2011 00:52:47 +0300] rev 6490
- Give uLand more modularity
- Get rid of some more nested functions
unc0rr [Sat, 03 Dec 2011 22:21:23 +0300] rev 6489
Add base type tags to identifiers
Xeli [Sat, 03 Dec 2011 19:18:13 +0100] rev 6488
android: moved the different objects representing the different game parameters to a different package
Xeli [Sat, 03 Dec 2011 19:09:24 +0100] rev 6487
android: rename TouchInterface package to UserInput
Xeli [Sat, 03 Dec 2011 18:50:29 +0100] rev 6486
android: startgamemenu now has some default values, plus the themes are ordered alphabetically
Xeli [Sat, 03 Dec 2011 18:49:17 +0100] rev 6485
android: hopefully prevents a FC, I can't reproduce it though..
koda [Sat, 03 Dec 2011 15:22:07 +0100] rev 6484
fix exe flags of new translations
huseyinaksu [Sat, 03 Dec 2011 15:20:15 +0100] rev 6483
GCI task: iOS _language_ (Turkish)
Leonard [Sat, 03 Dec 2011 15:15:14 +0100] rev 6482
GCI task: iOS German
Kimsey0 [Sat, 03 Dec 2011 15:09:46 +0100] rev 6481
GCI task: Danish translation
koda [Sat, 03 Dec 2011 15:06:47 +0100] rev 6480
italian typo, fix
issue #324
koda [Sat, 03 Dec 2011 15:01:57 +0100] rev 6479
minor cleanup
koda [Sat, 03 Dec 2011 14:43:09 +0100] rev 6478
cleanup and example
Oranger [Sat, 03 Dec 2011 14:36:36 +0100] rev 6477
GCI task: describez
koda [Sat, 03 Dec 2011 12:00:32 +0100] rev 6476
neeeeeeeemoooooooooooooooo
koda [Sat, 03 Dec 2011 11:32:34 +0100] rev 6475
.hgignore update
unc0rr [Thu, 01 Dec 2011 18:02:27 +0400] rev 6474
- Improve renderer a bit, disallow nested functions
- Start getting rid of nested functions
unc0rr [Thu, 01 Dec 2011 11:30:06 +0400] rev 6473
Why 'And'? (help parser)
Henek [Wed, 30 Nov 2011 23:16:44 +0100] rev 6472
present somthing that could be taken as a structure
enable structures again
disable sudden death music as a mood effect
blackmetalowiec [Wed, 30 Nov 2011 12:19:10 +0100] rev 6471
further updates to iOS polish translation
blackmetalowiec [Tue, 29 Nov 2011 16:24:25 +0100] rev 6470
polish iOS translation update
nemo [Mon, 28 Nov 2011 17:41:35 -0500] rev 6469
remove placeholder values that snuck in in the merge
unc0rr [Fri, 30 Dec 2011 13:54:39 +0400] rev 6468
Start refactoring uGears. Breaks build.
unc0rr [Tue, 29 Nov 2011 17:42:42 +0400] rev 6467
- Improve parsing of prefix operators
- Improve C renderer
- pas2c now saves converted .c and .h files
unc0rr [Mon, 28 Nov 2011 23:14:11 +0300] rev 6466
merge
Xeli [Mon, 28 Nov 2011 17:38:50 +0100] rev 6465
typo... >,<
unc0rr [Mon, 28 Nov 2011 17:57:25 +0400] rev 6464
More verbose progress log, dump the result
Xeli [Mon, 28 Nov 2011 17:37:43 +0100] rev 6463
added a switch USE_SDLTHREADS
Xeli [Mon, 28 Nov 2011 17:38:50 +0100] rev 6462
typo... >,<
Xeli [Mon, 28 Nov 2011 16:21:35 +0100] rev 6461
android: use linkedlist instead of the deque interface, Deque<> isn't supported until gingerbread
Xeli [Mon, 28 Nov 2011 17:37:43 +0100] rev 6460
added a switch USE_SDLTHREADS
Xeli [Mon, 28 Nov 2011 16:20:48 +0100] rev 6459
android: check if the sdcard directory is writable, if it isn't close the app
Xeli [Mon, 28 Nov 2011 16:21:35 +0100] rev 6458
android: use linkedlist instead of the deque interface, Deque<> isn't supported until gingerbread
Xeli [Mon, 28 Nov 2011 16:19:27 +0100] rev 6457
update android version
Xeli [Mon, 28 Nov 2011 16:20:48 +0100] rev 6456
android: check if the sdcard directory is writable, if it isn't close the app
unc0rr [Mon, 28 Nov 2011 17:57:25 +0400] rev 6455
More verbose progress log, dump the result
Xeli [Mon, 28 Nov 2011 16:19:27 +0100] rev 6454
update android version
unc0rr [Sun, 27 Nov 2011 23:13:22 +0300] rev 6453
Countless imporvements to the parser and countless help to the parser in sources.
Now parser is able to parse the whole engine \o/
unc0rr [Sun, 27 Nov 2011 19:34:08 +0300] rev 6452
More work on the parser
jose1711 [Mon, 28 Nov 2011 06:55:55 +0100] rev 6451
Updated Slovak translation
unc0rr [Sun, 27 Nov 2011 14:46:57 +0300] rev 6450
- Improvement to the parser
- Help parser with 'not' prefix operator
jose1711 [Sun, 27 Nov 2011 14:08:08 +0100] rev 6449
Updated Slovak translation
Xeli [Sun, 27 Nov 2011 00:57:43 +0100] rev 6448
woopsy we dont want that :d
Xeli [Sun, 27 Nov 2011 00:55:45 +0100] rev 6447
android: load graphics multithreaded for superduper loadtimes
Xeli [Sun, 27 Nov 2011 00:54:00 +0100] rev 6446
android: cleaned up the code a bit and removed a bug with the parsing of the xml
Xeli [Sun, 27 Nov 2011 00:53:08 +0100] rev 6445
android: update manifest to the market version
unc0rr [Sun, 27 Nov 2011 00:25:28 +0300] rev 6444
- Help parser more
unc0rr [Sat, 26 Nov 2011 21:12:23 +0300] rev 6443
- Help parser by dropping that insane formatting syntax in str function
- Parse operators
nemo [Sat, 26 Nov 2011 12:01:13 -0500] rev 6442
ffs
koda [Sat, 26 Nov 2011 17:47:55 +0100] rev 6441
raise the minimum qt version required to 4.6; this was needed as the new animation frameworks were absent in 4.5 and lower
koda [Sat, 26 Nov 2011 17:45:34 +0100] rev 6440
disable opacity effect for non-linux as it is working only there, fix a glitch that would print the page for a frame and then animate it from another position, change the animation curve to something a little more speedy
Xeli [Sat, 26 Nov 2011 17:42:31 +0100] rev 6439
merge
Henek [Sat, 26 Nov 2011 16:47:36 +0100] rev 6438
Updated the Tracker to handle hog hiding and restoring.
Xeli [Sat, 26 Nov 2011 17:40:25 +0100] rev 6437
Android: fixed serviceconnectionleak, made the result code of asynctask a bit better, fix cancel button
Xeli [Sat, 26 Nov 2011 16:18:44 +0100] rev 6436
Sort the weapons/schemes/styles and give make give them a default value
Xeli [Sat, 26 Nov 2011 11:47:31 +0100] rev 6435
merge
Xeli [Sat, 26 Nov 2011 11:40:54 +0100] rev 6434
android: remove the "continue in background" button for now
Xeli [Sat, 26 Nov 2011 11:39:41 +0100] rev 6433
android: fix compatibility with donut
Xeli [Fri, 25 Nov 2011 19:36:03 +0100] rev 6432
Use proper names when storing custom teams, also fixes the bug which created new teams when you editted one of the default ones
Xeli [Fri, 25 Nov 2011 19:33:55 +0100] rev 6431
android: default team is now an AI
koda [Sat, 26 Nov 2011 11:37:25 +0100] rev 6430
fix compiling with LUA_DISABLED
Xeli [Fri, 25 Nov 2011 19:33:17 +0100] rev 6429
new build which works with android ICS
Oranger [Sat, 26 Nov 2011 00:45:00 -0500] rev 6428
eyecandy
Xeli [Fri, 25 Nov 2011 19:32:54 +0100] rev 6427
android: prevent the virtual keyboard from opening at the start
unc0rr [Fri, 25 Nov 2011 23:22:35 +0300] rev 6426
Help parser a bit
unc0rr [Fri, 25 Nov 2011 18:36:12 +0300] rev 6425
- Parse unions, sets, function type, packed arrays and some more imporvements to the parser. Now it parses uVariable, uConsts and even SDLh.pas
- Improve rendering of C code
- Fix preprocessor issues, define "FPC"
- Make pas2c convert unit along with its dependencies into corresponding .c files, so you just call it for hwengine.pas to convert the whole engine
Kamil Pilarski [Fri, 25 Nov 2011 05:15:38 +0100] rev 6424
GCI task: iOS Polish
Rom le Clair [Fri, 25 Nov 2011 05:11:11 +0100] rev 6423
GCI task: iOS French
Ángel Alonso [Fri, 25 Nov 2011 05:06:39 +0100] rev 6422
GCI task: iOS Spanish
koda [Fri, 25 Nov 2011 05:05:34 +0100] rev 6421
also for the description
koda [Fri, 25 Nov 2011 04:57:59 +0100] rev 6420
better ios localization files
nemo [Thu, 24 Nov 2011 16:40:17 -0500] rev 6419
Tidy up flake land generation, to avoid ragged holes in landbacktex. Remove of one odd Land[] change forces a PROTO bump. Well, had to happen eventually.
sheepluva [Thu, 24 Nov 2011 19:15:29 +0100] rev 6418
hide all context menu options for own nick, except for info
unc0rr [Thu, 24 Nov 2011 20:59:13 +0300] rev 6417
Improve parser a bit, preparation to parsing whole program at once and compiling it into single C file
Xeli [Thu, 24 Nov 2011 16:33:36 +0100] rev 6416
removed extra endif
koda [Thu, 24 Nov 2011 16:18:45 +0100] rev 6415
GSoC 2011: Android port - merged mainstream
unc0rr [Wed, 23 Nov 2011 20:12:16 +0300] rev 6414
Finish preprocessor. Now it correctly handles $IFDEF, $IFNDEF, $ELSE, $ENDIF and $DEFINE.
Still not enterprise level, as has some flaws, but is okay to process hedgewars sources.
unc0rr [Tue, 22 Nov 2011 22:48:02 +0300] rev 6413
Preprocessor strips comments
unc0rr [Tue, 22 Nov 2011 19:34:15 +0300] rev 6412
- Split PascalParser into modules
- Start implementation of preprocessor
koda [Tue, 22 Nov 2011 02:08:42 +0100] rev 6411
group the ios files to be translated (aka localization)
koda [Fri, 26 Oct 2012 14:19:57 +0100] rev 6410
close branch
koda [Sun, 20 Nov 2011 19:07:59 +0100] rev 6409
SDL included some of our patches mainstream
sheepluva [Mon, 21 Nov 2011 21:23:23 +0100] rev 6408
this should fix the highlighting failz with non-lowercase player names like the one CheezeMonkey ran into.
there is a workaround: in the user dir put the playername in <playerNameWithCorrectCase>_highlight.txt
unc0rr [Sun, 20 Nov 2011 19:45:40 +0300] rev 6407
Merge with 0.9.17 server fix
jose1711 [Sat, 19 Nov 2011 23:34:09 +0100] rev 6406
Updated Slovak translation
koda [Mon, 21 Nov 2011 11:00:42 +0100] rev 6405
Added tag 0-9.17-release for
changeset 4670f003f91b
nemo [Sat, 19 Nov 2011 15:36:33 -0500] rev 6404
Aaaand merge into trunk too in case guys I was playing earlier are on trunk
unc0rr [Sun, 20 Nov 2011 19:45:03 +0300] rev 6403
Fix empty teams list when trying to spectate
nemo [Sat, 19 Nov 2011 15:34:38 -0500] rev 6402
Fix missing nametags in placement mode
unc0rr [Sat, 19 Nov 2011 22:42:52 +0300] rev 6401
merge, as --rebase didn't work for some reason
nemo [Sat, 19 Nov 2011 14:30:58 -0500] rev 6400
Merge 0.9.17 with trunk
unc0rr [Sat, 19 Nov 2011 22:38:31 +0300] rev 6399
Improve parser and converter
nemo [Sat, 19 Nov 2011 14:29:35 -0500] rev 6398
Update changelog again
unc0rr [Sat, 19 Nov 2011 19:30:20 +0300] rev 6397
Oops, function call has parens
nemo [Fri, 18 Nov 2011 12:47:40 -0500] rev 6396
Only make AI avoid damaged dead mines and dangerously smoking barrels once the attack is finished.
unc0rr [Fri, 18 Nov 2011 15:05:32 +0400] rev 6395
Make AI be less scared by crates. Actually, now it starts using switcher just to pick a crate up.
koda [Fri, 18 Nov 2011 00:32:52 +0100] rev 6394
yay, finally osx (and likely windows) fullscreen switch works like on linux! ALL textures had to be destroyed and recreated only after the new window got created. In other news, the new window must be cleaned with glClear to skip a first frame of garbage and AddProgress is only called the first time.
unc0rr [Thu, 17 Nov 2011 23:14:24 +0300] rev 6393
Make AI use switcher when:
- it is immediately available
- switching gains +20 points score turn
unc0rr [Thu, 17 Nov 2011 21:44:35 +0300] rev 6392
- Move actions stack out of Walk procedure
- Move test for available weapons into Walk procedure
unc0rr [Thu, 17 Nov 2011 17:57:45 +0400] rev 6391
- Parse sets initialization
- Render interface part of unit;
nemo [Wed, 16 Nov 2011 16:36:17 -0500] rev 6390
This should have been added before. add log spew if this ever happens. We should hopefully identify the various circumstances and make sure it is all cleaned up so the list becomes unnecessary.
nemo [Wed, 16 Nov 2011 15:16:17 -0500] rev 6389
prevent flinging up into any land.
unc0rr [Wed, 16 Nov 2011 21:35:14 +0300] rev 6388
Recognize some built-in functions
unc0rr [Wed, 16 Nov 2011 20:42:45 +0300] rev 6387
Less code
unc0rr [Wed, 16 Nov 2011 19:25:25 +0300] rev 6386
Prefix followed by prefix issue solved. Also some slight improvements.
nemo [Tue, 15 Nov 2011 00:43:19 -0500] rev 6385
Fix for
issue #291 - this check should probably be in ApplyDamage though
nemo [Mon, 14 Nov 2011 22:41:08 -0500] rev 6384
Disable loading content.html on startup, it is fetched on pushing to top of stack already.
nemo [Mon, 14 Nov 2011 22:38:24 -0500] rev 6383
increase land tex size to 512, which is the current minimum required just to load a hat. On my system max fps rose from 840 to 890 - about 6% change.
also a nil check, probably not needed.
koda [Tue, 15 Nov 2011 02:02:08 +0100] rev 6382
move the order of reloading texture to workaround buggy drivers
nemo [Mon, 14 Nov 2011 18:28:05 -0500] rev 6381
Only recreate texture for non-empty lines
nemo [Mon, 14 Nov 2011 18:08:36 -0500] rev 6380
Remove a bunch of unnecessary nil checks. FreeTexture does its own nil check.
nemo [Mon, 14 Nov 2011 17:56:44 -0500] rev 6379
reset chat lines too
mikade [Mon, 14 Nov 2011 23:46:23 +0200] rev 6378
Make Highlander moar awesome.
nemo [Mon, 14 Nov 2011 16:17:58 -0500] rev 6377
Since I'm storing the text string anyway, might as well recreate captions on resize as well
nemo [Mon, 14 Nov 2011 15:51:02 -0500] rev 6376
Not useful.
nemo [Mon, 14 Nov 2011 13:31:38 -0500] rev 6375
Aaand in .17
nemo [Mon, 14 Nov 2011 13:30:17 -0500] rev 6374
oops. tex could expire, too...
nemo [Mon, 14 Nov 2011 13:15:55 -0500] rev 6373
Aaaand merge .17 into trunk.
nemo [Mon, 14 Nov 2011 13:14:32 -0500] rev 6372
merge with trunk (sound fade tweak, iOS changes)
nemo [Mon, 14 Nov 2011 13:13:38 -0500] rev 6371
Skip rerendering the caption if the text is unchanged. Scripts make heavy use of caption, often onGameTick
unc0rr [Mon, 14 Nov 2011 13:28:16 +0400] rev 6370
Make server know release version
nemo [Sun, 13 Nov 2011 21:39:52 -0500] rev 6369
these flakes are supposed to look like silvery edges of dark stuff in background, so look odd unflattened
nemo [Sun, 13 Nov 2011 19:17:47 -0500] rev 6368
this one should not be delayed
koda [Sun, 13 Nov 2011 21:28:11 +0100] rev 6367
be more gentle when you stop channels at the end of the game
nemo [Sun, 13 Nov 2011 14:41:02 -0500] rev 6366
merge sound changes into .17, and, why not everything else too.
koda [Sun, 13 Nov 2011 21:18:33 +0100] rev 6365
fix accessing a released object
nemo [Sun, 13 Nov 2011 14:39:39 -0500] rev 6364
My understanding from unc0rr is that as long as trunk and .17 are in sync, they maintain the protocol number.
Once they desync, trunk gets a new one
nemo [Sun, 13 Nov 2011 14:33:14 -0500] rev 6363
Use -1 to clear all channels before playing victory sound
koda [Sun, 13 Nov 2011 19:32:42 +0100] rev 6362
modify ReleaseSound so that it performs a partial release of unused sounds, useful for responding to memory warnings
nemo [Sun, 13 Nov 2011 13:27:04 -0500] rev 6361
Merge .17 and trunk
nemo [Sun, 13 Nov 2011 13:18:56 -0500] rev 6360
Clear all other sounds before playing flawless victory / victory
nemo [Sun, 13 Nov 2011 13:05:19 -0500] rev 6359
stray "
nemo [Sun, 13 Nov 2011 12:45:54 -0500] rev 6358
oops
unc0rr [Sun, 13 Nov 2011 20:24:55 +0300] rev 6357
Something
nemo [Sun, 13 Nov 2011 12:30:32 -0500] rev 6356
Release?
unc0rr [Sun, 13 Nov 2011 13:46:26 +0300] rev 6355
Introduce initialization expressions
nemo [Sun, 13 Nov 2011 12:13:21 -0500] rev 6354
RELEEEEEEEEEASE
koda [Sun, 13 Nov 2011 18:23:05 +0100] rev 6353
restore displaying statistics at the end of a game and restore warning lower views that they are going to appear
inu [Sun, 13 Nov 2011 12:11:44 -0500] rev 6352
pt update
nemo [Sun, 13 Nov 2011 11:06:07 -0500] rev 6351
This should not be in the unplaced section
Xeli [Thu, 24 Nov 2011 13:44:30 +0100] rev 6350
new download manager \o/
mikade [Sun, 13 Nov 2011 17:52:50 +0200] rev 6349
Correct outdated feedback.
Move mudball into utility bundle.
Xeli [Thu, 24 Nov 2011 13:40:17 +0100] rev 6348
Added a minimal data dir, we should move this to hedgewars/share sometime
nemo [Sun, 13 Nov 2011 10:34:35 -0500] rev 6347
Make AI avoid barrels the more they are damaged
Xeli [Mon, 14 Nov 2011 18:03:51 +0100] rev 6346
merge
szczur [Sun, 13 Nov 2011 09:51:01 -0500] rev 6345
pl update
koda [Sat, 12 Nov 2011 19:00:31 +0100] rev 6344
iOS works again (also native touch interface \o/)
Xeli [Mon, 14 Nov 2011 18:03:31 +0100] rev 6343
first part of the new downloader implementation
BioHazardX [Sun, 13 Nov 2011 09:30:27 -0500] rev 6342
it update
koda [Sat, 12 Nov 2011 18:38:21 +0100] rev 6341
slight cleanup, fix compiling with sdl-1.2
Xeli [Mon, 14 Nov 2011 17:59:26 +0100] rev 6340
added quotes for those with spaces in their path
nemo [Sat, 12 Nov 2011 21:44:26 -0500] rev 6339
this should allow overriding static maps from lua
Xeli [Sat, 12 Nov 2011 18:02:55 +0100] rev 6338
and now it even works for sdl12 \o/
koda [Sat, 12 Nov 2011 21:59:10 +0100] rev 6337
in class methods you can call [self alloc], as per objc specifications
Xeli [Sat, 12 Nov 2011 17:55:23 +0100] rev 6336
use the new SDL_CreateThread call
koda [Sat, 12 Nov 2011 21:53:39 +0100] rev 6335
nevermind
Xeli [Sat, 12 Nov 2011 17:27:47 +0100] rev 6334
merge
koda [Sat, 12 Nov 2011 21:07:53 +0100] rev 6333
even faster and no more warning
Xeli [Sat, 12 Nov 2011 17:27:23 +0100] rev 6332
Java side makes use of the official multitouch implementation of SDL
unc0rr [Sat, 12 Nov 2011 12:41:12 -0500] rev 6331
faster math
Xeli [Sat, 12 Nov 2011 17:14:56 +0100] rev 6330
merge fix
nemo [Sat, 12 Nov 2011 11:02:02 -0500] rev 6329
Eh. n/m. Even when I did 1 shl, didn't seem right, and anyway, it isn't much of a mask if there are 16 categories and we use 10, of which those are the most common.
Xeli [Sat, 12 Nov 2011 17:06:49 +0100] rev 6328
merge...i think
nemo [Sat, 12 Nov 2011 10:44:10 -0500] rev 6327
Add an event mask for SDL1.2
nemo [Fri, 11 Nov 2011 15:28:58 -0500] rev 6326
Add hillbilly voice
nemo [Fri, 11 Nov 2011 15:11:41 -0500] rev 6325
Update changelog, comment on possibly redundant lines in GSHandlers
nemo [Fri, 11 Nov 2011 14:13:25 -0500] rev 6324
flip some flames
nemo [Fri, 11 Nov 2011 14:05:39 -0500] rev 6323
Dir should not be 0, but set it to 1 if 0 in case I missed some other place this was done. Also correct cloud scaling.
nemo [Thu, 10 Nov 2011 21:11:57 -0500] rev 6322
If I'm going to be arbitrary about it, might as well go for the more minimal arbitrariness
koda [Fri, 11 Nov 2011 01:40:23 +0100] rev 6321
further engine interaction refactoring
koda [Fri, 11 Nov 2011 01:18:19 +0100] rev 6320
minor updates to ServerProtocolNetwork class
koda [Fri, 11 Nov 2011 00:23:09 +0100] rev 6319
restore a lost view message
nemo [Thu, 10 Nov 2011 17:37:24 -0500] rev 6318
unsquash the rescaled clouds
unc0rr [Thu, 10 Nov 2011 23:14:40 +0300] rev 6317
Improve parsing of complex references like "a^[b[c], d]"
unc0rr [Wed, 09 Nov 2011 21:36:20 +0300] rev 6316
Fix inifinite loops
unc0rr [Wed, 09 Nov 2011 21:28:52 +0300] rev 6315
Rearrange token types
nemo [Thu, 10 Nov 2011 15:12:44 -0500] rev 6314
Add more border checks
nemo [Thu, 10 Nov 2011 12:20:01 -0500] rev 6313
Make mazes filter use same variable as template filter
nemo [Wed, 09 Nov 2011 22:21:05 -0500] rev 6312
fix map/template override, remove some pointless command calls
unc0rr [Wed, 09 Nov 2011 18:40:12 +0300] rev 6311
Less precision - less confusion
unc0rr [Tue, 08 Nov 2011 22:05:33 +0300] rev 6310
Improve type declarations parsing
nemo [Mon, 07 Nov 2011 17:37:00 -0500] rev 6309
Another set of colours. These are an attempt to fuse ideas from mikade and bugq, based on channel feedback/voting.
nemo [Sun, 06 Nov 2011 16:21:07 -0500] rev 6308
Might as well make the air attack team coloured too
unc0rr [Sun, 06 Nov 2011 23:36:02 +0300] rev 6307
Even more improvements to the parser and converter
nemo [Sun, 06 Nov 2011 14:15:43 -0500] rev 6306
tweak % again
nemo [Sun, 06 Nov 2011 13:53:25 -0500] rev 6305
Set default water colours in greyscale mode in case the theme does not define them, decrement piano weapon on use
nemo [Sun, 06 Nov 2011 13:17:42 -0500] rev 6304
Set CurrentAmmoGear on piano (should fix notes again). Also disable focus on current hog if unplaced.
nemo [Sun, 06 Nov 2011 13:00:25 -0500] rev 6303
Add missing grayscale conversions
nemo [Sun, 06 Nov 2011 12:40:35 -0500] rev 6302
Spread flakes out over 5 layers now (far back, mid distance, just behind land, just in front of lands and hog, near distance). Spread clouds out over 3 layers (far back, mid distance, just behind land). Add a flatten clouds option, use
d on Underwater. Alter some flake PNGs to reduce variation in size since scaling is being used.
koda [Sun, 06 Nov 2011 17:43:57 +0100] rev 6301
engine interaction class refactoring, round 4 or 5, can't remember: this time use the class methods to create an instance object and operates on that, reducing the number of arguments between methods and simplifying memory management
koda [Sun, 06 Nov 2011 16:41:14 +0100] rev 6300
move two class files in a correct directory
nemo [Sun, 06 Nov 2011 10:26:12 -0500] rev 6299
exclude hogs from density check
nemo [Sat, 05 Nov 2011 21:51:50 -0400] rev 6298
too game breaking I think
nemo [Sat, 05 Nov 2011 21:24:54 -0400] rev 6297
Include density in gear kick
nemo [Sat, 05 Nov 2011 21:01:21 -0400] rev 6296
not sure why this condition wasn't here before
nemo [Sat, 05 Nov 2011 20:51:15 -0400] rev 6295
Due to the small values and friction, halve the step in low gravity, instead of the value
nemo [Sat, 05 Nov 2011 20:09:48 -0400] rev 6294
Don't set moving if on flat surface
nemo [Sat, 05 Nov 2011 19:12:15 -0400] rev 6293
skip when attacking as well
nemo [Sat, 05 Nov 2011 17:42:30 -0400] rev 6292
This has bugged me for a while. Fix text position in frame 4. Also shrink size.
nemo [Sat, 05 Nov 2011 17:24:09 -0400] rev 6291
A bit less WTF of ice, ice chutes now work. Also tweak flake respawn positions a bit
unc0rr [Sat, 05 Nov 2011 20:43:20 +0300] rev 6290
Some improvements to the parser
nemo [Sat, 05 Nov 2011 12:10:49 -0400] rev 6289
Increase rarity of near flakes (don't want them intruding in game much). Also fix stereo. Near flakes were being drawn far.
nemo [Sat, 05 Nov 2011 11:41:56 -0400] rev 6288
Flatten flakes for halloween theme, based on feedback from sheepluva
unc0rr [Sat, 05 Nov 2011 09:38:07 +0300] rev 6287
merge
koda [Sat, 05 Nov 2011 06:06:04 +0100] rev 6286
and while we are giving SDLh.pas all this love, let's fix the signature of one SDL_ttf calls
koda [Sat, 05 Nov 2011 06:02:32 +0100] rev 6285
ooops :D
koda [Sat, 05 Nov 2011 05:25:04 +0100] rev 6284
fix signedness of sdl bindings
koda [Sat, 05 Nov 2011 04:58:22 +0100] rev 6283
oops, fix the size of a few event structs i just added
koda [Sat, 05 Nov 2011 03:05:37 +0100] rev 6282
just for the sake of it, add the missing sdl13 events and do some cleanup
koda [Sat, 05 Nov 2011 01:25:11 +0100] rev 6281
avoid linking compatible code from sdl library, let's provide our own
nemo [Fri, 04 Nov 2011 19:00:41 -0400] rev 6280
Avoid overflowing event
sheepluva [Fri, 04 Nov 2011 21:44:57 +0100] rev 6279
I hope this helps...
sheepluva [Fri, 04 Nov 2011 12:50:37 +0100] rev 6278
tweak DrawTunnel call of blowtorch. should fix issues with blowtorch going horizontal when it shouldn't
unc0rr [Sat, 05 Nov 2011 09:37:17 +0300] rev 6277
A try to improve parser move (has regressions)
koda [Fri, 04 Nov 2011 00:38:37 +0100] rev 6276
while formatting the ammomenu code i found out that it's simpler to move than i thought, and fixed a small glitch when animation was disabled
unc0rr [Fri, 04 Nov 2011 14:10:27 +0300] rev 6275
Many improvements to the parser
unc0rr [Thu, 03 Nov 2011 23:16:26 +0300] rev 6274
Better 'else' part
unc0rr [Thu, 03 Nov 2011 23:12:22 +0300] rev 6273
Starting pas2C using library called 'pretty'
unc0rr [Thu, 03 Nov 2011 22:11:35 +0300] rev 6272
- Update to compile with parsec 3.*
- Beat vars issue
nemo [Thu, 03 Nov 2011 10:36:10 -0400] rev 6271
Bounce can't be set on this anyway, and if we did make it work, it'd probably be OP
unc0rr [Thu, 03 Nov 2011 17:15:54 +0400] rev 6270
Improve pascal parser, now it is able to successfully parse uGame.pas (though it eats all comments). Many things are still missing. Well, it's just a matter of time to implement the rest. All basic work is already done anyway.
koda [Thu, 03 Nov 2011 05:15:39 +0100] rev 6269
small tweak to ingamemenu class
koda [Thu, 03 Nov 2011 05:09:05 +0100] rev 6268
double two finger tap to make screenshot on ios (though folder is not yet accessible)
koda [Thu, 03 Nov 2011 03:58:24 +0100] rev 6267
make screenshots with 32bits of depths, so that they are more opengles friendly
koda [Thu, 03 Nov 2011 01:10:25 +0100] rev 6266
convert gameinterfacebridge in simple-to-use class methods
koda [Thu, 03 Nov 2011 00:56:44 +0100] rev 6265
aaand remove also ipcport from the class interface as well
koda [Wed, 02 Nov 2011 19:17:07 +0100] rev 6264
do not forget to keep track of teams here
koda [Wed, 02 Nov 2011 19:07:37 +0100] rev 6263
don't keep track of the savepath and of engineprotocol objects
koda [Wed, 02 Nov 2011 17:42:52 +0100] rev 6262
better
koda [Wed, 02 Nov 2011 16:31:16 +0100] rev 6261
remove the need of saving the calling controller (disabling stats, but they were already broken by a previous commit)
koda [Wed, 02 Nov 2011 09:48:29 +0100] rev 6260
slight simplification
koda [Wed, 02 Nov 2011 09:24:18 +0100] rev 6259
move objc overlay creation after sdlwindow has been created
sheepluva [Mon, 31 Oct 2011 21:04:18 +0100] rev 6258
widen mission list
sheepluva [Mon, 31 Oct 2011 20:51:00 +0100] rev 6257
mission locale -> UTF-8
unc0rr [Mon, 31 Oct 2011 22:32:53 +0300] rev 6256
ru localization
nemo [Mon, 31 Oct 2011 15:05:39 -0400] rev 6255
oh, probably needs resetting here too
nemo [Mon, 31 Oct 2011 14:08:10 -0400] rev 6254
Force a desync if there is a script name mismatch. This avoids playing until the game desyncs due to script differences.
mikade [Mon, 31 Oct 2011 19:40:39 +0200] rev 6253
Add "Surfer" achievement to Space Invasion.
Balance "Shield Miser" in Space Invasion.
Fix disappearing ghost bug in Racer
Extend waypoint limit to 8 in Racer
Lengthen ghost tracking interval to improve performance in Racer.
Allow users to view score between turns now that HideMission() is fixed.
sheepluva [Mon, 31 Oct 2011 16:56:48 +0100] rev 6252
this seems... um.. random
sheepluva [Mon, 31 Oct 2011 16:44:25 +0100] rev 6251
Bee:
+ don't explode on time expiration but fall instead (still explodes on impact)
* avoid side-effects by removing flag sharing between different bees.
sheepluva [Mon, 31 Oct 2011 14:44:43 +0100] rev 6250
mikade's request: dont delete mission text/texture in HideMission() (so that it can still be looked at in ESC menu
sheepluva [Mon, 31 Oct 2011 13:36:39 +0100] rev 6249
fix HideMission()
sheepluva [Mon, 31 Oct 2011 13:12:10 +0100] rev 6248
don't hide target cursor if a hedgehog (other than current) is drowning, thanks to mikade for pointing this out
koda [Mon, 31 Oct 2011 03:08:16 +0100] rev 6247
unified the objc game state in a single place, which allowed some optimization to ObjcExport class (and more)
koda [Mon, 31 Oct 2011 01:44:32 +0100] rev 6246
just moving ios server stuff around
sheepluva [Sun, 30 Oct 2011 23:24:36 +0100] rev 6245
fix mission map script loading
sheepluva [Sun, 30 Oct 2011 21:19:47 +0100] rev 6244
don't let forced hog movement (with no damage) suspend/halt shot charging
this also caused frozen turns in combination with bee, as reported by Djrulz1
sheepluva [Sun, 30 Oct 2011 17:56:19 +0100] rev 6243
whoops, I'm a nerd
sheepluva [Sun, 30 Oct 2011 17:31:53 +0100] rev 6242
frontend flakes:
don't spawn flakes at locations that will cause them to never be within the visible frame
sheepluva [Sun, 30 Oct 2011 15:31:30 +0100] rev 6241
frontend flakes:
* good-bye clipping
* also "respawn" flakes when leaving window to the right (instead just the botton)
+ flakes rotate in 4 degree steps, so let's only generate 90 animation frames instead of 90
sheepluva [Sun, 30 Oct 2011 08:01:26 +0100] rev 6240
show notice to admin when kicking player
sheepluva [Sun, 30 Oct 2011 07:21:51 +0100] rev 6239
lupdate, german translation
sheepluva [Sun, 30 Oct 2011 06:22:47 +0100] rev 6238
beep on highlight
sheepluva [Sat, 29 Oct 2011 20:47:40 +0200] rev 6237
whoopsy, my bad (segfault due to accepting empty lines)
Xeli [Sat, 12 Nov 2011 15:48:55 +0100] rev 6236
yey sdl implemented multi touch so my implementation isnt needed anymore
sheepluva [Sat, 29 Oct 2011 18:20:56 +0200] rev 6235
stylesheet comments/adjustments
Xeli [Sat, 12 Nov 2011 14:52:48 +0100] rev 6234
these files must not be compiled because they cause compiler errors and noone likes those ;p
sheepluva [Sat, 29 Oct 2011 17:52:35 +0200] rev 6233
html-escape nicknames
Xeli [Sat, 12 Nov 2011 14:50:35 +0100] rev 6232
removed sdl_net which was 'borrowed' (?:P) from peyla's port we'll now be using the official port
sheepluva [Sat, 29 Oct 2011 16:54:46 +0200] rev 6231
change default timestamp format to hh:mm
Xeli [Sat, 12 Nov 2011 14:48:35 +0100] rev 6230
automated the build process some more, users must add the android ndk, sdk and fpc dir to their $PATH and cmake will do the rest, I still need a solution for the sdl dir. Subrepo's perhaps?
sheepluva [Sat, 29 Oct 2011 15:31:45 +0200] rev 6229
* fix highlighting (i just broke it by not negating a boolean expression)
* fix issues with first display: none; being ignored
+ allow css to hide hours / seconds of timestamp
Xeli [Sat, 12 Nov 2011 14:45:36 +0100] rev 6228
added lines to avoid compiler hints, is this really the way we want to do it though? ;/
sheepluva [Sat, 29 Oct 2011 11:47:37 +0200] rev 6227
update name autocompletion after nick change (since own nick isn't suggested)
Xeli [Fri, 28 Oct 2011 18:33:38 +0200] rev 6226
merge
sheepluva [Sat, 29 Oct 2011 09:19:04 +0200] rev 6225
disconnect when going back from lobby page (regression fix)
fix some indentations
koda [Fri, 28 Oct 2011 18:26:17 +0200] rev 6224
one dangerous merge
unc0rr [Fri, 28 Oct 2011 19:20:35 +0400] rev 6223
It doesn't make much sense to make checks like 'if(game)' if you never set game to 0. Using smart pointers instead. Does it fix segfaults? Probably.
sheepluva [Fri, 28 Oct 2011 13:10:46 +0200] rev 6222
+ make names in notice messages and leave messages clickable too
+ experimental: allow adding/removing users to friends/ignore list even after their loggout
sheepluva [Fri, 28 Oct 2011 09:12:05 +0200] rev 6221
chat: don't link own name
koda [Fri, 28 Oct 2011 03:41:52 +0200] rev 6220
ok *this* brings ios 3.* runtime compatibility
koda [Fri, 28 Oct 2011 03:06:31 +0200] rev 6219
restore game config on iphone
sheepluva [Thu, 27 Oct 2011 22:52:22 +0200] rev 6218
actually the those if(...); weren't supposed to be if statements in the first place, since the result is always true at that point of code anyway.
unc0rr [Thu, 27 Oct 2011 21:33:18 +0400] rev 6217
- Remove some old unused code
- Fix some warnings, including "empty if"
sheepluva [Thu, 27 Oct 2011 02:47:05 +0200] rev 6216
having ctrl+w close the engine is just mean... many WASD players think the game crashes all the time because of that - since they close it by accident again and again...
sheepluva [Wed, 26 Oct 2011 11:50:03 +0200] rev 6215
typos
sheepluva [Wed, 26 Oct 2011 05:57:00 +0200] rev 6214
custom highlighting
koda [Wed, 26 Oct 2011 02:21:44 +0200] rev 6213
also imageio is absent from old ios, so weaklink it
sheepluva [Wed, 26 Oct 2011 01:51:42 +0200] rev 6212
few mini-adjustments
sheepluva [Wed, 26 Oct 2011 01:50:08 +0200] rev 6211
move (prematurely) finishing game by removing all teams into engine since that's where it should happen
koda [Wed, 26 Oct 2011 01:17:44 +0200] rev 6210
fix runtime compability with ios 3.* (hopefully) and fix a small glitch in turning off music/sounds
koda [Wed, 26 Oct 2011 00:30:35 +0200] rev 6209
restore runtime compatibility with ios 3.2
koda [Tue, 25 Oct 2011 22:51:10 +0200] rev 6208
move all extra categories in a single source, add caching for HWUtils
koda [Tue, 25 Oct 2011 22:14:55 +0200] rev 6207
updated sdl and lowered minimum ios to 3.0
nemo [Tue, 25 Oct 2011 19:01:56 -0400] rev 6206
As sheepluva pointed out, allowing this message to be legal allows naughtiness. The server usage of this message does not seem to use this check.
sheepluva [Tue, 25 Oct 2011 19:46:59 +0200] rev 6205
remove any thread-safe stuff I introduced since it's not needed
as unC0Rr pointed out it's not needed, we are single-threaded (thanks :D)
from what I understood this time, Qt is clever enough to sequentialize all events and child destructions instead of spawning threads
also some docs/comments
unc0rr [Tue, 25 Oct 2011 13:30:02 +0400] rev 6204
Fix for 'The "optimized" argument must be followed by a library.' cmake failure
sheepluva [Tue, 25 Oct 2011 03:00:08 +0200] rev 6203
adding simple doc build script
sheepluva [Mon, 24 Oct 2011 23:24:01 +0200] rev 6202
this should fix stylesheet importing on windows, but we'll see
sheepluva [Mon, 24 Oct 2011 22:46:35 +0200] rev 6201
fix of /saveStyleSheet command, error message on stylesheet import fail
sheepluva [Mon, 24 Oct 2011 20:01:25 +0200] rev 6200
tweak and document abstract page
sheepluva [Mon, 24 Oct 2011 11:14:09 +0200] rev 6199
on file save: create parent directories if needed
sheepluva [Mon, 24 Oct 2011 10:59:52 +0200] rev 6198
unbreak command auto-completion (was broken since
r0b92341adb6a - 52 commits ago)
sheepluva [Mon, 24 Oct 2011 10:30:47 +0200] rev 6197
chat:
+ added timestamps (can also be css styled and disabled)
+ allow exchanging stylesheet by just dragging a *.css file into the chat widget!
+ /saveStyleSheet command for keeping the applied stylesheet for future runs
+ /discardStyleSheet to reset to the saved/default stylesheet
Note: I noticed command auto-completion is broken, don't know since when. annoying.
sheepluva [Mon, 24 Oct 2011 06:54:46 +0200] rev 6196
minor cleanups, mostly in own code
sheepluva [Mon, 24 Oct 2011 06:10:28 +0200] rev 6195
* fixing my hat preview bug nemo pointed out (thanks!)
+ cleanup of edit page loading, should speeed up application startup a bit.
sheepluva [Mon, 24 Oct 2011 01:09:33 +0200] rev 6194
improve and cash hilight regexp
sheepluva [Sun, 23 Oct 2011 22:47:59 +0200] rev 6193
highlight improvements
* only highlight if surrounded by whitespaces (or trailing ': ')
+ case-insensitive
nemo [Sun, 23 Oct 2011 14:44:19 -0400] rev 6192
oops
unc0rr [Sun, 23 Oct 2011 11:37:52 +0400] rev 6191
Case-insensitive comparison of nicks
sheepluva [Sun, 23 Oct 2011 09:01:53 +0200] rev 6190
potential fix for
issue #217 (SigSegV while in game room in KillAllTeams - team list change?)
nemo [Sun, 23 Oct 2011 01:47:44 -0400] rev 6189
retain dx/dy from landgun
sheepluva [Sat, 22 Oct 2011 20:49:26 +0200] rev 6188
doxygen seems to get confused if a ///< line is followed by a /// line
sheepluva [Sat, 22 Oct 2011 20:41:23 +0200] rev 6187
* adding destructors to my line edit subclasses
+ case-insensitive sorting for suggested nicknames
sheepluva [Sat, 22 Oct 2011 19:37:39 +0200] rev 6186
let's create some templates so that the user knows how to start off
sheepluva [Sat, 22 Oct 2011 18:24:36 +0200] rev 6185
document css files better
nemo [Sat, 22 Oct 2011 11:50:55 -0400] rev 6184
Tweak ratios to deemphasise foreground flakes further
sheepluva [Sat, 22 Oct 2011 10:59:06 +0200] rev 6183
minor signal fail fix
sheepluva [Sat, 22 Oct 2011 10:52:07 +0200] rev 6182
some more chat fixes and changes, I think. hum. what was that? um. aaah, I better go catch some sheep ... er sleep.. um..
sheepluva [Sat, 22 Oct 2011 08:51:02 +0200] rev 6181
ugh wth... cleaned FL/IL change notifications up
sheepluva [Sat, 22 Oct 2011 06:55:14 +0200] rev 6180
some changes to the css... display:none; works now (e.g. you can use it for user join/leave messages that are not your friends)
nemo [Sat, 22 Oct 2011 00:49:55 -0400] rev 6179
Bit of an experiment with giving flakes a bit more depth. Might need to be theme flagged, or theme flakes reworked on some themes. Looks neat in stereo. Also finally use an array for the layers
sheepluva [Sat, 22 Oct 2011 02:41:59 +0200] rev 6178
BOOOOooOM <headshot>! removing default stylesheets from c++ code and adding them as text files to the qt resources
sheepluva [Sat, 22 Oct 2011 01:53:14 +0200] rev 6177
same for chat. changed the paths to: css/qt.css css/chat.css
note: display:none is not supported by QTextBrowser, I might pimp it up to do so
sheepluva [Sat, 22 Oct 2011 01:00:21 +0200] rev 6176
frontend will use the data file misc/qt_style.css instead of hardcoded stylesheet - if the file exists
sheepluva [Sat, 22 Oct 2011 00:00:48 +0200] rev 6175
moving a file around, fixing a png, etc.
sheepluva [Fri, 21 Oct 2011 20:58:49 +0200] rev 6174
fix multiplayer script loading
sheepluva [Fri, 21 Oct 2011 19:37:45 +0200] rev 6173
fix netgame layout issues, I think all layout issues caused by page refactoring are fixed now, if you find any more let me know
sheepluva [Fri, 21 Oct 2011 19:27:40 +0200] rev 6172
fix lobby layout issues
sheepluva [Fri, 21 Oct 2011 19:17:08 +0200] rev 6171
fix layout of net page
sheepluva [Fri, 21 Oct 2011 18:53:36 +0200] rev 6170
fix multiplayer page layout, doc/comment fixes
sheepluva [Fri, 21 Oct 2011 18:23:43 +0200] rev 6169
fix overlapping issue in main menu
sheepluva [Fri, 21 Oct 2011 17:55:32 +0200] rev 6168
fix an include; fix/add comments
sheepluva [Fri, 21 Oct 2011 08:41:21 +0200] rev 6167
simplified some stuff I wrote
sheepluva [Fri, 21 Oct 2011 08:03:42 +0200] rev 6166
finishing SDLInterface cleanup (wrt audio)
sheepluva [Fri, 21 Oct 2011 07:00:49 +0200] rev 6165
moving and renaming SDLs.*, making it a singleton; cleaning up class responsibilties wrt SDLInteraction; some comments
sheepluva [Fri, 21 Oct 2011 04:11:26 +0200] rev 6164
change SDL.h/SDL.cpp to use HWDataManager instead of poking around on the harddrive - also I added doc/comments to the class
sheepluva [Fri, 21 Oct 2011 01:47:53 +0200] rev 6163
oops and good night
sheepluva [Fri, 21 Oct 2011 01:36:13 +0200] rev 6162
comment fixes
sheepluva [Fri, 21 Oct 2011 00:02:11 +0200] rev 6161
comments
sheepluva [Thu, 20 Oct 2011 23:25:16 +0200] rev 6160
cleaning up some more, also adding a WIP file. changes: hats in the hat selection are now sorted like this: NoHat, Reserved hats (alphabetically), All other hats (alphabeticall)
sheepluva [Thu, 20 Oct 2011 13:10:24 +0200] rev 6159
introduce HWDataManager util for transparent access to [user-]data files
sheepluva [Thu, 20 Oct 2011 05:52:11 +0200] rev 6158
comment typo
sheepluva [Thu, 20 Oct 2011 02:56:58 +0200] rev 6157
move this widget into the widget dir
nemo [Wed, 19 Oct 2011 22:32:26 -0400] rev 6156
lolwut
nemo [Wed, 19 Oct 2011 21:53:39 -0400] rev 6155
Fix sticky mine/mine activation bug
nemo [Wed, 19 Oct 2011 21:50:03 -0400] rev 6154
Fix birdy flight bug
sheepluva [Wed, 19 Oct 2011 21:55:42 +0200] rev 6153
allow changing number of hogs or weapons with mousewheel
sheepluva [Wed, 19 Oct 2011 21:14:21 +0200] rev 6152
make this transparent so that people can actually see /what/ they have disabled...
sheepluva [Wed, 19 Oct 2011 16:10:18 +0200] rev 6151
give the room name edit box a history of previous room. however I hate that box from the bottom of my heart, it shall dieeeee... later...
sheepluva [Wed, 19 Oct 2011 02:10:27 +0200] rev 6150
frontend chat input history, use arrow keys UP/DOWN
sheepluva [Tue, 18 Oct 2011 15:34:40 +0200] rev 6149
+ don't suggest ignored nicknames
* whipe data properly when lobby is left
Guillaume Englert [Tue, 18 Oct 2011 09:09:49 -0400] rev 6148
Fix repeat on SkyL, remove SkyR
sheepluva [Tue, 18 Oct 2011 14:28:50 +0200] rev 6147
feature-pimpin'-up the chat input line in frontend:
ESC key will clear input
TAB key will expand names and commands
sheepluva [Tue, 18 Oct 2011 00:13:50 +0200] rev 6146
server lobby: don't stretch buttons right of the roomlist - instead let the roomlist use all the available space
sheepluva [Tue, 18 Oct 2011 00:01:26 +0200] rev 6145
don't hoard empty friends/ignore-lists on the HDD
sheepluva [Mon, 17 Oct 2011 22:48:11 +0200] rev 6144
fix overlapping pixel in stormtrooper hat
sheepluva [Mon, 17 Oct 2011 20:40:15 +0200] rev 6143
fix outline of rcplane
nemo [Mon, 17 Oct 2011 14:05:34 -0400] rev 6142
never doing any graphics stuff when I can't test, again :(
nemo [Mon, 17 Oct 2011 14:00:15 -0400] rev 6141
:(
nemo [Mon, 17 Oct 2011 13:49:55 -0400] rev 6140
Not being able to test sucks :(
nemo [Mon, 17 Oct 2011 13:29:54 -0400] rev 6139
Riiight. Let's try this instead
nemo [Mon, 17 Oct 2011 13:03:39 -0400] rev 6138
tint RC plane with team colour. untested.
mikade [Mon, 17 Oct 2011 13:01:08 -0400] rev 6137
graphic for team coloured RC planes
nemo [Mon, 17 Oct 2011 12:09:04 -0400] rev 6136
Sheepluva suggestion - brighten so that the team colours look less muddy, if some artist hates the result, they are welcome to clean it up
nemo [Mon, 17 Oct 2011 11:21:08 -0400] rev 6135
Use SkyL if SkyR is not included. Saves a bit of texture memory and removes some redundant files.
sheepluva [Mon, 17 Oct 2011 02:07:58 +0200] rev 6134
add tiara hat
koda [Sun, 16 Oct 2011 21:21:43 +0200] rev 6133
missed a compiler option from previous merge
nemo [Sun, 16 Oct 2011 15:09:26 -0400] rev 6132
tweak. constrain to full opacity
koda [Sun, 16 Oct 2011 21:03:30 +0200] rev 6131
merge the changes applied to 0.9.16
nemo [Sun, 16 Oct 2011 11:45:46 -0400] rev 6130
Blend the outter side too
Florian Fabre [Fri, 14 Oct 2011 11:36:46 -0400] rev 6129
Hide focus outline on buttons.
nemo [Thu, 13 Oct 2011 13:50:41 -0400] rev 6128
oops
Guillaume Englert [Thu, 13 Oct 2011 11:15:07 -0400] rev 6127
Add SkyL/SkyR to avoid repeating the cave entrance
nemo [Wed, 12 Oct 2011 21:00:12 -0400] rev 6126
Remove unnecessary assignments post-creation. Simplifies Lua manipulation of these adds as well as just being tidier.
Guillaume Englert [Tue, 11 Oct 2011 10:44:27 -0400] rev 6125
another crystal, spray and landtex tweaks.
sheepluva [Tue, 11 Oct 2011 01:07:37 +0200] rev 6124
something for nemo to play around with
sheepluva [Tue, 11 Oct 2011 00:06:46 +0200] rev 6123
make slope calcs skip small gaps
nemo [Mon, 10 Oct 2011 16:36:35 -0400] rev 6122
tidier
nemo [Mon, 10 Oct 2011 16:23:08 -0400] rev 6121
Make sticky mines and normal mines start their typical behaviour a second after creation in infinite attack mode.
nemo [Mon, 10 Oct 2011 15:45:19 -0400] rev 6120
set followgear to cluster/melon/gascloud
nemo [Mon, 10 Oct 2011 15:25:59 -0400] rev 6119
Make a few more things be impacted by explosions nearby
nemo [Mon, 10 Oct 2011 14:37:19 -0400] rev 6118
tweak (still a hack)
nemo [Mon, 10 Oct 2011 14:13:35 -0400] rev 6117
Experiment in making ice more treacherous. also tweak to snow/christmas flake spawn
nemo [Sun, 09 Oct 2011 21:47:47 -0400] rev 6116
Aaaand another flag that used to be cleared here...
koda [Mon, 10 Oct 2011 02:50:01 +0200] rev 6115
HUGE refactoring of the ipad interface, finally understood how to use interface builder with custom uiviewcontrollers, as well as converted some uitableviewcontrollers to uiviewcontrollers for simplicity
nemo [Sun, 09 Oct 2011 20:03:04 -0400] rev 6114
expose border color to lua
nemo [Sun, 09 Oct 2011 19:48:13 -0400] rev 6113
oops
nemo [Sun, 09 Oct 2011 19:36:09 -0400] rev 6112
Restrict slipperiness to girders and bridges. Make girders more obviously ice.
nemo [Sat, 08 Oct 2011 23:36:52 -0400] rev 6111
Fix a few masks. The one that needed it the most was trophyrace.
nemo [Sat, 08 Oct 2011 22:52:51 -0400] rev 6110
add a couple more
koda [Sun, 09 Oct 2011 03:04:45 +0200] rev 6109
finally removed the white border glitch of the ipad preview map, moved initialization from IB to code
koda [Sun, 09 Oct 2011 01:45:12 +0200] rev 6108
refreshed the ipad interface with some white
koda [Sun, 09 Oct 2011 00:24:58 +0200] rev 6107
some code refactoring of the ios game config
koda [Sat, 08 Oct 2011 23:23:25 +0200] rev 6106
ooops
koda [Sat, 08 Oct 2011 22:51:01 +0200] rev 6105
move some config files
koda [Sat, 08 Oct 2011 22:44:32 +0200] rev 6104
create teams programmatically
koda [Sat, 08 Oct 2011 21:17:24 +0200] rev 6103
convert creation chamber functions to class methods
jose1711 [Sat, 08 Oct 2011 17:22:06 +0200] rev 6102
Updated Slovak translation
jose1711 [Sat, 08 Oct 2011 16:54:56 +0200] rev 6101
merge
koda [Sat, 08 Oct 2011 13:39:40 +0200] rev 6100
sed commands should be tested beforehand
nemo [Sat, 08 Oct 2011 02:05:22 -0400] rev 6099
Another flag that was relying on this routine to clear it...
nemo [Sat, 08 Oct 2011 01:27:43 -0400] rev 6098
tweak Y movement
nemo [Sat, 08 Oct 2011 00:34:41 -0400] rev 6097
Couple more, add back misplaced clearing of Land
nemo [Fri, 07 Oct 2011 23:57:14 -0400] rev 6096
Add landbacktex to a few maps, just to see how it looks.
koda [Sat, 08 Oct 2011 03:07:04 +0200] rev 6095
minor changes
koda [Sat, 08 Oct 2011 02:57:30 +0200] rev 6094
added iphone interface for missions/trainings page, setters/getters unlocked
koda [Sat, 08 Oct 2011 00:04:18 +0200] rev 6093
move out xib files from Resources to Classes
nemo [Fri, 07 Oct 2011 18:52:04 -0400] rev 6092
This should allow hedgehogs to still move freely after trapping other hedgehogs in a portal loop.
nemo [Fri, 07 Oct 2011 17:29:00 -0400] rev 6091
Move the crystals to sprays to reduce the regularity of the land texture
Guillaume Englert [Thu, 06 Oct 2011 14:54:55 -0400] rev 6090
Add Cave theme
koda [Thu, 06 Oct 2011 03:55:51 +0200] rev 6089
(a lot of) ooops
unc0rr [Thu, 06 Oct 2011 00:11:55 +0400] rev 6088
- Frontend: don't pass /script for missions
- Engine: try to load script for map (not tested)
unc0rr [Wed, 05 Oct 2011 22:57:42 +0400] rev 6087
Tiny cleanup
koda [Wed, 05 Oct 2011 10:05:14 +0200] rev 6086
the retina infection keeps spreading...
koda [Wed, 05 Oct 2011 09:49:39 +0200] rev 6085
be a good memory aware citizen
koda [Wed, 05 Oct 2011 01:06:58 +0200] rev 6084
make the missions/trainings start
koda [Wed, 05 Oct 2011 00:18:54 +0200] rev 6083
first pass for implementing missions/training selection on ipad (not yet running)
nemo [Tue, 04 Oct 2011 17:13:39 -0400] rev 6082
hm. probably should set both
nemo [Sun, 02 Oct 2011 10:36:43 -0400] rev 6081
Basic test implementation of an ice flag. Allows for slick parts of terrain. Intended for ice gun, or "ice" mask on portions of land objects.
In this test variant it is triggered on girders/objects/bridges of the snow/christmas theme, or on a map that uses blue as a mask colour. Probably needs sheepluva's slope detection to make slopes more slippery to climb.
koda [Sun, 02 Oct 2011 03:45:09 +0200] rev 6080
on ipad2 and above animate the little hogs on game config and fix the hat display imaging
koda [Sun, 02 Oct 2011 01:35:20 +0200] rev 6079
little changes and fixes to the previous commit
koda [Sun, 02 Oct 2011 00:57:04 +0200] rev 6078
headers cleanup, converted some function-only sources into proper class method files, more use of OOP power, removed some 'respondsToSelector' calls, moved defines into their own header, more use of objc categories
nemo [Fri, 30 Sep 2011 22:33:28 -0400] rev 6077
This prevents girders from erasing landbacktex (square windows in tunnels and such), at the cost of requiring lfBasic and lfObject to be treated the same apart from graphically
koda [Sat, 01 Oct 2011 03:06:51 +0200] rev 6076
fix a couple of 'potential leaks'
koda [Sat, 01 Oct 2011 02:49:40 +0200] rev 6075
rename the ios settings files into something more appropriate
koda [Sat, 01 Oct 2011 02:40:26 +0200] rev 6074
ios major refactoring for ios settings, now they are presented differently on iphone/ipad, code is simplified and optimized, and ui is a little refreshed (eg. no more stuck selected fields)
koda [Fri, 30 Sep 2011 17:04:20 +0200] rev 6073
infecting sheepluva's mission graphics with retina images
koda [Fri, 30 Sep 2011 12:55:04 +0200] rev 6072
a little code cleanup
unc0rr [Fri, 30 Sep 2011 13:17:34 +0400] rev 6071
Fix build with .pro file
unc0rr [Thu, 29 Sep 2011 20:11:27 +0400] rev 6070
Oops, fix build
unc0rr [Thu, 29 Sep 2011 17:25:25 +0400] rev 6069
GameInfo needs room params copy
unc0rr [Tue, 27 Sep 2011 19:27:19 +0400] rev 6068
Introduce EngineInteraction module
koda [Fri, 30 Sep 2011 11:00:48 +0200] rev 6067
translators missed me
koda [Fri, 30 Sep 2011 10:54:10 +0200] rev 6066
fix hats of the AI team file for ios
koda [Fri, 30 Sep 2011 10:43:16 +0200] rev 6065
fix
issue #287, default cmake build type
sheepluva [Thu, 29 Sep 2011 16:04:07 +0200] rev 6064
oops
sheepluva [Thu, 29 Sep 2011 15:57:09 +0200] rev 6063
update .pro
sheepluva [Thu, 29 Sep 2011 00:13:52 +0200] rev 6062
rename misc.{h,cpp} to the name of the class they contain (FreqSpinBox)
sheepluva [Wed, 28 Sep 2011 19:48:02 +0200] rev 6061
this makes more sense
sheepluva [Wed, 28 Sep 2011 19:27:56 +0200] rev 6060
I started to move stuff around, c'mon, hate on meee. PS: if your (clean) build is broken - let me know)
sheepluva [Wed, 28 Sep 2011 06:24:10 +0200] rev 6059
training screen localization works now
sheepluva [Wed, 28 Sep 2011 04:21:24 +0200] rev 6058
load mission caption and description from localization file (WIP)
Xeli [Fri, 28 Oct 2011 18:27:55 +0200] rev 6057
New market version
mikade [Wed, 28 Sep 2011 04:17:41 +0200] rev 6056
mikade making sheepluva happy again
Xeli [Fri, 28 Oct 2011 17:41:39 +0200] rev 6055
Enabled landhash check again
sheepluva [Tue, 27 Sep 2011 16:26:57 +0200] rev 6054
use currentItemChanged signal instead of itemSelectionChanged - since the latter is always one item behind if you hold down the mousebutton and move the cursor through the list
Xeli [Fri, 21 Oct 2011 13:56:11 +0200] rev 6053
oops, removed a line from the 'firstTime only' section
sheepluva [Tue, 27 Sep 2011 16:14:35 +0200] rev 6052
stuffToBeAvoidedInFuture->append("layouting");
Xeli [Fri, 21 Oct 2011 00:28:06 +0200] rev 6051
Added two default teams to the apk, so people who first download it don't have to make two teams before playing their first game
sheepluva [Tue, 27 Sep 2011 05:08:23 +0200] rev 6050
oops, I forgot I wanted to fix that before committing xD
Xeli [Thu, 20 Oct 2011 23:07:53 +0200] rev 6049
wops missed this one: removed a 'fix' eclipse put in there
sheepluva [Tue, 27 Sep 2011 04:31:08 +0200] rev 6048
PIMP'ed up training screen. special thanks to mikade for supplying the pics <3
not quite finished (as you'll notice) - but this sheep is heading for sleep.
Xeli [Thu, 20 Oct 2011 22:54:34 +0200] rev 6047
Changed package name from org.hedgewars.mobile to org.hedgewars.hedgeroid to upload it to the market
nemo [Mon, 26 Sep 2011 21:29:40 -0400] rev 6046
this needs to actually return something
Xeli [Sun, 09 Oct 2011 20:41:17 +0200] rev 6045
Using misc/libtremor/tremor rather than misc/tremor, plus added the include in the android.mk of SDL_mixer
sheepluva [Tue, 27 Sep 2011 00:46:15 +0200] rev 6044
I must not use source files as clipboard.
I must not use source files as clipboard.
I must not use source files as clipboard.
I must not use source files as clipboard.
I must not use source files as clipboard.
I must not use source fi
Xeli [Sun, 09 Oct 2011 15:17:21 +0200] rev 6043
update from rev d75329716a02, it really works now (i think)
sheepluva [Tue, 27 Sep 2011 00:38:39 +0200] rev 6042
some more cleanups/refactoring/blahblah, some button positions may are a bit off atm. also I added a new picture for one of the buttons
Xeli [Sun, 09 Oct 2011 15:15:45 +0200] rev 6041
How did freetype even compile with this in it?
unc0rr [Mon, 26 Sep 2011 21:45:33 +0400] rev 6040
- Add unique id to replay file name
- INSERT instead of UPDATE for stats
Xeli [Sat, 08 Oct 2011 14:55:13 +0200] rev 6039
Removed the need for duplicate libraries, the android build now uses lua, freetype and tremor from misc/
sheepluva [Mon, 26 Sep 2011 03:12:09 +0200] rev 6038
wow, somebody was smoking some reaaally good sh!t right there, man!
Xeli [Sat, 08 Oct 2011 14:52:16 +0200] rev 6037
Allow for multicore compiling on quadcores, everyone has one right? :P It has perfomance benifits on single cores too so it's all good =)
sheepluva [Mon, 26 Sep 2011 00:15:10 +0200] rev 6036
small cleanup: enum instead of magic numbers
Xeli [Fri, 07 Oct 2011 14:17:07 +0200] rev 6035
Close a game without leaking memory. It should be noted that sending an SDL Quit event leaks memory
koda [Sun, 25 Sep 2011 23:29:04 +0200] rev 6034
Added tag Hedgewars-iOS-1.3.2 for
changeset 652a199d4f38
koda [Tue, 04 Oct 2011 19:20:42 +0200] rev 6033
fix compiling for android, strip out all delphi code, objfpc ftw
koda [Sun, 25 Sep 2011 23:28:23 +0200] rev 6032
my qt version needs this to work...
koda [Tue, 04 Oct 2011 17:18:25 +0200] rev 6031
strip eols and delphi mode
sheepluva [Sun, 25 Sep 2011 21:54:26 +0200] rev 6030
fix typo that sneaked in by pressing ctrl+z one time too much I guess :D
koda [Mon, 26 Sep 2011 01:32:48 +0200] rev 6029
changed Game arguments to accept data path on 9th array element (like planned)
nemo [Sun, 25 Sep 2011 15:40:01 -0400] rev 6028
rename to match prior mass hat rename
koda [Mon, 26 Sep 2011 01:16:15 +0200] rev 6027
code working on ios now
sheepluva [Sun, 25 Sep 2011 20:54:51 +0200] rev 6026
get rid of that annoying 'Invalid state: in Lobby' message after room being closed or player being kicked from room. (the frontend always tried to leave the room he already left again)
koda [Mon, 26 Sep 2011 00:03:14 +0200] rev 6025
reviewed the build system and parts of the previous merge, performed some code cleanup
sheepluva [Sun, 25 Sep 2011 19:30:10 +0200] rev 6024
some more cleanups and refactoring.
functional changes: when generating random hog names avoid duplicate names (if possible)
Xeli [Sun, 25 Sep 2011 18:24:01 +0200] rev 6023
merge
sheepluva [Sun, 25 Sep 2011 16:09:55 +0200] rev 6022
fix somebody's sed-oops
koda [Sun, 25 Sep 2011 03:32:07 +0200] rev 6021
some hopefully harmless experiments
koda [Sun, 25 Sep 2011 02:28:33 +0200] rev 6020
this finally fixes the interaction between RestoredGameViewController and StatsPagesViewController
koda [Sat, 24 Sep 2011 22:35:31 +0200] rev 6019
warnings round also for ios
koda [Sat, 24 Sep 2011 22:27:52 +0200] rev 6018
add a class method for getting the overlay (and fix a silly mistake while at it) and use it
koda [Sat, 24 Sep 2011 21:54:11 +0200] rev 6017
better memory cleanup for audiomanager and position of lower stats button
koda [Sat, 24 Sep 2011 14:48:23 +0200] rev 6016
disable the followgear vertical offset for small screen devices
sheepluva [Sat, 24 Sep 2011 22:14:10 +0200] rev 6015
cleaning up a little bit more, especially team class. we were leaking teams into heap memory on quick game starts btw
unc0rr [Sat, 24 Sep 2011 22:27:20 +0400] rev 6014
Report long flight archievement
unc0rr [Sat, 24 Sep 2011 21:21:21 +0400] rev 6013
Fix some warnings
unc0rr [Sat, 24 Sep 2011 21:14:51 +0400] rev 6012
Store replays for further analysis
unC0Rr [Sat, 24 Sep 2011 22:16:49 +0400] rev 6011
Fix a bunch of warnings (also improves speed a bit in 32 bit code)
sheepluva [Sat, 24 Sep 2011 17:12:46 +0200] rev 6010
I wanted to move this line, not to delete it heh.
sheepluva [Sat, 24 Sep 2011 16:22:10 +0200] rev 6009
code cleanup/etc
koda [Sat, 24 Sep 2011 04:53:53 +0200] rev 6008
fix a crash in getting statistics and a glitch that made background music start while in-game
koda [Fri, 26 Oct 2012 14:19:43 +0100] rev 6007
close branch
koda [Sat, 24 Sep 2011 03:00:57 +0200] rev 6006
yeah, fix dates -.-
sheepluva [Tue, 18 Oct 2011 05:43:16 +0200] rev 6005
backport of c90f50e6dd8e (eggshell vgt related segfault)
koda [Sat, 24 Sep 2011 02:23:15 +0200] rev 6004
use a real button instead of a cellview in statspage
koda [Sun, 16 Oct 2011 19:02:48 +0200] rev 6003
fix the config.inc conflict by making the ios one in another folder
sheepluva [Sat, 24 Sep 2011 01:41:03 +0200] rev 6002
rope: CheezeMonkey (omg I mentioned your name :O) has pointed out that there is still a way to get stuck in walls. This should fix it.
NOTE: although not necessary for this fix to work rope behavior got also changed:
I removed the direction-bias. if you press left and right at the same time the result is now neutral rather than left.
koda [Sun, 16 Oct 2011 18:37:57 +0200] rev 6001
more details in chCheckProto
koda [Sat, 24 Sep 2011 00:54:47 +0200] rev 6000
ios frontend: sounds and music have their own class now (with caching\!) instead of being spread here and there (exploiting class methods like a true oop pro)
koda [Fri, 14 Oct 2011 19:00:31 +0200] rev 5999
display a message when network is down or server is not reachable, nemo also made the page refresh at display time
sheepluva [Fri, 23 Sep 2011 22:42:30 +0200] rev 5998
many many netclient/frondent changes (just the beginning though):
* better separation of concerns
* trying to reduce segfaulst due to netclient being deconstructed while still in use
* no extra popup for quit reason anymore
* errors/warnings will be displayed in chat instead of popups in most cases
* NOTE: auto-kick for ignored players is currently _disabled_ will fix that soon
koda [Wed, 12 Oct 2011 04:14:38 +0200] rev 5997
because betas are baaaad (also really fix compiling everywhere)
unc0rr [Sat, 24 Sep 2011 00:00:57 +0400] rev 5996
Convert boolean variable + a bunch of fields which make sense only while game is going on into Maybe + structure
nemo [Sun, 25 Sep 2011 10:48:18 -0400] rev 5995
merge from default. Pulls in sheepluva's frontend work, and unbreaks engine cmake.
koda [Fri, 23 Sep 2011 09:58:41 +0200] rev 5994
don't rumble while synchronising a demo/save
sheepluva [Thu, 22 Sep 2011 23:20:11 +0200] rev 5993
randomly selected static/mission maps weren't properly reported to others in room (only new seed was)
koda [Thu, 22 Sep 2011 15:30:40 +0200] rev 5992
prevent screen locking while synching saves (can take some time)
unc0rr [Thu, 22 Sep 2011 17:19:39 +0400] rev 5991
Fix sheepluva's merge
sheepluva [Thu, 22 Sep 2011 14:02:44 +0200] rev 5990
let frontend send (copypasta) multi-line messages line by line to avoid protocol violation
unc0rr [Thu, 22 Sep 2011 11:44:39 +0400] rev 5989
My best guess for
issue #285 is send thread being stuck at sendAll function, so I move client removing function before sendAll
nemo [Wed, 21 Sep 2011 22:03:31 -0400] rev 5988
Disable clouds
koda [Thu, 22 Sep 2011 01:28:50 +0200] rev 5987
ios version bump
koda [Thu, 22 Sep 2011 01:28:19 +0200] rev 5986
apparently the old way was the correct one
koda [Thu, 22 Sep 2011 01:18:31 +0200] rev 5985
aligned credits and game modes to main release
koda [Thu, 22 Sep 2011 01:02:57 +0200] rev 5984
create the ios schemes programmatically
koda [Wed, 21 Sep 2011 23:15:44 +0200] rev 5983
retina images, again
koda [Wed, 21 Sep 2011 22:51:52 +0200] rev 5982
mad several updates to the resource copying phase in the ios project file, changed paths of some images and added some smaller forts version
nemo [Wed, 21 Sep 2011 15:00:01 -0400] rev 5981
Couple of missed changes inu pointed out
koda [Wed, 21 Sep 2011 17:31:37 +0200] rev 5980
one more
koda [Wed, 21 Sep 2011 17:14:26 +0200] rev 5979
moar @2x
koda [Wed, 21 Sep 2011 12:57:30 +0200] rev 5978
another round of retina display images
nemo [Tue, 20 Sep 2011 20:52:04 -0400] rev 5977
Disable a bit of code from revision 4 that I'm pretty sure is not hit anymore, or we'd end up with plenty of doubled graves at a minimum. Also, clear gstWinner/gstLoser along with gstWait - still need to figure out why exactly those aren't rendering anymore though.
koda [Wed, 21 Sep 2011 02:05:42 +0200] rev 5976
fixed several 'retina display' images and added a bunch more (though just from upscaling the normal ones; might be nice to have 'em redrawn at a real higher resolution)
koda [Tue, 20 Sep 2011 23:43:52 +0200] rev 5975
let's use the built in events, shall we
nemo [Tue, 20 Sep 2011 16:00:20 -0400] rev 5974
check for amNothing
nemo [Tue, 20 Sep 2011 13:37:52 -0400] rev 5973
Revert koda's c24fdd9a0458 until it stops breaking my builds :-p
nemo [Tue, 20 Sep 2011 13:27:07 -0400] rev 5972
Clear gstAnimation and reset Timer before entering death animation
nemo [Tue, 20 Sep 2011 12:59:02 -0400] rev 5971
revert prev - that was dumb. wrong gear.
nemo [Tue, 20 Sep 2011 12:46:45 -0400] rev 5970
Let's actually add the gstHHDeath check to the right line, shall we?
nemo [Tue, 20 Sep 2011 12:02:58 -0400] rev 5969
Check on active hedgehog death animation
koda [Mon, 19 Sep 2011 23:35:07 +0200] rev 5968
this reintroduces the gsSuspend state to fix multitasking on ios
koda [Mon, 19 Sep 2011 23:18:48 +0200] rev 5967
using fpc 2.7.1 in ios project file
sheepluva [Mon, 19 Sep 2011 23:49:20 +0200] rev 5966
also merge 0.9.16 in to make koda happy
sheepluva [Mon, 19 Sep 2011 23:25:13 +0200] rev 5965
merge the 2 heads. I hope I did it right. also I increased proto and ver number
nemo [Mon, 19 Sep 2011 14:17:33 -0400] rev 5964
return nil for position if no gear
koda [Mon, 19 Sep 2011 19:12:19 +0200] rev 5963
fix mac compilation
sheepluva [Sun, 18 Sep 2011 21:59:34 +0200] rev 5962
merge changes from 0.9.16 branch - I bet I just broke something XD
koda [Mon, 19 Sep 2011 14:38:44 +0200] rev 5961
Added tag 0.9.16-release for
changeset 74bc72746bec
sheepluva [Sun, 18 Sep 2011 21:46:00 +0200] rev 5960
make chatsection in game room stretch if space is available
sheepluva [Sun, 18 Sep 2011 21:06:09 +0200] rev 5959
another fix for a popup window that had no style
sheepluva [Sun, 18 Sep 2011 16:46:26 +0200] rev 5958
set a default value for density that shouldn't lead to div by 0
unc0rr [Sat, 17 Sep 2011 22:01:17 +0400] rev 5957
Include lib* into src package
unc0rr [Sat, 17 Sep 2011 21:48:18 +0400] rev 5956
okay, let's revert this for now
unc0rr [Mon, 19 Sep 2011 23:55:52 +0400] rev 5955
- Unset hhdriven flag for gone hedgehog
- Fix incorrect work with states in gstWait state handler
- These two changes fix the bug with hogs of gone team not disappearing
nemo [Sat, 17 Sep 2011 13:40:54 -0400] rev 5954
Revert 3ec95dc2b249 - causes hogs to be trapped in the teleport animation. bad breakage
sheepluva [Sat, 17 Sep 2011 19:43:45 +0200] rev 5953
fix style of lobby chatroom user context menu
nemo [Sat, 17 Sep 2011 10:22:35 -0400] rev 5952
oops, it was already added
unc0rr [Sat, 17 Sep 2011 16:20:54 +0400] rev 5951
Set version to 0.9.16, protocol to 39
nemo [Sat, 17 Sep 2011 10:11:56 -0400] rev 5950
Add straight lines to changelog
unc0rr [Sat, 17 Sep 2011 16:20:09 +0400] rev 5949
Merge recent changes from default
sheepluva [Sat, 17 Sep 2011 11:39:42 +0200] rev 5948
update copyright year of README
mikade [Sat, 17 Sep 2011 04:09:05 +0200] rev 5947
change the changelog
sheepluva [Sat, 17 Sep 2011 00:34:21 +0200] rev 5946
update credits a bit
sheepluva [Sat, 17 Sep 2011 00:04:16 +0200] rev 5945
german translations, a lot was still missing -.-
nemo [Fri, 16 Sep 2011 16:52:05 -0400] rev 5944
typo
Xeli [Sun, 25 Sep 2011 18:22:12 +0200] rev 5943
Attempt to prevent oom after restarting too many times
nemo [Fri, 16 Sep 2011 15:26:43 -0400] rev 5942
merge
Xeli [Sun, 25 Sep 2011 18:19:45 +0200] rev 5941
make the fire button appear only on android for now, I'll make it depend on a variable later on
nemo [Fri, 16 Sep 2011 15:21:27 -0400] rev 5940
clear HHJump on portaling
nemo [Fri, 16 Sep 2011 15:26:02 -0400] rev 5939
merge
Xeli [Fri, 16 Sep 2011 20:39:14 +0200] rev 5938
isOnCurrentHog and isOnCrosshair now look at the distance relative to the screen rather than world coords, this means that zooming out doesn't make it harder to touch the hog or crosshair
inu [Fri, 16 Sep 2011 15:03:29 -0400] rev 5937
pt update
Xeli [Fri, 16 Sep 2011 20:38:23 +0200] rev 5936
removed some commented lines
nemo [Fri, 16 Sep 2011 14:43:04 -0400] rev 5935
Requested a few times
Xeli [Fri, 16 Sep 2011 18:24:50 +0200] rev 5934
Exit hedgewars cleanly and return to the frontend with out crashing + fixed error messages "foo" -> HWEngine_Loader
nemo [Fri, 16 Sep 2011 14:04:21 -0400] rev 5933
AI insists on using snowball for digging. Until that is prevented, remove snowball
Xeli [Fri, 16 Sep 2011 18:17:16 +0200] rev 5932
merge
unc0rr [Fri, 16 Sep 2011 19:55:11 +0400] rev 5931
- Allow 8 teams in game on 0.9.16-dev
- Move protocol version check from FOLLOW to JOIN_ROOM
nemo [Fri, 16 Sep 2011 10:29:09 -0400] rev 5930
Aaaaalllways!
Marco Bresciani [Fri, 16 Sep 2011 14:55:48 +0200] rev 5929
Italian translation
sheepluva [Fri, 16 Sep 2011 14:04:45 +0200] rev 5928
whoops, this line got lost in merging action
szczur [Fri, 16 Sep 2011 13:50:56 +0200] rev 5927
Polish translation updates
nemo [Thu, 15 Sep 2011 22:53:47 -0400] rev 5926
2 extra steps was still occasionally causing problems w/ edge cases. hopefully 3 should do the trick
nemo [Thu, 15 Sep 2011 22:33:55 -0400] rev 5925
Move options caption to box title. This frees up quite a bit of space at 800x600
nemo [Thu, 15 Sep 2011 20:39:04 -0400] rev 5924
Tweak sparkles, glass. Left glass commented out in case he prefers old behaviour.
mikade [Fri, 16 Sep 2011 01:45:41 +0200] rev 5923
check waterline
sheepluva [Fri, 16 Sep 2011 01:12:57 +0200] rev 5922
moar sparkles :3
nemo [Thu, 15 Sep 2011 18:54:16 -0400] rev 5921
Avoid hog repeating himself
Palewolf [Fri, 16 Sep 2011 00:32:53 +0200] rev 5920
Spanish translation
sheepluva [Fri, 16 Sep 2011 00:18:21 +0200] rev 5919
TestRectForObstacle: areas outside map borders are not passable
sheepluva [Thu, 15 Sep 2011 23:08:17 +0200] rev 5918
change²log
Henek [Thu, 15 Sep 2011 20:52:58 +0200] rev 5917
merge :(
sheepluva [Thu, 15 Sep 2011 19:20:13 +0200] rev 5916
fix back button location in post-game stats screen
Henek [Thu, 15 Sep 2011 20:51:43 +0200] rev 5915
updateing swedish translation
unc0rr [Thu, 15 Sep 2011 20:40:59 +0400] rev 5914
0.9.16 branch
sheepluva [Thu, 15 Sep 2011 17:19:49 +0200] rev 5913
fix and optimize kamikaze's png
sheepluva [Thu, 15 Sep 2011 10:11:38 +0200] rev 5912
screenshots: display a msg on failure and log causative error
sheepluva [Thu, 15 Sep 2011 09:19:56 +0200] rev 5911
based on the fact that the crash never seemed to have happened with default screen resolutions and also inspired by the only other getmem usage in the code I came up with this simple solution which seems to work just fine.
I do not understand why getmem seems to need this, but well - feel free to explain.
sheepluva [Thu, 15 Sep 2011 03:17:23 +0200] rev 5910
cleaned up the screenshot procedure a little.
This does NOT fix the segfaults or invalid pointer operations that occur in there for me if I resize the window and then screenshot (does not always happen. usually in FreeMem() after the successful save though!
sheepluva [Thu, 15 Sep 2011 01:41:21 +0200] rev 5909
Randy's soldier helmet hat. I fixed the animation, brightened the color and made it a Team-colored hat.
Randy would also like to have his original hat committed ( http://img535.imageshack.us/img535/6720/awag.png) - let me know what you think.
nemo [Wed, 14 Sep 2011 19:20:39 -0400] rev 5908
Updated translation after typo fix
sheepluva [Thu, 15 Sep 2011 00:47:05 +0200] rev 5907
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
koda [Wed, 14 Sep 2011 22:39:39 +0200] rev 5906
merge
sheepluva [Wed, 14 Sep 2011 20:42:45 +0200] rev 5905
some love for TeamHeadband.png
mikade [Wed, 14 Sep 2011 14:27:28 -0400] rev 5904
Updates to golf theme.
nemo [Wed, 14 Sep 2011 14:14:23 -0400] rev 5903
merge
mikade [Wed, 14 Sep 2011 18:40:10 +0200] rev 5902
oops, just burning through commits today.
mikade [Wed, 14 Sep 2011 18:19:07 +0200] rev 5901
Add sounds for incorrectly placed waypoint, fastest time, and no record of any kind.
mikade [Wed, 14 Sep 2011 18:05:54 +0200] rev 5900
Revert currently unneccessary changes to uScript.
Don't allow way-points to be placed in land or outside of border boundaries
mikade [Wed, 14 Sep 2011 17:52:46 +0200] rev 5899
merge
sheepluva [Wed, 14 Sep 2011 19:07:18 +0200] rev 5898
add blink to cyclops hat
mikade [Wed, 14 Sep 2011 15:23:40 +0200] rev 5897
Expose some vars for tracking the border.
sheepluva [Wed, 14 Sep 2011 17:17:50 +0200] rev 5896
lua: boolean TestRectForObstacle(x1, y1, x2, y2, landOnly)
nemo [Tue, 13 Sep 2011 21:25:13 -0400] rev 5895
smoothing should be after despeckling
mikade [Wed, 14 Sep 2011 00:06:26 +0200] rev 5894
Balanced shield miser, multi-shot, and boss kills in SI. Added radar ping.
Make Racer less prone to fail. <- Please test.
nemo [Tue, 13 Sep 2011 17:49:39 -0400] rev 5893
unc0rr [Tue, 13 Sep 2011 21:15:23 +0400] rev 5892
Slightly translated ru.lua
unc0rr [Tue, 13 Sep 2011 21:02:12 +0400] rev 5891
Translation update
igor-hkr@mail.ru [Tue, 13 Sep 2011 20:56:53 +0400] rev 5890
Translation update
sheepluva [Mon, 12 Sep 2011 23:31:19 +0200] rev 5889
typo
nemo [Tue, 13 Sep 2011 10:30:39 -0400] rev 5888
Still haven't received updated lt ts file, but no reason that the .txt and .lua shouldn't get used
nemo [Tue, 13 Sep 2011 00:51:02 -0400] rev 5887
Don't set lfDamaged for small tunnels
nemo [Tue, 13 Sep 2011 00:32:41 -0400] rev 5886
fix voice preview
nemo [Tue, 13 Sep 2011 00:13:01 -0400] rev 5885
Remove extra graphical resweeps, and smooth prior to despeckling. Was getting odd desync here without Land[] seemingly incorrect at end of passes. Just removing seems to fix, and code wasn't that good an idea in its prior state anyway.
nemo [Mon, 12 Sep 2011 20:53:56 -0400] rev 5884
oops
nemo [Mon, 12 Sep 2011 19:30:18 -0400] rev 5883
Disable GL SetAttributes for Windows due to many testers with problems. This restores .15 behaviour.
If we can find willing testers, perhaps we can narrow down which attribute was the problem.
Also reenable F12 bind for Windows.
nemo [Mon, 12 Sep 2011 16:51:45 -0400] rev 5882
Fix hat naming, keep case consistent within the streetfighter group, fix spelling error.
nemo [Mon, 12 Sep 2011 16:38:54 -0400] rev 5881
unc0rr [Mon, 12 Sep 2011 23:08:24 +0400] rev 5880
Add 0.9.16 and 0.9.17-dev version info to server
unc0rr [Mon, 12 Sep 2011 21:51:14 +0400] rev 5879
This should check if Qt provides zlib functions, and adds zlib dependency in case of zlibless Qt. Tested with Qt providing zlib functions only.
koda [Mon, 12 Sep 2011 18:53:28 +0200] rev 5878
I.Fight.For.The.Users
koda [Mon, 12 Sep 2011 15:58:59 +0200] rev 5877
remove the forced fullscreen resolution since everyone is hating it; kept it around only for stereo rendering (where it's mandatory)
sheepluva [Mon, 12 Sep 2011 14:56:24 +0200] rev 5876
fix out-of-dir builds
sheepluva [Mon, 12 Sep 2011 07:38:16 +0200] rev 5875
don't load key binds for AI hedgehogs
sheepluva [Mon, 12 Sep 2011 07:27:34 +0200] rev 5874
nemo's molotov burst effect; with a slight color modification added
sheepluva [Mon, 12 Sep 2011 06:31:10 +0200] rev 5873
fix side-effects of nemo's bottle-turnin'
nemo [Sun, 11 Sep 2011 21:32:49 -0400] rev 5872
uh, that was just so I could look at the flame more closely, wasn't supposed to be checked in
nemo [Sun, 11 Sep 2011 21:30:42 -0400] rev 5871
Since we are tweaking molotov. make the flame flickery and add a drowning frame
sheepluva [Mon, 12 Sep 2011 00:47:49 +0200] rev 5870
smoke for molotov
nemo [Sun, 11 Sep 2011 18:09:49 -0400] rev 5869
make it more sekret
sheepluva [Sun, 11 Sep 2011 23:48:40 +0200] rev 5868
cyclops hat by Randy
nemo [Sun, 11 Sep 2011 15:51:56 -0400] rev 5867
rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
nemo [Sun, 11 Sep 2011 14:46:04 -0400] rev 5866
aaaallways, I want to beeee with you, and make belieeeeve with you
unc0rr [Sun, 11 Sep 2011 21:45:28 +0400] rev 5865
Save demo when loaded from save game finishes
nemo [Sun, 11 Sep 2011 13:21:50 -0400] rev 5864
Remove some transparencies, fix some files
nemo [Sun, 11 Sep 2011 13:16:01 -0400] rev 5863
Man, checking it at end of turn was just tidier :(
nemo [Sun, 11 Sep 2011 13:12:52 -0400] rev 5862
better?
sheepluva [Sun, 11 Sep 2011 18:57:54 +0200] rev 5861
fix for disconnect reason not being shown
sheepluva [Sun, 11 Sep 2011 18:37:34 +0200] rev 5860
omg how could I forget
sheepluva [Sun, 11 Sep 2011 18:35:59 +0200] rev 5859
added some changes I remembered/saw in the logs to the changelog
sheepluva [Sun, 11 Sep 2011 18:19:05 +0200] rev 5858
hand drawn map editor: allow "undo" after "clear"
nemo [Sun, 11 Sep 2011 11:09:28 -0400] rev 5857
Also this
nemo [Sun, 11 Sep 2011 10:46:53 -0400] rev 5856
Should prevent a crasher when drowning while firing
nemo [Sun, 11 Sep 2011 10:22:09 -0400] rev 5855
I do believe the only thing that was *ever* wrong with camera shake was someone decided to use getRandom on something that had always been a visual effect anyway. Pretty sure WorldDx is in fact safe to modify.
sheepluva [Sun, 11 Sep 2011 16:18:49 +0200] rev 5854
small de update
sheepluva [Sun, 11 Sep 2011 16:07:36 +0200] rev 5853
whoops, I didn't want to commit that line
nemo [Sun, 11 Sep 2011 10:00:32 -0400] rev 5852
tweak
nemo [Sun, 11 Sep 2011 09:46:22 -0400] rev 5851
Focus camera on moving current hog (probably more important to player). Should make tumbler, sine gun play, attacking off rope and saucer more playable. Also fix a typo in prior offset, and compensate for zoom.
sheepluva [Sun, 11 Sep 2011 15:38:45 +0200] rev 5850
make "All Files" file filter in file dialog actually display all files rather then just those with a dot in their name
sheepluva [Sun, 11 Sep 2011 15:18:46 +0200] rev 5849
nemo [Sun, 11 Sep 2011 08:54:21 -0400] rev 5848
Try the same offsetting as X - I think it helps w/ mikade's Space Invasion camera problem
sheepluva [Sat, 10 Sep 2011 22:55:31 -0400] rev 5847
sheepluva [Sun, 11 Sep 2011 04:22:57 +0200] rev 5846
german lua translations
mikade [Sun, 11 Sep 2011 04:08:50 +0200] rev 5845
Substitute broken Tumbler-based GaudyRacer with generic, map independant Racer.
More changes/updates on this script to come.
nemo [Sat, 10 Sep 2011 21:23:12 -0400] rev 5844
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
nemo [Sat, 10 Sep 2011 21:02:34 -0400] rev 5843
For better or for worse. Add sheepluva's forcing of clean on engine subdirectory. This works around a bug in fpc 2.4-2.6 that appears to generate incorrect inlining of loops on 2nd build. -B avoids this, but without a clean, the -B never got called. Also restore options, which I had confused w/ config. my bad.
mikade [Sun, 11 Sep 2011 02:24:46 +0200] rev 5842
fix timebox (differently), support for more players, remove version numbers,
enable limited sudden death. Also: using Skip Go generates as many points as
you would have gotten had you sat and waited.
sheepluva [Sun, 11 Sep 2011 00:36:47 +0200] rev 5841
some portal love for deagle/etc shots
nemo [Sat, 10 Sep 2011 11:40:37 -0400] rev 5840
tone flash waaaaay down when zoomed out
sheepluva [Sat, 10 Sep 2011 16:21:38 +0200] rev 5839
fix: let's use less random code for drawing the bullet trajectory
nemo [Sat, 10 Sep 2011 10:13:19 -0400] rev 5838
This condition should have been removed when I was changing targetting
sheepluva [Sat, 10 Sep 2011 14:43:16 +0200] rev 5837
translation fail/typo
sheepluva [Sat, 10 Sep 2011 14:10:14 +0200] rev 5836
some sniper training improvements and few german lua translations
sheepluva [Sat, 10 Sep 2011 04:08:15 +0200] rev 5835
actual rope fix for hogs getting stuck on walls
sheepluva [Sat, 10 Sep 2011 03:27:47 +0200] rev 5834
rollin' back my silly hack (
rea4d1fe665d7 )
sheepluva [Sat, 10 Sep 2011 01:05:01 +0200] rev 5833
Fix preview of ruler map. Thanks to Randy for pointing out it was incorrect.
nemo [Fri, 09 Sep 2011 18:30:40 -0400] rev 5832
Remove some unused variables and options.inc which uFloat doesn't use, probably should never use, and was getting in the way of my testcase - but most importantly, remove the inline on hwSqrt which was causing very bad math on my compiler/machine. We may have to remove more inlining. A pity.
sheepluva [Fri, 09 Sep 2011 21:31:39 +0200] rev 5831
monkey task: always log to userpath
sheepluva [Fri, 09 Sep 2011 20:17:50 +0200] rev 5830
move hedgehogs out of walls
unc0rr [Fri, 09 Sep 2011 22:04:40 +0400] rev 5829
Don't test for hasGone in unapproved places. Now any possibility of desync on player quit is ruled out. Not tested at all.
Xeli [Fri, 16 Sep 2011 17:36:05 +0200] rev 5828
Changed firebutton, parameters in uTouch might need to be tweaked some more
sheepluva [Fri, 09 Sep 2011 15:52:59 +0200] rev 5827
we don't need trailing whitespaces... I guess :P
Xeli [Wed, 14 Sep 2011 18:43:16 +0200] rev 5826
Fix to enable compiling for something else than arm, the compiler for x64_86 didn't recognize Int32 etc..
sheepluva [Fri, 09 Sep 2011 15:36:30 +0200] rev 5825
Scripting: Update screen dimensions on screen resize and introduce onScreenResize() event.
I implemented that event in Tumber and Space Invasion already in order to update HUD locations properly. (mikade: deal with it $
Xeli [Fri, 09 Sep 2011 05:15:45 +0200] rev 5824
merge
mikade [Fri, 09 Sep 2011 03:57:45 +0200] rev 5823
merge
Disable SuddenDeath on Missions
Fix hats for Missions
Add achievement "Lively Lifeguard" for "That Sinking Feeling"
mikade [Fri, 09 Sep 2011 03:22:08 +0200] rev 5822
merge
mikade [Fri, 09 Sep 2011 03:21:16 +0200] rev 5821
Allow limited form of SuddenDeath (WaterRise = 0) in both CTF modes
Fix missing case of support for more players in CTF_Blizzard
nemo [Thu, 08 Sep 2011 21:20:12 -0400] rev 5820
er. let's reference the right gear, shall we?
mikade [Fri, 09 Sep 2011 03:00:03 +0200] rev 5819
Add support for more players.
(Hopefully) prevent Time-Box (or is that Time Box?) ruining my life.
nemo [Thu, 08 Sep 2011 21:18:44 -0400] rev 5818
There. Push this back on to unc0rr. This effect can still desync, 'cause it always could, but at least now the two are linked w/o argument I think.
mikade [Fri, 09 Sep 2011 02:11:51 +0200] rev 5817
For now, don't spawn anything other than health crates.
sheepluva [Fri, 09 Sep 2011 03:04:15 +0200] rev 5816
"fix" for a screen scaling problem I had after resizing to odd width number values
sheepluva [Fri, 09 Sep 2011 01:25:21 +0200] rev 5815
* ShoppaKing/TrophyRace maps updated by wolfmarc
* post new resolution in console on resize
sheepluva [Fri, 09 Sep 2011 00:22:48 +0200] rev 5814
change minimum resolution back to 640x480 (full weapon menu too big for smaller screens)
nemo [Thu, 08 Sep 2011 13:03:58 -0400] rev 5813
oops
nemo [Thu, 08 Sep 2011 13:01:20 -0400] rev 5812
Restore hog on team gone
sheepluva [Thu, 08 Sep 2011 17:44:51 +0200] rev 5811
fix knight hat
unc0rr [Thu, 08 Sep 2011 17:59:19 +0400] rev 5810
Fix loading from save desync
unc0rr [Thu, 08 Sep 2011 15:39:30 +0400] rev 5809
Remove unnecessary and wrong check
unc0rr [Wed, 07 Sep 2011 11:19:10 +0400] rev 5808
Replace tab with space
nemo [Thu, 08 Sep 2011 08:44:17 -0400] rev 5807
Define 2 script callbacks to notify of hog vanishment
nemo [Thu, 08 Sep 2011 00:29:01 -0400] rev 5806
remove debug message, clear a couple of global gear references if appropriate, fix control script
nemo [Wed, 07 Sep 2011 20:54:32 -0400] rev 5805
Add flickery ghost grave
nemo [Wed, 07 Sep 2011 20:53:45 -0400] rev 5804
Since shakes are still proving unsafe until camera is reworked, try a mild flash instead
nemo [Wed, 07 Sep 2011 20:35:24 -0400] rev 5803
Revert camera shake. Now to make sure we don't desync anymore.
Star [Wed, 07 Sep 2011 20:13:14 -0400] rev 5802
updated hat
jose1711 [Sat, 08 Oct 2011 16:45:52 +0200] rev 5801
merge
nemo [Wed, 07 Sep 2011 20:12:20 -0400] rev 5800
NEEDS TESTING. Try reenabling camera shake based on unc0rr's comment.
nemo [Wed, 07 Sep 2011 15:06:42 -0400] rev 5799
svg export darkened the upper white band a bit too much for my tastes
nemo [Wed, 07 Sep 2011 15:03:26 -0400] rev 5798
new countries
nemo [Tue, 06 Sep 2011 17:14:29 -0400] rev 5797
fix hat name
nemo [Tue, 06 Sep 2011 17:10:03 -0400] rev 5796
Another mass hat rename, because people were just about finished fixing their teams.
unc0rr [Tue, 06 Sep 2011 21:15:01 +0400] rev 5795
- Don't generate seed twice
- Also update preview of missions when new one is chosen
unc0rr [Tue, 06 Sep 2011 21:10:02 +0400] rev 5794
Send mapgen for static maps
unc0rr [Tue, 06 Sep 2011 20:53:26 +0400] rev 5793
This should be a real fix (7643cbb88f09 reverted). Not tested.
tsleon [Tue, 06 Sep 2011 10:40:32 -0400] rev 5792
translation update
szczur [Tue, 06 Sep 2011 10:37:32 -0400] rev 5791
translation update
unc0rr [Tue, 06 Sep 2011 13:36:10 +0400] rev 5790
Fix link again (changed libraries order)
nemo [Mon, 05 Sep 2011 16:20:35 -0400] rev 5789
Don't set index if using static map - avoids desync where map name is passed and list is set, but then index is set to 0
nemo [Mon, 05 Sep 2011 15:48:46 -0400] rev 5788
Add update preview when picking random static
nemo [Mon, 05 Sep 2011 15:32:58 -0400] rev 5787
Add a fade out when in lag for snow.
nemo [Mon, 05 Sep 2011 15:05:46 -0400] rev 5786
check for turn over (infinite attack)
unC0Rr [Mon, 05 Sep 2011 21:45:28 +0400] rev 5785
Fix linking in windows
unC0Rr [Mon, 05 Sep 2011 21:12:22 +0400] rev 5784
Add zlib headers (library itself is included to Qt)
sheepluva [Mon, 05 Sep 2011 16:04:05 +0200] rev 5783
3 more user hats, fixed by "Star and Moon", thank you!
sheepluva [Mon, 05 Sep 2011 15:11:46 +0200] rev 5782
fix gas mask hat
unc0rr [Mon, 05 Sep 2011 15:51:32 +0400] rev 5781
Don't refuse to create save file when a game loaded from save interrupts
unc0rr [Mon, 05 Sep 2011 15:49:14 +0400] rev 5780
Support Qt version which have no qHash(QUrl)
nemo [Sun, 04 Sep 2011 17:26:38 -0400] rev 5779
Move a few more, exclude NoHat and team hats from animation
nemo [Sun, 04 Sep 2011 17:15:09 -0400] rev 5778
Load list of hats dynamically.
nemo [Sun, 04 Sep 2011 16:42:51 -0400] rev 5777
Add check on amNothing
nemo [Sun, 04 Sep 2011 16:35:27 -0400] rev 5776
Break a bunch of teams by reorganising hats so that similar ones are found together. Hat groupings by Star
nemo [Sun, 04 Sep 2011 14:05:11 -0400] rev 5775
copy/paste fail
nemo [Sun, 04 Sep 2011 13:54:24 -0400] rev 5774
make pickhammer and blowtorch burn time for infinite attack mode
unc0rr [Sun, 04 Sep 2011 21:40:47 +0400] rev 5773
Some renaming
unc0rr [Sun, 04 Sep 2011 21:39:50 +0400] rev 5772
Replace iterators with simple declarative foreach (not tested if it works)
nemo [Sun, 04 Sep 2011 13:36:59 -0400] rev 5771
by request of shoppa player, remove land spray from shoppa wep set
nemo [Sun, 04 Sep 2011 13:13:51 -0400] rev 5770
load mask from user path as well
unc0rr [Sun, 04 Sep 2011 21:03:06 +0400] rev 5769
Prevent runtime warning
unc0rr [Sun, 04 Sep 2011 20:51:54 +0400] rev 5768
Only prepend hedgewars.org if the url is relative
nemo [Sun, 04 Sep 2011 12:47:10 -0400] rev 5767
remove dupe
nemo [Sun, 04 Sep 2011 12:34:43 -0400] rev 5766
oops
unc0rr [Sun, 04 Sep 2011 20:21:08 +0400] rev 5765
Allow surfing, download and extract only .zip files
nemo [Sun, 04 Sep 2011 12:19:31 -0400] rev 5764
truncate page on comment tags, as suggested by unc0rr
nemo [Sun, 04 Sep 2011 12:06:10 -0400] rev 5763
Add a crappy button to encourage artists to make another one. Restore Info page.
unc0rr [Sun, 04 Sep 2011 19:04:36 +0400] rev 5762
Extract to cfgdir
nemo [Sun, 04 Sep 2011 10:54:00 -0400] rev 5761
update animation page. remove test image
nemo [Sun, 04 Sep 2011 10:47:44 -0400] rev 5760
Add a bunch of new hats from the hats thread. There are still 20 or so that need pixel fixes that are not in this list.
unc0rr [Sun, 04 Sep 2011 17:33:33 +0400] rev 5759
Call update() so loaded images appear
unc0rr [Sun, 04 Sep 2011 14:59:38 +0400] rev 5758
Fix a warning
unc0rr [Sun, 04 Sep 2011 14:46:46 +0400] rev 5757
Link against quazip
unc0rr [Sun, 04 Sep 2011 14:44:13 +0400] rev 5756
Extract downloaded content into temp dir
unc0rr [Sun, 04 Sep 2011 13:46:08 +0400] rev 5755
Implement DataBrowser which downloads resources (images, css) on its own.
There's a hack with resources base url and a bug with images not appearing when downloading done (scroll helps though).
unc0rr [Sun, 04 Sep 2011 11:48:01 +0400] rev 5754
- Implement progressbars to show download progress
- Link to quazip library (not used yet)
jose1711 [Thu, 08 Sep 2011 00:34:57 +0200] rev 5753
Updated Slovak translation
unc0rr [Sun, 04 Sep 2011 10:58:42 +0400] rev 5752
Add QuaZIP library to build system
jose1711 [Sun, 04 Sep 2011 00:48:54 +0200] rev 5751
Updated Slovak translation
nemo [Sat, 03 Sep 2011 18:04:19 -0400] rev 5750
Reenable a bunch of old portal play stuff, like dropping grenade into portal on hog, jumping through portal w/ hog on other end, collecting crate w/ portal etc. Also add cooldown to cake/portal interaction. It may still not do what you expect, but it probably shouldn't spin in place.
sheepluva [Sat, 03 Sep 2011 20:36:08 +0200] rev 5749
'Star and Moon' updated his sheep hat.
nemo [Sat, 03 Sep 2011 14:01:52 -0400] rev 5748
Just for fun. Flowers! Also, use a less blatant image in ammo menu.
unc0rr [Sat, 03 Sep 2011 21:35:49 +0400] rev 5747
Remove STL dependency
unc0rr [Sat, 03 Sep 2011 21:23:20 +0400] rev 5746
Use QTextBrowser instead of WebKit for downloadable contents page (currently only shows the page itself)
koda [Sat, 03 Sep 2011 12:35:49 +0200] rev 5745
allow fullscreen resolution selection (but still leaves in the auto max for commodity)
nemo [Fri, 02 Sep 2011 19:06:05 -0400] rev 5744
tweak to avoid jaggies
nemo [Fri, 02 Sep 2011 16:15:37 -0400] rev 5743
typo
nemo [Fri, 02 Sep 2011 13:42:16 -0400] rev 5742
fiiine
nemo [Fri, 02 Sep 2011 13:02:34 -0400] rev 5741
lighten a bit
nemo [Fri, 02 Sep 2011 12:46:17 -0400] rev 5740
Add awesome new TARDIS art
nemo [Fri, 02 Sep 2011 12:39:29 -0400] rev 5739
OMG. I forgot this one.
nemo [Fri, 02 Sep 2011 09:25:43 -0400] rev 5738
that was just getting me into trouble
nemo [Fri, 02 Sep 2011 08:16:34 -0400] rev 5737
oops.
nemo [Fri, 02 Sep 2011 08:16:04 -0400] rev 5736
Thicker borders. Still need something by an actual artist.
unc0rr [Fri, 02 Sep 2011 12:27:15 +0400] rev 5735
Remove toLocal8Bit() conversion of file name as Qt should handle filenames on its own. Helps with filename on Windows, could help with
issue #189.
unc0rr [Fri, 02 Sep 2011 12:06:24 +0400] rev 5734
Implement save button on game statistics page.
I'm surprised I did it.
Closes
issue #264
Xeli [Fri, 09 Sep 2011 04:39:17 +0200] rev 5733
Fixed a major bug (related to pointers) which also solves the stuttering when zooming in and out
nemo [Fri, 02 Sep 2011 01:19:37 -0400] rev 5732
Add a delay before applying screen resize to cut down on resize events (especially bad on OSes that need texture recreation)
Xeli [Fri, 09 Sep 2011 04:33:14 +0200] rev 5731
removed these files which got added by accident, they are to be generated by cmake
unc0rr [Fri, 02 Sep 2011 09:04:11 +0400] rev 5730
Why so serious
Xeli [Fri, 09 Sep 2011 04:32:45 +0200] rev 5729
Changed the package name from org.hedgewars to org.hedgewars.mobile, this file was forgotten last time
nemo [Fri, 02 Sep 2011 00:24:54 -0400] rev 5728
*sigh* I suppose I'd best avoid those trademarks...
Xeli [Thu, 08 Sep 2011 20:58:07 +0200] rev 5727
Fixed the captions, they are now below the windbar
sheepluva [Thu, 01 Sep 2011 20:52:17 +0200] rev 5726
add get away time modifier entry to changelog
Xeli [Thu, 01 Sep 2011 17:03:19 +0200] rev 5725
merge + changed the tardis image to egg.png because the data folder isn't up to date
Xeli [Thu, 01 Sep 2011 17:49:27 +0200] rev 5724
Changed SDL_PollEvent to SDL_PeepEvents
nemo [Thu, 01 Sep 2011 10:13:03 -0400] rev 5723
merge
unc0rr [Thu, 01 Sep 2011 17:45:21 +0400] rev 5722
Keep blowtorch direction (doesn't actually fix the bug with hedgehog turning opposite direction)
nemo [Thu, 01 Sep 2011 00:00:23 -0400] rev 5721
button tweak, add missing left horizon
mikade [Thu, 01 Sep 2011 00:28:38 +0200] rev 5720
onHogAttack hook. Might reposition this later.
Updates to Tumbler gameplay mode
-- Better HUD
-- Allow more user customization
-- Bugfix for new gear spawns
-- Performance tweaks
-- Variety of small gameplay changes
nemo [Wed, 31 Aug 2011 15:50:39 -0400] rev 5719
Add buttons for tag team, bottom border, unbreak smoothing
nemo [Wed, 31 Aug 2011 15:06:03 -0400] rev 5718
Let's draw the bottom border thicker, so it is more visible
nemo [Wed, 31 Aug 2011 14:47:01 -0400] rev 5717
Add option for a bottom border. Needs testing.
nemo [Wed, 31 Aug 2011 11:08:03 -0400] rev 5716
Avoid burning other hog's turn
nemo [Wed, 31 Aug 2011 08:45:22 -0400] rev 5715
Restore gear ASAP, add denied sound for illegal activation without wasting ammo.
unc0rr [Wed, 31 Aug 2011 14:23:12 +0400] rev 5714
- Don't reload fonts
- Fix one more ifdef which made me waste an hour debugging crash
koda [Wed, 14 Sep 2011 22:27:22 +0200] rev 5713
Added tag Hedgewars-iOS-1.3.1 for
changeset cba92708277b
unc0rr [Wed, 31 Aug 2011 13:47:48 +0400] rev 5712
Fix check for darwin or win32. Add debug message.
koda [Wed, 14 Sep 2011 22:27:17 +0200] rev 5711
disable ios screenshooting for now
nemo [Wed, 31 Aug 2011 01:32:12 -0400] rev 5710
TARDIS bugfix
koda [Wed, 14 Sep 2011 22:07:03 +0200] rev 5709
fix for retina display devices
nemo [Wed, 31 Aug 2011 01:17:14 -0400] rev 5708
adjust Z order so crosshairs are on top of hogs, grenades behind explosives
koda [Wed, 14 Sep 2011 19:09:59 +0200] rev 5707
ios version bump
nemo [Wed, 31 Aug 2011 00:58:48 -0400] rev 5706
more proper implementation of TARDIS
koda [Wed, 14 Sep 2011 19:08:37 +0200] rev 5705
Added tag Hedgewars-iOS-1.3 for
changeset 718f98a9df12
nemo [Tue, 30 Aug 2011 12:32:33 -0400] rev 5704
Reset to SD sky colour if in SD
nemo [Mon, 29 Aug 2011 19:28:45 -0400] rev 5703
Check for nil from SpawnCustomCrate
koda [Mon, 29 Aug 2011 23:56:38 +0200] rev 5702
updated sdl.patch
jose1711 [Sun, 28 Aug 2011 20:03:14 +0200] rev 5701
Updated Slovak translation
koda [Sun, 28 Aug 2011 17:37:40 +0200] rev 5700
savedgamesviewcontroller refactor, added icons to supportviewcontroller
koda [Sun, 28 Aug 2011 14:50:04 +0200] rev 5699
ios: respond more gracefully to didReceiveMemoryWarning and add sounds to two buttons
koda [Sun, 28 Aug 2011 11:50:26 +0200] rev 5698
move the ios background music under resources
koda [Sun, 28 Aug 2011 11:48:09 +0200] rev 5697
the return of SDL.patch D:
contains fixes for double free at window destruction, touch interface and the minimum ios version supported
koda [Sun, 28 Aug 2011 11:38:24 +0200] rev 5696
ios: fix a couple of bad memory management (unrelated to the crash at the end of each game)
sdl13: fixed compilation
nemo [Sat, 27 Aug 2011 17:53:35 -0400] rev 5695
Prevent flakes from drawing if they spawn in land
nemo [Sat, 27 Aug 2011 16:13:40 -0400] rev 5694
I like the overall accumulation with a flat bottomed flake better. AA top w/o weird layers in middle
nemo [Sat, 27 Aug 2011 15:06:16 -0400] rev 5693
Avoid unsightly gaps in landbacktex
nemo [Sat, 27 Aug 2011 14:54:56 -0400] rev 5692
implement proper blending
nemo [Sat, 27 Aug 2011 12:52:54 -0400] rev 5691
Try reenabling landbacktex to see how it behaves with current pixel rules
nemo [Fri, 26 Aug 2011 22:15:09 -0400] rev 5690
Allow vgtSmoke to scale. Scale it down 50% for mines, so smoke doesn't seem so oversized
nemo [Fri, 26 Aug 2011 21:49:10 -0400] rev 5689
Fix rounding error in sky colour causing visible lines
nemo [Fri, 26 Aug 2011 21:38:11 -0400] rev 5688
Correctly check for failure to look up ammo, check for damaged mines
nemo [Fri, 26 Aug 2011 20:59:55 -0400] rev 5687
Die speckles, round N. Check that alpha is not basically empty while blending, try to match the damaged land type.
nemo [Fri, 26 Aug 2011 16:16:27 -0400] rev 5686
Use frontend value for fullscreening.
inu [Thu, 25 Aug 2011 16:17:15 -0400] rev 5685
pt update
sheepluva [Thu, 25 Aug 2011 21:00:53 +0200] rev 5684
* partial rollback of changes to camera
* fixed typo in comments
sheepluva [Thu, 25 Aug 2011 18:29:46 +0200] rev 5683
reduce effect of the look-ahead behaviour that I tried to implement
sheepluva [Thu, 25 Aug 2011 18:08:44 +0200] rev 5682
some camera adjustments (should also fix cam flickering on lowerst res)
sheepluva [Thu, 25 Aug 2011 14:56:51 +0200] rev 5681
don't poison invul hogs
nemo [Wed, 24 Aug 2011 23:37:03 -0400] rev 5680
another silly mistake
nemo [Wed, 24 Aug 2011 18:07:37 -0400] rev 5679
accidentally reverted this when reverting the rest of the override changes.
nemo [Wed, 24 Aug 2011 17:55:39 -0400] rev 5678
oops
sheepluva [Wed, 24 Aug 2011 22:29:12 +0200] rev 5677
THUNKphewbzzweeEEeee
nemo [Wed, 24 Aug 2011 15:09:41 -0400] rev 5676
Scripting changes. Add override of mapgen, templatefilter. Expose waterline, add "GetAmmoCount". Default to amNothing in uAmmos if entry is not found.
nemo [Wed, 24 Aug 2011 13:33:53 -0400] rev 5675
add for mine strike too. as cheezemonkey points out, mine bounce is height dependent.
nemo [Tue, 23 Aug 2011 16:37:57 -0400] rev 5674
Set more generous minimums. Flicker seems to have nothing to do with minimum size. I get it even for fairly large dimensions after scaling down from a much larger size. Similar to issues with zoom from about a month ago, before unc0rr fixed them.
nemo [Tue, 23 Aug 2011 09:32:59 -0400] rev 5673
restore screwed up test
nemo [Tue, 23 Aug 2011 09:12:45 -0400] rev 5672
don't override user defined size when resizing
Xeli [Thu, 01 Sep 2011 14:55:31 +0200] rev 5671
Check if we need to download and prevent user from reaching the startgame menu because it needs images from the download
koda [Tue, 23 Aug 2011 12:53:47 +0200] rev 5670
enable window resizing (tested only on linux) - fix
issue #103
Xeli [Thu, 01 Sep 2011 14:54:43 +0200] rev 5669
increment version number/name
koda [Tue, 23 Aug 2011 10:19:33 +0200] rev 5668
ooops
Xeli [Sun, 28 Aug 2011 17:45:23 +0200] rev 5667
sabotage of the iphone port failed..
koda [Tue, 23 Aug 2011 10:07:40 +0200] rev 5666
this should fix the double free that happens when closing the sdl window on ios (untested)
Xeli [Sun, 28 Aug 2011 17:42:32 +0200] rev 5665
fixed = operator in uFloat
koda [Tue, 23 Aug 2011 09:23:45 +0200] rev 5664
ok this makes no sense now, remove 'enhanced' option from ios
Xeli [Fri, 26 Aug 2011 21:03:23 +0200] rev 5663
Made getDownloadPath compatible with < Froyo devices
koda [Tue, 23 Aug 2011 03:46:17 +0200] rev 5662
FREE AT LAST!!! SDL came around a (mostly) sane way for implementing rotation events, so we can scrap all the workaround code that has been added to workaround it!! Also this allows us to use proper (internal) multitasking handling and can simplify optional settings and other yet unexplored features. Yay!
Xeli [Fri, 26 Aug 2011 18:24:29 +0200] rev 5661
Fixed AddFileLog, there's now a log created in /sdcard/Android/data/org.hedgewars.mobile/cache/Data/
koda [Mon, 22 Aug 2011 23:56:25 +0200] rev 5660
set gl attributes before creating the window, or some of them might be ignored (like vsync on osx); also don't skip some reloads when switching to fullscreen and back; finally did a little code re-organisation
Xeli [Fri, 26 Aug 2011 18:20:18 +0200] rev 5659
version name and api changed for Market version
ss: Enter commit message. Lines beginning with 'HG:' are removed.
koda [Mon, 22 Aug 2011 22:17:52 +0200] rev 5658
apparently sdl doesn't work anymore on ios < 3.2 so it is worth to take the leap and upgrade the minimum os to 4.0, so that we can use new apis (like imageio from sdl_image)
Xeli [Fri, 26 Aug 2011 16:47:00 +0200] rev 5657
removed some @override lines which cause compiler errors on openjdk-6
nemo [Mon, 22 Aug 2011 21:28:04 -0400] rev 5656
Disable flakes in Blox theme
= Xeli [Wed, 24 Aug 2011 12:34:37 +0200] rev 5655
merg with the latest rev of 22nd (end of GSoC)
nemo [Mon, 22 Aug 2011 15:35:37 -0400] rev 5654
Free land texture, reset sky colour.
nemo [Mon, 22 Aug 2011 10:56:19 -0400] rev 5653
Put it in the add as well
nemo [Mon, 22 Aug 2011 10:54:53 -0400] rev 5652
Add check for no sound
koda [Mon, 22 Aug 2011 16:20:28 +0200] rev 5651
allow accessing the snapshot folder from the about page in the frontend (button could use a nicer icon)
unc0rr [Mon, 22 Aug 2011 17:54:04 +0400] rev 5650
Fix translation (it was smth like "they have normal bounced")
unc0rr [Mon, 22 Aug 2011 17:46:16 +0400] rev 5649
merge
koda [Mon, 22 Aug 2011 15:11:48 +0200] rev 5648
add Zorg to credits
Xeli [Mon, 22 Aug 2011 03:57:11 +0200] rev 5647
tiny tweak in how lua is moved + added two reverts
koda [Mon, 22 Aug 2011 14:46:54 +0200] rev 5646
enable a tip on osx, remove trailing whitespaces
unc0rr [Mon, 22 Aug 2011 17:44:30 +0400] rev 5645
Implement TestHammer which makes sense
Xeli [Sun, 21 Aug 2011 22:20:20 +0200] rev 5644
merge
tsleon [Mon, 22 Aug 2011 14:20:36 +0200] rev 5643
russian translation update
unc0rr [Mon, 22 Aug 2011 17:22:11 +0400] rev 5642
Make AI aware of damage modifiers
Xeli [Sun, 21 Aug 2011 22:18:54 +0200] rev 5641
removed the enabling of sensors
nemo [Sun, 21 Aug 2011 22:41:10 -0400] rev 5640
make it easier to do portal shoppa, ensure structure doesn't show up by accident in a weaponset
Xeli [Sun, 21 Aug 2011 22:17:40 +0200] rev 5639
Removed chinese font
nemo [Sun, 21 Aug 2011 19:29:04 -0400] rev 5638
Try to avoid overlapping voices for major statements (not things like byebye or oof)
Xeli [Sun, 21 Aug 2011 22:16:55 +0200] rev 5637
Changed url to code.google.com page
nemo [Sun, 21 Aug 2011 15:11:00 -0400] rev 5636
Strip and compress Golf theme
Xeli [Sun, 21 Aug 2011 20:43:11 +0200] rev 5635
changed an ifdef so that android too uses mono sound
nemo [Sun, 21 Aug 2011 14:19:43 -0400] rev 5634
mergy merge merge
Xeli [Sun, 21 Aug 2011 19:57:23 +0200] rev 5633
cosmetic tweak in the teamselection menu
mikade [Sun, 21 Aug 2011 20:10:36 +0200] rev 5632
merge
nemo [Sun, 21 Aug 2011 14:19:01 -0400] rev 5631
Try blurriness instead, to make inactive ammos clearer. Also add some missing line breaks in french locale.
Xeli [Sun, 21 Aug 2011 19:57:06 +0200] rev 5630
forgot to hg add the images...
mikade [Sun, 21 Aug 2011 18:43:59 +0200] rev 5629
HUD for Space Invasion, minor bugfix
nemo [Sun, 21 Aug 2011 13:53:11 -0400] rev 5628
hammer tweak
Xeli [Sun, 21 Aug 2011 19:40:01 +0200] rev 5627
Added a visual imageview to show how many teams have been selected, plus feedback when creating a new team:
nemo [Sun, 21 Aug 2011 12:06:30 -0400] rev 5626
Add mikade and Xeli to credits
Xeli [Sun, 21 Aug 2011 18:14:49 +0200] rev 5625
Added a check for team count to prevent the engine from crashes when starting with <2 teams + changed the text in the Teams selection menu
nemo [Sun, 21 Aug 2011 11:37:39 -0400] rev 5624
Allow hammer to bash mines/barrels too, increase escape time to 3s
Xeli [Sun, 21 Aug 2011 18:13:11 +0200] rev 5623
few comments added
nemo [Sun, 21 Aug 2011 11:24:20 -0400] rev 5622
add check for other forms of flight too
Xeli [Sun, 21 Aug 2011 16:25:18 +0200] rev 5621
added licenses
nemo [Sun, 21 Aug 2011 09:26:33 -0400] rev 5620
Add Lithuanian Qt translation, add Lukas to game credits
Xeli [Sat, 20 Aug 2011 13:53:45 +0200] rev 5619
added a visual fire button, isOnFireButton check needs to be fixed though it only works on 800x480 screens
Uncharted [Sun, 21 Aug 2011 09:19:34 -0400] rev 5618
New lithuanian translation
Xeli [Sat, 20 Aug 2011 13:07:33 +0200] rev 5617
added low jump, you can low-jump by double tapping the right or left side of the screen
nemo [Sun, 21 Aug 2011 08:52:19 -0400] rev 5616
Fix localisation of scripts
Xeli [Fri, 19 Aug 2011 22:40:13 +0200] rev 5615
changed aiming to be triggered when touching the crosshair
unc0rr [Sun, 21 Aug 2011 13:06:23 +0400] rev 5614
Add Guillaume Englert to art contributors list for his Olympic theme
Xeli [Fri, 19 Aug 2011 22:31:59 +0200] rev 5613
small cosmetic change
nemo [Sat, 20 Aug 2011 16:43:57 -0400] rev 5612
This really should have been a TPoint for consistency
Xeli [Fri, 19 Aug 2011 17:22:12 +0200] rev 5611
merge
nemo [Sat, 20 Aug 2011 16:31:20 -0400] rev 5610
-gh (heaptrace) appears to be the reason for crashing in DrawCircle on my system. I wonder if it has other bad behaviour as well.
Xeli [Fri, 19 Aug 2011 17:21:18 +0200] rev 5609
Introduced a Touch_Finger type to replace the arrays with coords, makes cleaner code
nemo [Sat, 20 Aug 2011 15:31:23 -0400] rev 5608
Attempt to recreate all textures if using Windows or OSX which lose textures on context recreation.
Not really tested since I don't have Windows or OSX.
Xeli [Fri, 19 Aug 2011 03:33:25 +0200] rev 5607
Added several graphics
nemo [Sat, 20 Aug 2011 14:26:29 -0400] rev 5606
Special case small radius gears to try and prevent repeated collisions.
Xeli [Fri, 19 Aug 2011 03:32:07 +0200] rev 5605
Added a hook to uGame which now allows uTouch to take action outside of SDL_Finger* events
Users can no walk left, right, jump up, aim, fire and are limited in zooming
nemo [Sat, 20 Aug 2011 14:00:51 -0400] rev 5604
teach AI about sticky mines
Xeli [Fri, 19 Aug 2011 03:29:51 +0200] rev 5603
Fixed crash which occured when entering the teamselection menu for the second time
unc0rr [Fri, 19 Aug 2011 17:25:30 +0400] rev 5602
- Update russian translation
- Perform lupdate
Xeli [Thu, 18 Aug 2011 22:37:47 +0200] rev 5601
merge
unc0rr [Fri, 19 Aug 2011 15:41:04 +0400] rev 5600
Remove PosInStack function, as bots behave better (they search more positions) without it
Xeli [Thu, 18 Aug 2011 22:37:23 +0200] rev 5599
aiming fixed, inverted cursor on ammo menu, added equal and isZero function to uFloat, changed the way ammo menu opens, you must now click on the hog rather than anywhere on the screen
mikade [Fri, 19 Aug 2011 06:08:06 +0200] rev 5598
- Updates to Tumbler gameplay mode [may still need a lil work]
- New User Mission. Is this one possible?
Xeli [Thu, 18 Aug 2011 15:26:41 +0200] rev 5597
Volume keys now work
nemo [Thu, 18 Aug 2011 23:33:39 -0400] rev 5596
oops
Xeli [Wed, 17 Aug 2011 19:39:32 +0200] rev 5595
open ammo when clicking the current hog
sheepluva [Thu, 18 Aug 2011 00:14:43 +0200] rev 5594
portal: combating the space-detection issue.
what needs to be tweaked next is how far away objects are spawned.
it should either be a trial&error adjustment or depend on the object's moving direction and the portal's angle in order to avoid issues with box collisions.
if the spawn distance to the portal is just a fixed value (as it was before this patch) or a constant factor (it is now) it can be too big for "nice" portal angles (in tight gaps with still enough space, but -> denied) and too small for bad angles (box collision esp. on big objects like barrels -> denied)
Xeli [Wed, 17 Aug 2011 18:09:25 +0200] rev 5593
merge
unc0rr [Wed, 17 Aug 2011 21:26:34 +0400] rev 5592
Free messages queue on engine shutdown
Xeli [Wed, 17 Aug 2011 17:15:42 +0200] rev 5591
merge
nemo [Wed, 17 Aug 2011 11:17:50 -0400] rev 5590
...
Xeli [Wed, 17 Aug 2011 17:14:47 +0200] rev 5589
Now able to select a weapon
nemo [Wed, 17 Aug 2011 11:07:03 -0400] rev 5588
*sigh*
Xeli [Wed, 17 Aug 2011 12:32:40 +0200] rev 5587
merge
nemo [Wed, 17 Aug 2011 10:58:00 -0400] rev 5586
Add square check to shotgun. This a minor optimisation that might sidestep a bug on iOS/Android. Still need to find out why the bug is happening though
nemo [Wed, 17 Aug 2011 00:11:57 -0400] rev 5585
Break visual gears list up into 4, to avoid iterating over entire list to draw a single layer. Also fix error in tag zoom.
nemo [Tue, 16 Aug 2011 23:02:27 -0400] rev 5584
Make it a lot harder to cheat with typical random crates. This also means that crates will vary even if map has the same seed (hog positions of course will be unchanged).
nemo [Tue, 16 Aug 2011 21:37:10 -0400] rev 5583
At mikade's request, expose screenheight/screenwidth and allow setting tag zoom level
unc0rr [Tue, 16 Aug 2011 21:57:58 +0400] rev 5582
Properly implement slot, connect signal from the object which actually sends it to the slot
nemo [Mon, 15 Aug 2011 16:57:36 -0400] rev 5581
Check for dX too
nemo [Mon, 15 Aug 2011 16:50:09 -0400] rev 5580
I'll learn to build first eventually...
Xeli [Wed, 17 Aug 2011 12:31:10 +0200] rev 5579
uTouch, has cursor move, zoom and click or tap to open the ammo menu
nemo [Mon, 15 Aug 2011 16:49:15 -0400] rev 5578
oops
Xeli [Mon, 15 Aug 2011 21:49:09 +0200] rev 5577
merge
nemo [Mon, 15 Aug 2011 16:48:39 -0400] rev 5576
Move HealthTag dY init into AddGear
mikade [Mon, 15 Aug 2011 19:42:39 +0200] rev 5575
merge
nemo [Mon, 15 Aug 2011 12:47:53 -0400] rev 5574
Use Frame instead of State for the health flag
unc0rr [Mon, 15 Aug 2011 20:31:31 +0400] rev 5573
Don't allow to join other protocol room using FOLLOW command (not tested)
unc0rr [Mon, 15 Aug 2011 20:18:18 +0400] rev 5572
Why so suspicious?
mikade [Mon, 15 Aug 2011 17:29:54 +0200] rev 5571
Allow user to drop bombs off rope, parachute, and flying saucer.
nemo [Mon, 15 Aug 2011 10:16:18 -0400] rev 5570
forgot scale
nemo [Sun, 14 Aug 2011 23:52:45 -0400] rev 5569
suggestion of mikade's - delete old mines if the collision array shows signs of filling up. This is kind of an edge case, esp now that array is up to 1024, but should prevent (easiest) way to crash by collision array overflow (endless mines/minestrikes).
nemo [Sun, 14 Aug 2011 23:06:00 -0400] rev 5568
bump up max collision to 1024 entries
nemo [Sun, 14 Aug 2011 23:00:12 -0400] rev 5567
Tiny bit of progress on download page - hooked it up to "Info" button for now.
nemo [Sun, 14 Aug 2011 21:49:04 -0400] rev 5566
draw health tag relative to screen if State <> 0
koda [Mon, 15 Aug 2011 00:23:32 +0200] rev 5565
smaller code cleanup
nemo [Sun, 14 Aug 2011 17:49:12 -0400] rev 5564
For mikade's sake, use old dx/dy/frametick as default, so health crosses move the same
nemo [Sun, 14 Aug 2011 17:42:26 -0400] rev 5563
Use same visual gear for health tags and hearts.
nemo [Sun, 14 Aug 2011 16:59:55 -0400] rev 5562
Seduction animation. New visual gear type.
nemo [Sun, 14 Aug 2011 13:45:37 -0400] rev 5561
Shrink number of circle points to 60, reenable seduction circle (no longer crashes)
nemo [Sun, 14 Aug 2011 13:25:55 -0400] rev 5560
Change to "aura" due to odd crasher in DrawCircle, at least on my machine/driver. Less precise, but perhaps more attractive.
unc0rr [Sun, 14 Aug 2011 20:53:52 +0400] rev 5559
Use local scope global var instead
Henek [Sat, 13 Aug 2011 22:46:47 +0200] rev 5558
new SD flakes from mikade and a flash when sudden death starts
koda [Sat, 13 Aug 2011 21:06:51 +0200] rev 5557
small fix for the ios project file
unc0rr [Sat, 13 Aug 2011 21:26:59 +0400] rev 5556
Some screwing around GearsNear code
unc0rr [Sat, 13 Aug 2011 20:44:42 +0400] rev 5555
Don't switch to gsConfirm state (which is pretty same as gsGame) when not in gsGame or gsChat state. Prevents crashes and other possible kinds of wierd behaviour.
nemo [Fri, 12 Aug 2011 15:33:07 -0400] rev 5554
Revert ParseCommandOverride change since it appears to be badly screwing up scripting. Need to find out why. This backs out 7f57d0c7816a and the recent workaround.
nemo [Fri, 12 Aug 2011 14:09:08 -0400] rev 5553
extend the workaround. FIXME still applies
nemo [Fri, 12 Aug 2011 13:15:30 -0400] rev 5552
oops. accidentaly committed test move of voice line (the FIXME still applies though)
nemo [Fri, 12 Aug 2011 12:42:50 -0400] rev 5551
use ansistring instead
Xeli [Mon, 15 Aug 2011 21:45:27 +0200] rev 5550
Zoom and moving the camera now works with SDL_FINGER* events
nemo [Fri, 12 Aug 2011 10:36:37 -0400] rev 5549
sheepluva pointed out there are 2 StrPas in pascal, in different units. Do conversion in LuaPas instead
Xeli [Thu, 11 Aug 2011 15:03:21 +0200] rev 5548
merge
nemo [Thu, 11 Aug 2011 23:07:45 -0400] rev 5547
This is a WTF checkin. Seriously. Someone needs to look at this to find out why it is behaving as it is.
Xeli [Thu, 11 Aug 2011 15:01:05 +0200] rev 5546
Android (multitouch) implementation
nemo [Thu, 11 Aug 2011 22:33:56 -0400] rev 5545
unbreak voice playback in team creation
Xeli [Thu, 11 Aug 2011 14:59:56 +0200] rev 5544
SDL_FINGERUP/DOWN/MOTION events added
Henek [Thu, 11 Aug 2011 00:18:10 +0200] rev 5543
disable campaign button, structure and change sudden death music to hell.ogg
Xeli [Thu, 11 Aug 2011 14:59:14 +0200] rev 5542
start of implementation of the save button, check if there's something to save and update TeamSelectionActivity if a change has been made
nemo [Wed, 10 Aug 2011 17:22:17 -0400] rev 5541
another merge to clean up
Xeli [Thu, 11 Aug 2011 14:56:31 +0200] rev 5540
Android touch events propagate to hwengine now
nemo [Wed, 10 Aug 2011 17:20:21 -0400] rev 5539
:( bad revision.
Xeli [Wed, 10 Aug 2011 14:55:00 +0200] rev 5538
back key now quits the game
nemo [Wed, 10 Aug 2011 17:16:19 -0400] rev 5537
merge1
Xeli [Wed, 10 Aug 2011 14:52:51 +0200] rev 5536
Changed gametype to 'style'
mikade [Wed, 10 Aug 2011 22:34:25 +0200] rev 5535
Fixed up Golf theme. Should look pretty good, now.
Xeli [Wed, 10 Aug 2011 01:50:57 +0200] rev 5534
typo on the nullpointer check
nemo [Wed, 10 Aug 2011 11:45:02 -0400] rev 5533
exclude current hedgehog
Xeli [Wed, 10 Aug 2011 01:22:52 +0200] rev 5532
Fixed team colors in the UI, delete and a nullpointer bug when no teams are created
nemo [Tue, 09 Aug 2011 21:54:45 -0400] rev 5531
Revert 3768e9a6ec40. I misread the test. Seems parachute works as expected now already
Xeli [Tue, 09 Aug 2011 21:41:52 +0200] rev 5530
merge
nemo [Tue, 09 Aug 2011 21:18:12 -0400] rev 5529
return visual gear in hogsay
nemo [Mon, 08 Aug 2011 23:57:04 -0400] rev 5528
slight visual tweak. birdy's wings beat faster if he's just about tired out
nemo [Mon, 08 Aug 2011 13:43:24 -0400] rev 5527
gear state flag names for scripting
nemo [Sun, 07 Aug 2011 14:41:47 -0400] rev 5526
remove offset in seduction gear creation
nemo [Sun, 07 Aug 2011 14:29:11 -0400] rev 5525
Experimental area-of-effect Seduction
unc0rr [Sun, 07 Aug 2011 22:27:57 +0400] rev 5524
Oh, and fix cursor visibility correlations between gsConfirm state and paused state
unc0rr [Sun, 07 Aug 2011 22:24:13 +0400] rev 5523
Also unhide mouse cursor when in gsConfirm state
unc0rr [Sun, 07 Aug 2011 22:20:52 +0400] rev 5522
Release mouse cursor in gsConfirm state
unc0rr [Sun, 07 Aug 2011 22:18:51 +0400] rev 5521
Enter gsConfirm state when loosing focus
nemo [Sun, 07 Aug 2011 13:32:28 -0400] rev 5520
disable extra time in timeless mode
nemo [Sun, 07 Aug 2011 12:50:17 -0400] rev 5519
drowning flake graphics tweak
koda [Sun, 07 Aug 2011 18:49:49 +0200] rev 5518
oops this slipped through
nemo [Sun, 07 Aug 2011 12:40:14 -0400] rev 5517
Expose TargetX/TargetY to scripting
Xeli [Tue, 09 Aug 2011 21:31:49 +0200] rev 5516
removed prints
nemo [Sun, 07 Aug 2011 12:25:21 -0400] rev 5515
disable special case for parachute on rope. legacy? Without it, parachute behaves as one expects
Xeli [Tue, 09 Aug 2011 20:56:34 +0200] rev 5514
fixed minor download bug
nemo [Sun, 07 Aug 2011 12:06:53 -0400] rev 5513
make a special case for teleport instead. also allows teleporting off of a parachute
Xeli [Tue, 09 Aug 2011 20:56:18 +0200] rev 5512
api level 9 for now
nemo [Sun, 07 Aug 2011 11:52:06 -0400] rev 5511
prevent attempting to teleport in mid-air during inf attack
Xeli [Tue, 09 Aug 2011 20:55:34 +0200] rev 5510
-
nemo [Sun, 07 Aug 2011 11:23:27 -0400] rev 5509
Don't reset attack when Unplaced.
Xeli [Tue, 09 Aug 2011 20:54:56 +0200] rev 5508
Fixed IPC provide gameconfig
nemo [Sun, 07 Aug 2011 11:18:49 -0400] rev 5507
This should make bee/airstrikes play nicer with infinite attack mode
Xeli [Tue, 09 Aug 2011 20:53:37 +0200] rev 5506
Added color and team hog count
koda [Sat, 06 Aug 2011 07:09:30 +0200] rev 5505
Ditch the renderer system in sdl1.3 and use the 'old fashioned' sdl/opengl context. This gives us more flexibility and less problem in receiving video events (expecially on mobile platform) as well as not having to care to reset the gl context every time sdl interferes.
This is a major sdl1.3 update so it should be tested with care (working great on ios)
Xeli [Tue, 09 Aug 2011 20:52:26 +0200] rev 5504
AI thread is now an SDL_Thread rather than pthread
koda [Fri, 05 Aug 2011 01:22:51 +0200] rev 5503
use -Os --ffast-math on ios everywhere, plus other sdk3.2 compatibility changes
Xeli [Tue, 09 Aug 2011 20:51:20 +0200] rev 5502
changed iphone specific ifdefs to mobile
nemo [Fri, 05 Aug 2011 14:15:19 -0400] rev 5501
merge
Xeli [Mon, 08 Aug 2011 23:52:17 +0200] rev 5500
Removed the (default) qualifier
grammikj [Wed, 10 Aug 2011 16:07:34 +0100] rev 5499
Make sinegun sound a bit louder
nemo [Fri, 05 Aug 2011 14:13:06 -0400] rev 5498
move gstWait - should make detecting drowning easier for mikade
Xeli [Mon, 08 Aug 2011 23:25:21 +0200] rev 5497
added placeholder images for teamcount
grammikj [Wed, 10 Aug 2011 15:41:25 +0100] rev 5496
Fix sounds, add some more for hellish impact and sine gun
Xeli [Thu, 04 Aug 2011 17:44:55 +0200] rev 5495
merge
nemo [Thu, 04 Aug 2011 19:52:27 -0400] rev 5494
Fix crasher. thanks to dagni for the demo file that tracked it down.
grammickj [Fri, 05 Aug 2011 12:19:01 +0100] rev 5493
New sounds: mudball, mine bounce, hammer
koda [Tue, 02 Aug 2011 00:28:49 +0200] rev 5492
add a couple of nilcheck for safety
nemo [Mon, 01 Aug 2011 16:45:45 -0400] rev 5491
minor tweak since health tag was being retinted anyway. make it fade out. also disable unneeded tinted flag, save a handful of ops
nemo [Mon, 01 Aug 2011 15:37:27 -0400] rev 5490
Make vgtHealth use Tint
nemo [Mon, 01 Aug 2011 13:29:01 -0400] rev 5489
add getter for effects. untested.
unc0rr [Mon, 01 Aug 2011 10:08:02 +0400] rev 5488
Merge
koda [Mon, 01 Aug 2011 01:54:18 +0200] rev 5487
i had to forget something about the ios project file, by contract
koda [Mon, 01 Aug 2011 00:48:38 +0200] rev 5486
ios: this should prevent at least one of the crashes zorg spotted; also added some callbacks in SDLh; also polished project file (from -O2 to -Os)
nemo [Sun, 31 Jul 2011 12:07:44 -0400] rev 5485
Reset to default zoom. Unbreaks waves
koda [Sun, 31 Jul 2011 17:09:04 +0200] rev 5484
i forgot to update schemes after adding tag mode; also updated/fixed a couple of them
koda [Sun, 31 Jul 2011 16:03:24 +0200] rev 5483
ios: caught some leaks, merged two methods inside a fuction, postponed the rating popup
nemo [Sat, 30 Jul 2011 17:23:47 -0400] rev 5482
add nil check
nemo [Sat, 30 Jul 2011 15:36:11 -0400] rev 5481
sucky temp graphic for land gun, also. an experiment - do these lines make it easier to tell when a weapon is disabled without being too ugly?
nemo [Sat, 30 Jul 2011 14:52:25 -0400] rev 5480
kill off some speckles, crank up land gun output
Xeli [Thu, 04 Aug 2011 17:41:07 +0200] rev 5479
removed TODO no use for it now
nemo [Wed, 27 Jul 2011 20:58:06 -0400] rev 5478
bluer colour, more pulsing
Xeli [Thu, 04 Aug 2011 17:40:29 +0200] rev 5477
manifest changes, all activities are fullscreen and some activities have been added to the manifest
nemo [Wed, 27 Jul 2011 09:20:55 -0400] rev 5476
this helps a bit
Xeli [Thu, 04 Aug 2011 17:37:40 +0200] rev 5475
The start of the IPC transers to the engine
nemo [Wed, 27 Jul 2011 09:06:51 -0400] rev 5474
skip splashes for flakes
Xeli [Thu, 04 Aug 2011 17:36:13 +0200] rev 5473
Utility functions which are context wide, mostly SD methods right now
nemo [Wed, 27 Jul 2011 08:55:30 -0400] rev 5472
trying another texture
Xeli [Thu, 04 Aug 2011 17:35:42 +0200] rev 5471
Main activity for starting a local game
nemo [Wed, 27 Jul 2011 08:52:29 -0400] rev 5470
unnecessary test removed, also merge
Xeli [Thu, 04 Aug 2011 17:34:57 +0200] rev 5469
send the gameconfig
koda [Wed, 27 Jul 2011 11:30:54 +0200] rev 5468
annoying translators like it was no thing
Xeli [Thu, 04 Aug 2011 17:34:21 +0200] rev 5467
Main activities for starting up the game, changing gameconfig, selecting and creating teams with their respective layouts and values
koda [Wed, 27 Jul 2011 10:39:04 +0200] rev 5466
increasing commit number with style
Xeli [Thu, 04 Aug 2011 17:28:11 +0200] rev 5465
moved these files to a subdir
koda [Wed, 27 Jul 2011 10:38:41 +0200] rev 5464
one more stray tag to be removed
Xeli [Thu, 04 Aug 2011 17:27:05 +0200] rev 5463
datastructures for the different aspects of a gameconfiguration
koda [Wed, 27 Jul 2011 10:37:05 +0200] rev 5462
trying to clean up the .hgtags mess
nemo [Wed, 27 Jul 2011 08:51:16 -0400] rev 5461
Deletion was a bad idea.
Xeli [Thu, 04 Aug 2011 17:22:37 +0200] rev 5460
AddFileLog tweak, added [Con] to each line
nemo [Tue, 26 Jul 2011 23:46:41 -0400] rev 5459
example of an SD art. mine from openclipart
Xeli [Thu, 04 Aug 2011 17:21:13 +0200] rev 5458
added GenLandPreview declaration
mikade [Tue, 26 Jul 2011 01:02:02 +0200] rev 5457
Don't activate switch if player only has 1 hog
Demo's mine is set explicity at 5s and not at scheme settings.
Xeli [Thu, 04 Aug 2011 17:20:14 +0200] rev 5456
jni constants used by hwLibrary
koda [Mon, 25 Jul 2011 01:52:04 +0200] rev 5455
add support for 'gameplay modes' on ios, renamed into 'style'; also colored in grey some segmented controls and moved some ui objects
Xeli [Thu, 04 Aug 2011 17:19:27 +0200] rev 5454
images for the frontend
koda [Mon, 25 Jul 2011 01:18:51 +0200] rev 5453
add the ios friendly scripts
Xeli [Thu, 04 Aug 2011 17:17:21 +0200] rev 5452
Created callbacks to give the frontend information of maxteams/hogs
koda [Sun, 24 Jul 2011 19:14:56 +0200] rev 5451
rip out the sync weapons/schemes switch and place it into settings; also perform some runtime check on what can be enabled
Xeli [Mon, 18 Jul 2011 14:41:08 +0200] rev 5450
Added lua files to hgignore two files have been manually 'hg added'
nemo [Sun, 24 Jul 2011 16:58:40 -0400] rev 5449
raise AI to hard
Xeli [Mon, 18 Jul 2011 14:40:19 +0200] rev 5448
CMake now moves the proper lua files to the project
nemo [Sun, 24 Jul 2011 16:26:39 -0400] rev 5447
oops
Xeli [Sat, 16 Jul 2011 17:04:30 +0200] rev 5446
Lua source modification revert aded
nemo [Sun, 24 Jul 2011 15:00:25 -0400] rev 5445
darken the green just a touch to stand out a bit more from mint
Xeli [Sat, 16 Jul 2011 17:00:47 +0200] rev 5444
Added support for LUA
nemo [Sun, 24 Jul 2011 14:42:28 -0400] rev 5443
set of 9 colours proposed by bugq - attempting to avoid colours that are hard to distinguish
Xeli [Thu, 14 Jul 2011 16:03:29 +0200] rev 5442
Greatly simplifies the buildenvironment plus makes cmake a bit more vocal
nemo [Sun, 24 Jul 2011 00:25:35 -0400] rev 5441
Add grayscale option for 3d, helps with colour clashing
Xeli [Thu, 14 Jul 2011 16:01:33 +0200] rev 5440
Removed double org.hedgewars.mobile.Download*.java introduced in 5408:ab055114c788
nemo [Sat, 23 Jul 2011 16:07:43 -0400] rev 5439
test on i should be first condition
unc0rr [Wed, 27 Jul 2011 11:41:43 +0400] rev 5438
Merge
Xeli [Thu, 14 Jul 2011 15:59:29 +0200] rev 5437
Removed double icons introduced in 5411:9b82f4f9fba6
unc0rr [Sat, 23 Jul 2011 09:31:57 +0400] rev 5436
merge
Xeli [Thu, 14 Jul 2011 15:58:08 +0200] rev 5435
added startlocalgame activity
sheepluva [Thu, 21 Jul 2011 16:30:42 +0200] rev 5434
fix wrong location of "Type"-label in map-selection
Xeli [Thu, 14 Jul 2011 15:55:28 +0200] rev 5433
Main class files for the start-local-game screen
sheepluva [Wed, 20 Jul 2011 20:44:25 +0200] rev 5432
some changelog stuff
Xeli [Thu, 14 Jul 2011 15:54:12 +0200] rev 5431
this file points to the resources files containing weapons and schemes
mikade [Wed, 20 Jul 2011 18:05:43 +0200] rev 5430
Restored Golf theme. May require additional work.
unc0rr [Wed, 27 Jul 2011 11:39:08 +0400] rev 5429
Colon sign isn't compatible with windows
Xeli [Thu, 14 Jul 2011 15:52:10 +0200] rev 5428
Fixed a small bug for when detecting Themes
mikade [Wed, 20 Jul 2011 17:46:19 +0200] rev 5427
New mission. Hopefully easier than most of my other missions. :D
Features: Deadly AI accuracy, and "Energetic Engineer" achievement.
unc0rr [Sat, 23 Jul 2011 09:30:51 +0400] rev 5426
Implement command for banning by ip and a command for bans list
unc0rr [Wed, 27 Jul 2011 11:38:00 +0400] rev 5425
Remove unneeded variable
Xeli [Thu, 14 Jul 2011 15:48:27 +0200] rev 5424
Layouts for the start local game
sheepluva [Wed, 20 Jul 2011 00:09:13 +0200] rev 5423
escape ampersand ('&') in team select buttons.
unc0rr [Tue, 26 Jul 2011 17:28:55 +0400] rev 5422
Make AI much more wise (fix a bug preventing AI to explore caves)
Xeli [Thu, 14 Jul 2011 15:46:43 +0200] rev 5421
added xml files which represent the default entries of Schemes and weapons
svetlisa [Tue, 19 Jul 2011 12:02:24 +0200] rev 5420
bg locale update
unc0rr [Tue, 26 Jul 2011 17:27:14 +0400] rev 5419
Comment out unsynced logging
Xeli [Thu, 14 Jul 2011 15:45:43 +0200] rev 5418
added various icons and graphics for the frontend
nemo [Sat, 16 Jul 2011 13:45:40 -0400] rev 5417
try to tweak flamethrower a bit to do more damage with fire changes. An optimal firepit test dealt 68.
Xeli [Thu, 14 Jul 2011 15:42:54 +0200] rev 5416
Added a small example of the frontend still being worked but commited so the downloader now works
nemo [Sat, 16 Jul 2011 13:01:11 -0400] rev 5415
Adjust "sticky" fire (molotov) so it makes better fire pits, by making the kicks more regular, yet of random left/right. Tweak napalm slightly along same lines. Probably needs more balancing.
Xeli [Thu, 14 Jul 2011 15:42:01 +0200] rev 5414
Added a utility class needed by the Downloaders
unc0rr [Tue, 12 Jul 2011 21:12:07 +0400] rev 5413
Somehow this line got lost somewhere
Xeli [Thu, 14 Jul 2011 15:41:26 +0200] rev 5412
Moved download classes to their own dir and fixed the way the dest dir is being 'build'
nemo [Mon, 11 Jul 2011 16:03:46 -0400] rev 5411
merge
Xeli [Wed, 06 Jul 2011 14:38:06 +0200] rev 5410
small fix to have LUA_DISABLED working again
nemo [Mon, 11 Jul 2011 14:08:15 -0400] rev 5409
typo
Xeli [Tue, 05 Jul 2011 23:30:35 +0200] rev 5408
removed some left over artifact of DataPackage in CMakeLists.txt
koda [Mon, 11 Jul 2011 13:04:18 +0200] rev 5407
typo and spaces
Xeli [Tue, 05 Jul 2011 23:29:32 +0200] rev 5406
fixed Data path
koda [Sun, 10 Jul 2011 02:18:46 +0200] rev 5405
better variable grouping...
jose1711 [Sat, 09 Jul 2011 21:30:36 +0200] rev 5404
Updated Slovak translation
Xeli [Tue, 05 Jul 2011 23:29:08 +0200] rev 5403
fixed app name
nemo [Fri, 08 Jul 2011 12:18:27 -0400] rev 5402
Add fudge factors for the collision check on portal exit
Xeli [Tue, 05 Jul 2011 23:26:32 +0200] rev 5401
Added build scripts to the hgignore files, these are generated by cmake
nemo [Thu, 07 Jul 2011 08:09:12 -0400] rev 5400
merge french translation
Xeli [Tue, 05 Jul 2011 18:33:42 +0200] rev 5399
merge
karibikCZ [Thu, 07 Jul 2011 07:55:23 -0400] rev 5398
Updated Czech translation
Xeli [Tue, 05 Jul 2011 18:27:18 +0200] rev 5397
Added download functionality and changed some icons
unc0rr [Thu, 07 Jul 2011 12:34:07 +0400] rev 5396
This seems to be a much better place
Xeli [Tue, 05 Jul 2011 18:23:54 +0200] rev 5395
Removed DataPackage and added eclipse specific meta files to ignore
unc0rr [Tue, 05 Jul 2011 21:41:48 +0400] rev 5394
This should improve performance on singlecore computers
Xeli [Tue, 05 Jul 2011 18:22:07 +0200] rev 5393
removed the extra DataPackage apk, the main app will download it itself
koda [Mon, 04 Jul 2011 15:35:44 +0200] rev 5392
little code cleanup (but please test)
Xeli [Tue, 05 Jul 2011 18:21:19 +0200] rev 5391
Removed the "move" of the resources, it isn't needed for the android build anymore and if they get moved in the default repo it probably should go somewhere in /share
koda [Mon, 04 Jul 2011 12:28:58 +0200] rev 5390
(fix
issue #126) moved initial nickname popup to the netconnection page
Xeli [Fri, 01 Jul 2011 21:30:33 +0200] rev 5389
Changed package name from org.hedgewars to org.hedgewars.mobile
unc0rr [Mon, 04 Jul 2011 10:26:16 +0400] rev 5388
Remove logging (was added for debugging, could lead to a crash due to lack of synchronization)
Xeli [Fri, 01 Jul 2011 09:02:30 +0200] rev 5387
updated path to Data folder to match where DataPacakage put it *temporarily*
nemo [Sun, 03 Jul 2011 20:14:03 -0400] rev 5386
oops
Xeli [Fri, 01 Jul 2011 08:46:47 +0200] rev 5385
merge
nemo [Sun, 03 Jul 2011 20:01:13 -0400] rev 5384
separate landpixels/land despeckling results to avoid desyncing on blurry land due to extra despeckling passes. right now, this does mean landpixels edge-of-block recheck is not done
Xeli [Wed, 29 Jun 2011 18:09:24 +0200] rev 5383
Added *.properties in Android project dirs to hgignore
Added a new project which will move resources from it's own apk to the sdcard
mikade [Sun, 03 Jul 2011 22:47:57 +0200] rev 5382
Altered switch behavior on 'The Specialists'.
Xeli [Wed, 29 Jun 2011 18:05:04 +0200] rev 5381
Removed protocol check, using CMake now to setup the building scripts using Templates/* removed old scripts
nemo [Sun, 03 Jul 2011 14:36:42 -0400] rev 5380
Based on some user complaints on forum, try to reduce impact of teams on small displays.
Xeli [Tue, 28 Jun 2011 18:33:51 +0200] rev 5379
Moved the Audio directory from the iOS folder one level up. Android-build will now refer to it SDL-android-project/build.xml must be changed if the directory is moved
nemo [Sun, 03 Jul 2011 12:53:39 -0400] rev 5378
adjust test slightly
Xeli [Tue, 28 Jun 2011 18:30:10 +0200] rev 5377
Added hedgewars icons
koda [Sun, 03 Jul 2011 18:22:07 +0200] rev 5376
copy pasta fail
Xeli [Tue, 28 Jun 2011 17:57:54 +0200] rev 5375
merge
nemo [Sun, 03 Jul 2011 11:38:25 -0400] rev 5374
Add a little y kick if there is nothing under an active barrel.
Xeli [Tue, 28 Jun 2011 17:56:25 +0200] rev 5373
added DataPackage temporarily
nemo [Sun, 03 Jul 2011 11:24:53 -0400] rev 5372
Change bee pos sprite, make aiming napalm a little easier, adjust napalm flames to be more centred on the target
Xeli [Tue, 28 Jun 2011 17:55:15 +0200] rev 5371
Preloaded libhwengine.so and added an argument to nativeInit()
koda [Sun, 03 Jul 2011 02:33:17 +0200] rev 5370
ios: disble logging, stop music correctly in preferences, move script command before seed, try using reatin instead of if
Xeli [Tue, 28 Jun 2011 17:54:27 +0200] rev 5369
Removed absolute path to libhwengine.so, the library must be preloaded from Java now. Which automagically knows where libhwengine.so is!
sheepluva [Sun, 03 Jul 2011 01:10:39 +0200] rev 5368
fix build. seems like a indentation-related merge-oopsy dragged deleted code back in.
Xeli [Tue, 28 Jun 2011 17:51:58 +0200] rev 5367
The android build doesn't use cmake thus this file is needed. It doesn't have correct values yet..
unc0rr [Fri, 01 Jul 2011 10:38:00 +0400] rev 5366
Merge
Xeli [Tue, 28 Jun 2011 17:51:07 +0200] rev 5365
Added an argument to Game(PChar) which provides a path to the data folder. This allows the user/java side to change from internal sdcard to sdcard
nemo [Thu, 30 Jun 2011 18:20:41 -0400] rev 5364
Sweep all pixels at 0 or 1 neighbours, whether damaged or not. Intended to handled output of Smooth, might be nice to cut down on the counting somehow though.
Xeli [Fri, 24 Jun 2011 13:37:43 +0200] rev 5363
Using the correct resolution rahter than a hardcoded one
mikade [Thu, 30 Jun 2011 05:26:36 +0200] rev 5362
Enable autoswitch on turn start for The Specialists Mode.
Remove switch from Engineer wepset to prevent nemo getting combo'd again :)
Xeli [Fri, 24 Jun 2011 13:24:51 +0200] rev 5361
Added a script to build and install the application, users must define a path to the ndk
unc0rr [Wed, 29 Jun 2011 22:24:38 +0400] rev 5360
merge
Xeli [Fri, 24 Jun 2011 13:22:17 +0200] rev 5359
put back GLUnit in the uses clause, indentation fix, path fix
nemo [Wed, 29 Jun 2011 00:05:26 -0400] rev 5358
call onusedammo earlier for switcher
unc0rr [Thu, 30 Jun 2011 15:09:10 +0400] rev 5357
Tiny optimization: convert smooth wind indicator change gear into visual gear
Xeli [Fri, 24 Jun 2011 13:21:02 +0200] rev 5356
disabled engine Protocol check until i fix config.in
nemo [Tue, 28 Jun 2011 23:32:42 -0400] rev 5355
match snow to visual gear
unc0rr [Thu, 30 Jun 2011 14:28:13 +0400] rev 5354
Fix formatting a bit
Xeli [Fri, 24 Jun 2011 13:19:32 +0200] rev 5353
Fixed a fault strcpy
nemo [Tue, 28 Jun 2011 21:48:28 -0400] rev 5352
Fix random weapons with per-hog ammo, fix ammo store loadout number in scripting for per-clan and per-hog ammo, add an advanced script hook into parsecommand to override values, add check for empty map in chSetMap, load script earlier in game params from frontend
unc0rr [Thu, 30 Jun 2011 14:26:01 +0400] rev 5351
Convert huge switch into an array
Xeli [Fri, 24 Jun 2011 13:14:03 +0200] rev 5350
Fixed a fault strcpy
nemo [Tue, 28 Jun 2011 19:16:42 -0400] rev 5349
sweep up some AA pixels
unc0rr [Thu, 30 Jun 2011 13:59:57 +0400] rev 5348
Don't draw snow flakes spawned in land, introduce gstInvisible flag
Xeli [Fri, 24 Jun 2011 13:13:31 +0200] rev 5347
Added test parameter which end up at hwengine::Game(PChar)
Henek [Tue, 28 Jun 2011 21:31:02 +0200] rev 5346
first draft of a html based theme editor
unc0rr [Wed, 29 Jun 2011 17:32:05 +0400] rev 5345
Simplify code using 'with', convert some tabs to spaces
Xeli [Fri, 24 Jun 2011 13:12:52 +0200] rev 5344
Removed WriteToConsole debugging lines
Henek [Tue, 28 Jun 2011 21:28:13 +0200] rev 5343
fake crates now with complementary poison
unc0rr [Wed, 29 Jun 2011 17:25:41 +0400] rev 5342
Check xx for LAND_WIDTH_MASK
Xeli [Fri, 24 Jun 2011 09:54:39 +0200] rev 5341
merge
unc0rr [Tue, 28 Jun 2011 17:12:09 +0400] rev 5340
- Allow snow to drop a bit outside the map, where it already is allowed to spawn
- Tiny optimization
Xeli [Fri, 24 Jun 2011 09:36:59 +0200] rev 5339
Fixed the incomplete merge of rev: 22c1f4833a86
unc0rr [Tue, 28 Jun 2011 16:12:39 +0400] rev 5338
Fix CMake warning (a header listed twice)
Xeli [Thu, 23 Jun 2011 21:57:53 +0200] rev 5337
Package name changes
nemo [Mon, 27 Jun 2011 13:39:46 -0400] rev 5336
Store gear X/Y/dX/dY for use in splash/droplets. Also saves a few hwRound calls.
Xeli [Thu, 23 Jun 2011 21:57:31 +0200] rev 5335
more packing name changes
mikade [Mon, 27 Jun 2011 02:41:45 +0200] rev 5334
Fix some quirky syntax.
Xeli [Thu, 23 Jun 2011 21:33:04 +0200] rev 5333
Package name changed from org.libsdl.app to org.hedgewars
nemo [Sun, 26 Jun 2011 20:29:08 -0400] rev 5332
Use an ifdef instead, add despeckling of tunnels
Xeli [Thu, 23 Jun 2011 21:09:33 +0200] rev 5331
Changed the package path from org.libsdl.app to org.hedgewars
nemo [Sun, 26 Jun 2011 20:19:11 -0400] rev 5330
disable .reserve - not 4.6 compatible
Xeli [Thu, 23 Jun 2011 16:52:23 +0200] rev 5329
Reverted back to tip and changed the correct IFDEF IPHONEOS to MOBILE without breaking other iphoneos
nemo [Sun, 26 Jun 2011 19:44:41 -0400] rev 5328
Forgot to remove this script name
orange.hg@gmail.com [Tue, 28 Jun 2011 20:42:04 +0000] rev 5327
Second passage (second time I correct),
-nouvelles phrases de jeu (new sentences)
-correction de fautes (correction of mistakes)
-reformulations pour plus de compréhension et de cohérence (reformulation for more understanding)
Xeli [Thu, 23 Jun 2011 16:29:46 +0200] rev 5326
Changed UI elements
nemo [Sun, 26 Jun 2011 19:42:44 -0400] rev 5325
Lua update. New phrases. Try to remove some duplicates by avoiding use of space and : in short common phrases. Removed localisation of some script names, since we can't localise that in frontend yet anyway, without screwing up multiplayer.
orange.hg@gmail.com [Sun, 26 Jun 2011 17:43:41 +0000] rev 5324
quelques ajouts supplémentaires dans ce qui n'était pas encore traduit
Xeli [Thu, 23 Jun 2011 16:26:03 +0200] rev 5323
Enabled fullscreen and locked it to landscap
nemo [Sun, 26 Jun 2011 16:34:31 -0400] rev 5322
add missing nil check, increase despeckling of background too
orange.hg@gmail.com [Sun, 26 Jun 2011 17:18:19 +0000] rev 5321
Après le premier jet d'hier, correction de quelques fautes, traductions plus appropriées, ...
Xeli [Thu, 23 Jun 2011 15:51:21 +0200] rev 5320
Added various directories where compilers output to
nemo [Sun, 26 Jun 2011 15:23:45 -0400] rev 5319
bounce. tweak of values, remove friction modifier, move to weapon, to match timer behaviour
orange.hg@gmail.com [Sat, 25 Jun 2011 18:05:08 +0000] rev 5318
Pour chaque <translation type="unfinished"> j'ai complété avec la traduction française.
Je n'ai pas su quoi faire avec <translation type="obsolete"> => reformuler autrement ce qu'il y a déjà marqué ??
Certaines choses ne sont pas encore traduites car il manque le contexte général du mot pour le traduire correctement.
Xeli [Thu, 23 Jun 2011 14:30:04 +0200] rev 5317
Added sdl_net from the unofficial android port: http://www.anddev.org/sdl_port_for_android_sdk-ndk_16-t9218.html
nemo [Sun, 26 Jun 2011 13:38:47 -0400] rev 5316
Allow control of grenade bounce. Not sure if this is a good idea, but has been requested a lot, so...
orange.hg@gmail.com [Sat, 25 Jun 2011 16:29:05 +0000] rev 5315
Changements :
-ajout de messages répondant à certaine actions des hedgehogs (passer son tour, toucher un ami, etc.) et à l'arrivée des boites (santé, armes et outils)
-reformulation de certaines phrases concernant la description des armes et les modes de jeu (càd : ajout/retrai d'un mot, changement des temps de certains verbes, etc.)
Xeli [Thu, 23 Jun 2011 14:12:11 +0200] rev 5314
Have make move the actual libhwengine.so to the SDL-android-project folder, rather than having the ndk-build reference to it. This removes the circular dependency
Henek [Sun, 26 Jun 2011 02:47:36 +0200] rev 5313
now scripts can create unique crates: dummy (empty) crates and booby traps. scripts can also set health crate values
orange.hg@gmail.com [Sat, 25 Jun 2011 15:10:08 +0000] rev 5312
de nombreux petits changements :
-quelques fautes d'accent
-remplacement de mots que je trouvais mieux appropriés
-reformulation de phrases dont la traduction était trop littéraire.
Xeli [Thu, 23 Jun 2011 13:57:16 +0200] rev 5311
Added mkdir out
unc0rr [Sat, 25 Jun 2011 17:22:35 +0400] rev 5310
merge
Xeli [Thu, 23 Jun 2011 13:52:19 +0200] rev 5309
Updated the path of hwLibrary.pas
Henek [Sat, 25 Jun 2011 15:11:11 +0200] rev 5308
fixing some different issues with edit team page and the new dual data setup
unc0rr [Sat, 25 Jun 2011 17:22:13 +0400] rev 5307
Fix broken theme icon loading from user dir
Xeli [Thu, 23 Jun 2011 13:35:51 +0200] rev 5306
Added logging for Android
unc0rr [Sat, 25 Jun 2011 16:40:29 +0400] rev 5305
merge
Xeli [Wed, 22 Jun 2011 23:59:01 +0200] rev 5304
Added SDL-android-project, this is the Android/Java part of the application
Henek [Sat, 25 Jun 2011 14:20:21 +0200] rev 5303
this should fix captions on iOS (and android), though I can't check
unc0rr [Sat, 25 Jun 2011 16:39:54 +0400] rev 5302
Fix camera jerking on zoom in
Xeli [Wed, 22 Jun 2011 23:56:08 +0200] rev 5301
Moved Android-build to project_files/Android-build
nemo [Fri, 24 Jun 2011 14:40:44 -0400] rev 5300
unbreak localisation
Xeli [Wed, 22 Jun 2011 23:55:32 +0200] rev 5299
Removed the extra WriteToConsole()
sheepluva [Fri, 24 Jun 2011 13:24:41 +0200] rev 5298
Remove unused variable
Xeli [Wed, 22 Jun 2011 23:44:06 +0200] rev 5297
Cleaned up the makefil
nemo [Thu, 23 Jun 2011 15:08:19 -0400] rev 5296
At mikade's request and w/ unc0rr's blessing, dramatically slash inactivity delay from 1.25s down to a tenth of a second.
Xeli [Wed, 22 Jun 2011 13:27:02 +0200] rev 5295
Script called from Make.android to push the library to the device
unc0rr [Thu, 23 Jun 2011 21:19:43 +0400] rev 5294
merge
Xeli [Wed, 22 Jun 2011 13:25:53 +0200] rev 5293
Make file to build the hwengine as Library for Android, it also uses PushToDevice to update the library on the device without the need of reinstalling the apk
unc0rr [Thu, 23 Jun 2011 21:14:41 +0400] rev 5292
merge
Xeli [Wed, 22 Jun 2011 13:24:30 +0200] rev 5291
Custom OpenGL 1.1 header, converted from GLES/gl.h + GLES/glplatform.h with some entries of KHR/khrplatform.h. Android API level 4
nemo [Wed, 22 Jun 2011 18:55:58 -0400] rev 5290
This can afford to be a bit larger. Does not impact performance.
unc0rr [Thu, 23 Jun 2011 21:12:27 +0400] rev 5289
- Implement ThemesModel (load theme icons once, store in memory, don't reload from disk every time selection changes)
- .pro file is usable again
Xeli [Wed, 22 Jun 2011 12:54:30 +0200] rev 5288
Changed back DARWINN typo, removed 3 commented functions
Henek [Wed, 22 Jun 2011 01:04:38 +0200] rev 5287
fixed gfInfAttack preventing ending of turn while placing hedgehogs
Xeli [Wed, 22 Jun 2011 00:38:31 +0200] rev 5286
First commit..
nemo [Tue, 21 Jun 2011 18:28:34 -0400] rev 5285
Make sky, horizon, flakes and clouds optional, replace repeated strips of skyL/skyR with 2x2 transparent PNGs instead of larger images of variable dimensions, remove a number of empty unused images
nemo [Tue, 21 Jun 2011 17:28:53 -0400] rev 5284
Remove default transparent chunks. Chunk will only be added if theme defined.
koda [Tue, 21 Jun 2011 23:24:50 +0200] rev 5283
oops
koda [Tue, 21 Jun 2011 23:23:21 +0200] rev 5282
whitelist Island theme on ios (with Tiy approval)
koda [Tue, 21 Jun 2011 22:57:46 +0200] rev 5281
update theme listing for ios
koda [Tue, 21 Jun 2011 22:57:10 +0200] rev 5280
remove/rename icons for dummy themes
Henek [Tue, 21 Jun 2011 22:47:12 +0200] rev 5279
remove theme.cfg from CMakeLists too
mikade [Tue, 21 Jun 2011 20:51:51 +0200] rev 5278
New User Mission: That Sinking Feeling
mikade [Tue, 21 Jun 2011 20:49:47 +0200] rev 5277
PianoStrike exploit fix for Capture The Flag.
New Gameplay Mode: The Specialists
unc0rr [Tue, 21 Jun 2011 22:43:55 +0400] rev 5276
Derive themes list from list of dirs in Themes folder which have icon.png inside
koda [Tue, 21 Jun 2011 16:55:34 +0200] rev 5275
restore logging on mac
nemo [Mon, 20 Jun 2011 20:46:27 -0400] rev 5274
Avoid desyncing on blurry land
nemo [Mon, 20 Jun 2011 19:00:19 -0400] rev 5273
oops
nemo [Mon, 20 Jun 2011 18:58:26 -0400] rev 5272
Allow scripting to set arbitrary weapon counts
nemo [Mon, 20 Jun 2011 15:21:27 -0400] rev 5271
ack. forgot to add my stub files
mikade [Mon, 20 Jun 2011 20:43:11 +0200] rev 5270
merge
unc0rr [Mon, 20 Jun 2011 21:40:08 +0400] rev 5269
Implement testing for illegal characters
nemo [Mon, 20 Jun 2011 12:57:44 -0400] rev 5268
Small stub web view that I'm hoping to use in conjunction with ~/.hedgewars/Data - I'd like to link to a page on hedgewars.org, intercept linkClicked, fetch zip files, then unpack the structure under Data. Just checking this in so it doesn't clutter up project. Also tidied up the .pro a bit, even though we aren't really using it for much anymore. Should in theory be able to do a build now.
nemo [Mon, 20 Jun 2011 09:32:31 -0400] rev 5267
move smoothing into separate function, adjust call order
nemo [Mon, 20 Jun 2011 09:15:24 -0400] rev 5266
25%, not 50%
koda [Mon, 20 Jun 2011 10:36:20 +0200] rev 5265
merge Zorg's changes
nemo [Mon, 20 Jun 2011 02:03:15 -0400] rev 5264
More AA - try smoothing explosions a bit
sheepluva [Mon, 20 Jun 2011 01:28:21 +0200] rev 5263
display player count below and with label, just because it's funny to mess with unC0Rr's code and make him cry :P
Zorg <zorgiepoo@gmail.com> [Sun, 19 Jun 2011 21:03:16 -0400] rev 5262
Oops, don't need this.
nemo [Mon, 20 Jun 2011 02:03:15 -0400] rev 5261
More AA - try smoothing explosions a bit
Zorg <zorgiepoo@gmail.com> [Sun, 19 Jun 2011 20:55:34 -0400] rev 5260
When the password field is filled with null characters and when the user tries to edit the field, clear it.
sheepluva [Mon, 20 Jun 2011 01:28:21 +0200] rev 5259
display player count below and with label, just because it's funny to mess with unC0Rr's code and make him cry :P
tsleon [Sun, 19 Jun 2011 18:45:10 +0200] rev 5258
updated russian translation
koda [Sun, 19 Jun 2011 12:34:54 +0200] rev 5257
passing by reference... my darkest enemy
actual reason below:
In your case (without reference) the compiler generates a temporary object (int) for the first argument of your MyApplication constructor. You pass this temporary int to QApplication’s constructor (with int reference), which saves the address of this reference. Once your MyApplication constructor is done the temporary int is destroyed but QApplication still has its address.
koda [Sun, 19 Jun 2011 00:49:13 +0200] rev 5256
fix water bubbles like sheepluva wanted (also code formatting)
koda [Sat, 18 Jun 2011 17:26:13 +0200] rev 5255
under osx don't load a file in case a game is already running (also a little of code formatting)
krdrt5367 [Sat, 18 Jun 2011 16:56:45 +0200] rev 5254
updated polish translation
koda [Sat, 18 Jun 2011 16:54:08 +0200] rev 5253
add the manual build server dir to .hgignore
koda [Sat, 18 Jun 2011 03:14:45 +0200] rev 5252
file association for mac!
associating file is done automatically when you move the app in your system but there is also a button to set it manually
i had to disable argument parsing and to subclass qapplication to make this work
please test
koda [Wed, 15 Jun 2011 23:59:44 +0200] rev 5251
expose the available translations in the plist file
koda [Wed, 15 Jun 2011 23:11:06 +0200] rev 5250
forgot to update this variable name
nemo [Fri, 17 Jun 2011 20:53:36 -0400] rev 5249
revert back to 512x512
mikade [Fri, 17 Jun 2011 18:03:12 +0200] rev 5248
okay...
unc0rr [Tue, 21 Jun 2011 16:43:05 +0400] rev 5247
Ability to turn camera following gears off
nemo [Fri, 17 Jun 2011 11:58:27 -0400] rev 5246
merge of tsleon's updated russian. I assume unc0rr will vet the phrasing
mikade [Thu, 16 Jun 2011 23:45:17 +0200] rev 5245
Fully playable version of Space Invasion (fingers crossed). No bugs known.
unc0rr [Tue, 21 Jun 2011 16:42:04 +0400] rev 5244
Don't stick to enemies when there are more than 2 clans
nemo [Tue, 14 Jun 2011 16:50:41 -0400] rev 5243
check alternate script loading path
nemo [Tue, 14 Jun 2011 16:44:51 -0400] rev 5242
corrected user ptData path
nemo [Tue, 14 Jun 2011 14:00:29 -0400] rev 5241
add missing user path check
nemo [Tue, 14 Jun 2011 11:29:15 -0400] rev 5240
Oops. Forgot an assignment.
nemo [Sun, 12 Jun 2011 22:34:38 -0400] rev 5239
Bit more reusability
nemo [Sun, 12 Jun 2011 21:06:48 -0400] rev 5238
Enable ~/.hedgewars/Data (or platform equivalent) to override/extend pretty much everything in system Data dir. Obviously desyncing can occur, so this is at user's own risk. Should simplify map etc install. Needs testing.
nemo [Sun, 12 Jun 2011 14:45:26 -0400] rev 5237
If 2 or more resolutions are available, use the 2nd in the list. This should (usually) be smaller than the desktop resolution, which should reduce noob fail (not realising part of interface is obscured)
nemo [Sun, 12 Jun 2011 10:33:55 -0400] rev 5236
Make flakes respond to wind a bit more strongly
nemo [Sun, 12 Jun 2011 10:16:38 -0400] rev 5235
Skip droplets if plain splash is enabled, add a sanity check just in case.
ts.leon@mail.ru [Fri, 10 Jun 2011 17:28:53 +0000] rev 5234
Update for ver. 0.9.15
nemo [Sat, 11 Jun 2011 17:27:26 -0400] rev 5233
Should reduce rope skip fail and unrealistic rope drownings
nemo [Thu, 09 Jun 2011 00:22:57 -0400] rev 5232
fix splash
nemo [Thu, 09 Jun 2011 00:00:33 -0400] rev 5231
tweak to avoid specks after damage
Zorg <zorgiepoo@gmail.com> [Wed, 08 Jun 2011 23:25:05 -0400] rev 5230
Set m_game_connected to false after emitting Disconnected(). This fixes a bug in a case such that when entering an invalid password, the game would bring you back to the main menu.
Zorg <zorgiepoo@gmail.com> [Wed, 08 Jun 2011 03:36:54 -0400] rev 5229
Attempt to fix
issue #125. The password pop-up doesn't appear every time when going into the official server anymore, now it only does it when the password is blank. If a user enters an invalid password, the password is set blank to avoid the user going back to the official server just to be rejected. When entering an invalid password, the unknown error dialog doesn't show up anymore, but the connection lost to server one still does. This fixes the bug where the user would be spammed with error messages. The user can also now change his password in the settings page.
nemo [Sat, 04 Jun 2011 16:09:12 -0400] rev 5228
Nerf RC a bit
nemo [Thu, 02 Jun 2011 18:39:35 -0400] rev 5227
oops.
nemo [Thu, 02 Jun 2011 18:36:35 -0400] rev 5226
Don't need to check for this case
nemo [Thu, 02 Jun 2011 18:08:50 -0400] rev 5225
Experiment in making the land less jagg-y
koda [Mon, 30 May 2011 01:14:25 +0200] rev 5224
muuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuusic for the ios frontend finally
koda [Sun, 29 May 2011 23:58:28 +0200] rev 5223
allow fpc to search through the user directory when linking frameworks
koda [Sun, 29 May 2011 23:21:59 +0200] rev 5222
unbreak compiling frontend under osx