Mon, 25 Jun 2012 11:16:24 +0300 |
belphegorr |
Copied the first two campaign missions and the helper script into share/hedgewars/Data/
|
changeset |
files
|
Sat, 09 Jun 2012 12:15:05 +0200 |
Xeli |
restore fpc 2.4.2 compatibility
|
changeset |
files
|
Mon, 25 Jun 2012 10:46:48 +0300 |
belphegorr |
The first campaign commit with a lot of changes...
|
changeset |
files
|
Fri, 08 Jun 2012 23:56:08 +0400 |
unc0rr |
New bright and shiny TestFirepunch which actually works
|
changeset |
files
|
Fri, 08 Jun 2012 19:25:40 +0200 |
Xeli |
fix shift key by disabling the key modifiers for now
|
changeset |
files
|
Fri, 08 Jun 2012 02:52:35 +0400 |
Stepan777 |
1. Add IFDEFs for video recording
|
changeset |
files
|
Fri, 08 Jun 2012 18:03:44 +0400 |
unc0rr |
- TestSniperRifle ftw (still needs some consts adjustments, because AI seems to love sniper rifle too much)
|
changeset |
files
|
Fri, 08 Jun 2012 02:41:14 +0400 |
Stepan777 |
merge
|
changeset |
files
|
Fri, 08 Jun 2012 14:30:46 +0400 |
unc0rr |
Check for gstHHDriven instead of damage check, so ballgun stops when turn ends in multiattack mode
|
changeset |
files
|
Thu, 07 Jun 2012 17:42:32 +0400 |
Stepan777 |
merge
|
changeset |
files
|
Thu, 07 Jun 2012 22:40:28 +0200 |
Xeli |
ignore keymodifers other than ctrl/alt/shift
|
changeset |
files
|
Thu, 07 Jun 2012 01:28:39 +0200 |
Xeli |
removed some writelns
|
changeset |
files
|
Thu, 07 Jun 2012 01:10:57 +0200 |
Xeli |
first attempt at implementing support for keys with modifiers
|
changeset |
files
|
Wed, 06 Jun 2012 17:56:39 -0400 |
nemo |
Make it AI survival almost definitely impossible by adding a 3rd pass to FindGear. 1st pass normal, 2nd pass allow close to objects, 3rd pass, allow overlapping objects.
|
changeset |
files
|
Wed, 06 Jun 2012 22:11:55 +0400 |
unc0rr |
Not needed here
|
changeset |
files
|
Tue, 05 Jun 2012 22:37:36 +0200 |
Wolfgang Steffens |
Removed leftover FFP code: We should now be GL2 GLSL1.30+ forward compatible.
|
changeset |
files
|
Tue, 05 Jun 2012 14:07:28 +0400 |
unc0rr |
- Allow camera movement while current hedgehog is falling
|
changeset |
files
|
Tue, 05 Jun 2012 22:17:06 +0200 |
Wolfgang Steffens |
Merge
|
changeset |
files
|
Tue, 05 Jun 2012 19:36:07 +0200 |
Xeli |
Android: first attempt at using the density call from java
|
changeset |
files
|
Tue, 05 Jun 2012 19:33:49 +0200 |
Xeli |
only reset those keys which actually change their bindings
|
changeset |
files
|
Mon, 04 Jun 2012 19:43:39 -0400 |
nemo |
tidy flags
|
changeset |
files
|
Mon, 11 Jun 2012 00:02:17 +0200 |
Medo |
Small improvements to the frontend lib for better debugging
|
changeset |
files
|
Mon, 04 Jun 2012 19:36:55 -0400 |
nemo |
Welp. We have a bit of a problem here. Reverting the move of nextturn. But this causes a desync in scripting unless we can find a better fix.
|
changeset |
files
|
Mon, 04 Jun 2012 21:32:30 +0400 |
Stepan777 |
here it is
|
changeset |
files
|
Sat, 09 Jun 2012 03:28:38 +0200 |
Medo |
Implemented game launching API for the frontlib.
|
changeset |
files
|
Mon, 04 Jun 2012 22:43:56 +0400 |
unc0rr |
Don't make unnecessary calls to TestWhip, TestFirePunch, TestBaseballBat and TestHammer functions as they have no need to take Targ parameter into account and thus may only be called once per position
|
changeset |
files
|
Fri, 08 Jun 2012 19:52:24 +0200 |
Medo |
Implemented public API for letting the engine render maps
|
changeset |
files
|
Mon, 04 Jun 2012 08:11:47 -0400 |
nemo |
Make watching AI v AI on ai survival a bit more entertaining
|
changeset |
files
|
Thu, 07 Jun 2012 02:45:18 +0200 |
Medo |
Added ini reading/writing for game schemes to the frontend lib
|
changeset |
files
|
Sun, 03 Jun 2012 23:04:21 -0400 |
nemo |
Workaround for bug #144. This workaround had occurred to me a while ago, but wasn't sure if placing them unfairly was better than not placing them at all. Argument for not placing at all is people should probably abort the game when they notice it. Argument for placing unfairly is people can still abort, and if we really wanted them to abort, we should probably just have halted launch if all hogs failed to spawn. This way at least play can continue.
|
changeset |
files
|
Mon, 04 Jun 2012 21:12:20 +0200 |
Medo |
Frontlib: Work on the callback mechanisms for IPC
|
changeset |
files
|
Sun, 03 Jun 2012 22:56:30 -0400 |
nemo |
After experimenting with a long running average at maxed out FPS and a variety of map sizes, 128 seems to actually be a good size to use if only drawing bits of world with stuff in it. 64 actually did even better in some situations, but significantly worse in others (lots of land, zoomed out).
|
changeset |
files
|
Sun, 03 Jun 2012 01:24:18 +0200 |
Medo |
frontlib refactoring
|
changeset |
files
|
Sun, 03 Jun 2012 18:52:22 -0400 |
nemo |
Only create textures for non-empty LandPixel chunks. This should save a fair amount of memory, especially on smaller maps, and eliminate a number of draws
|
changeset |
files
|
Sat, 02 Jun 2012 22:54:09 +0200 |
Medo |
Merge
|
changeset |
files
|
Sun, 03 Jun 2012 11:02:12 -0400 |
nemo |
warp sound when AI survival hog respawns. attempt at a bit of a crate spawn animation (moar sparkles and a quick fadein)
|
changeset |
files
|
Sat, 02 Jun 2012 22:31:41 +0200 |
Xeli |
Android: added a callback to java to determine dpi/dip how much we should scale the ui
|
changeset |
files
|
Sat, 02 Jun 2012 14:27:09 +0200 |
Medo |
Merge
|
changeset |
files
|
Sat, 02 Jun 2012 16:25:13 -0400 |
nemo |
add onGameTick20 to basic training, extend laser sight out way more (it was visible at top when completely zoomed out), move call of new turn to after AfterSwitchHedgehog to avoid lua issues in onNewTurn - if this causes problems, lua can do delayed actions in onGameTick
|
changeset |
files
|
Fri, 01 Jun 2012 12:42:44 +0400 |
unc0rr |
Some brainfucking code which greatly reduces number of TestCollision* calls in hedgehog walk routine. Especially helpful to AI optimization. Also fixes some edge cases.
|
changeset |
files
|
Fri, 01 Jun 2012 00:19:30 +0200 |
mikade |
merge
|
changeset |
files
|
Sat, 02 Jun 2012 14:26:52 +0200 |
Medo |
Demo recording for the frontend library
|
changeset |
files
|
Thu, 31 May 2012 12:52:31 -0400 |
nemo |
Name the flags for fall tracking and indicating whether the explosion erases terrain.
|
changeset |
files
|
Thu, 31 May 2012 18:54:40 +0200 |
Medo |
Moved frontlib into project_files
|
changeset |
files
|
Thu, 31 May 2012 20:07:40 +0400 |
unc0rr |
merge
|
changeset |
files
|
Thu, 31 May 2012 18:32:01 +0200 |
Medo |
Further work on the frontend library, restructuring, ...
|
changeset |
files
|
Thu, 31 May 2012 20:07:17 +0400 |
unc0rr |
merge
|
changeset |
files
|
Thu, 31 May 2012 15:50:25 +0200 |
mikade |
Add a GetTag method so that SetTag doesn't feel lonely.
|
changeset |
files
|
Thu, 31 May 2012 00:35:06 +0200 |
Medo |
Started work on the frontend networking library
|
changeset |
files
|
Thu, 31 May 2012 18:02:30 +0400 |
unc0rr |
Improve TestWhip
|
changeset |
files
|
Thu, 31 May 2012 00:11:42 +0200 |
sheepluva |
minor tweaks for options page; should improve readability at small window size... a bit...
|
changeset |
files
|
Tue, 29 May 2012 23:04:03 +0200 |
Medo |
Removed dead/deprecated code and comments
|
changeset |
files
|
Thu, 31 May 2012 15:14:39 +0400 |
unc0rr |
pas2c stuff
|
changeset |
files
|
Wed, 30 May 2012 22:45:30 +0400 |
unc0rr |
This should make drawn maps rendering even more faster
|
changeset |
files
|
Tue, 29 May 2012 22:33:10 +0200 |
Medo |
Merge
|
changeset |
files
|
Wed, 30 May 2012 19:01:19 +0400 |
unc0rr |
merge
|
changeset |
files
|
Wed, 30 May 2012 18:00:29 +0400 |
unc0rr |
Render drawn maps 10-500 times faster
|
changeset |
files
|
Tue, 29 May 2012 22:21:19 +0400 |
unc0rr |
Oops, forgot to set 'erasing' flag on decoding
|
changeset |
files
|
Mon, 28 May 2012 22:42:59 +0400 |
unc0rr |
Fix a bug with wrong state of teams list when color isn't changed manually
|
changeset |
files
|
Mon, 28 May 2012 14:20:51 -0400 |
nemo |
Remove a couple more timers, should mean alpha matches old pulse time now
|
changeset |
files
|
Mon, 28 May 2012 14:11:50 -0400 |
nemo |
also change specialists
|
changeset |
files
|
Mon, 28 May 2012 14:01:23 -0400 |
nemo |
Set air attack to active by default, make time look a bit nicer, avoid plane buzz activating.
|
changeset |
files
|
Mon, 28 May 2012 19:33:57 +0200 |
Xeli |
change the array which represents the keyboard state to be a boolean array rather than byte array
|
changeset |
files
|
Mon, 28 May 2012 19:15:51 +0200 |
Xeli |
Don't allow for multiple key up(or down) events, it will ignore the excess events
|
changeset |
files
|
Mon, 28 May 2012 12:21:54 -0400 |
nemo |
Also change Highlander and Racer
|
changeset |
files
|
Mon, 28 May 2012 10:38:27 +0200 |
Wolfgang Steffens |
moved generic matrix code to uMatrix.pas
|
changeset |
files
|
Mon, 28 May 2012 20:04:49 +0400 |
unc0rr |
merge
|
changeset |
files
|
Mon, 28 May 2012 10:34:33 +0200 |
Wolfgang Steffens |
merge
|
changeset |
files
|
Mon, 28 May 2012 01:51:50 -0400 |
nemo |
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().
|
changeset |
files
|
Mon, 28 May 2012 17:54:23 +0400 |
unc0rr |
Some improvements to pas2c
|
changeset |
files
|
Mon, 28 May 2012 00:44:51 +0400 |
unc0rr |
Fix a remote crasher
|
changeset |
files
|
Fri, 25 May 2012 15:35:48 +0400 |
unc0rr |
- Fix some AI stupidness factors
|
changeset |
files
|
Mon, 28 May 2012 00:43:36 +0400 |
unc0rr |
Make frontend compile with clang
|
changeset |
files
|
Sun, 27 May 2012 23:42:43 +0400 |
unc0rr |
- Allow switching colors with mouse wheel
|
changeset |
files
|
Fri, 25 May 2012 09:00:54 +0200 |
Wolfgang Steffens |
initial GLSL1.2 test version
|
changeset |
files
|
Sat, 26 May 2012 16:50:51 -0400 |
nemo |
Minor freezer changes, allow snow to accumulate on indestructible terrain too.
|
changeset |
files
|
Fri, 25 May 2012 08:51:54 +0200 |
Wolfgang Steffens |
Removed lazy update: workaround for R7103
|
changeset |
files
|
Sat, 26 May 2012 22:27:57 +0400 |
unc0rr |
Bring leftTeams back (with a fix) as it is apparently needed for spectators.
|
changeset |
files
|
Fri, 25 May 2012 08:42:26 +0200 |
Wolfgang Steffens |
merge
|
changeset |
files
|
Fri, 25 May 2012 00:06:42 +0400 |
unc0rr |
- Restore pre-r9257cf8e7af2 behavior
|
changeset |
files
|
Wed, 23 May 2012 22:46:37 +0200 |
Medo |
Merge
|
changeset |
files
|
Wed, 23 May 2012 16:51:37 -0400 |
nemo |
Fix reported in bug #327, comment #3 - untested but seems reasonable/safe.
|
changeset |
files
|
Wed, 23 May 2012 16:34:12 -0400 |
nemo |
http://www.demoties.com/wp-content/uploads/2011/03/mar-01-6.jpg
|
changeset |
files
|
Wed, 23 May 2012 23:30:50 +0400 |
unc0rr |
Mark team for deletion when letting others know it has left during game. Should help with quitters problem.
|
changeset |
files
|
Wed, 23 May 2012 23:24:03 +0400 |
unc0rr |
Don't remove already removed team
|
changeset |
files
|
Wed, 23 May 2012 21:19:15 +0200 |
Xeli |
wops add this too
|
changeset |
files
|
Wed, 23 May 2012 21:16:44 +0200 |
Xeli |
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
|
changeset |
files
|
Wed, 23 May 2012 19:56:14 +0200 |
Xeli |
android: fix the default make target
|
changeset |
files
|
Wed, 23 May 2012 19:54:53 +0200 |
Xeli |
Android: add freezer commit message
|
changeset |
files
|
Wed, 23 May 2012 02:39:30 +0200 |
koda |
add NOPNG to cmake to explicitly disable PNG dependency
|
changeset |
files
|
Wed, 23 May 2012 01:53:25 +0200 |
koda |
add GHC and GHFLAGS from cmake too
|
changeset |
files
|
Wed, 23 May 2012 01:39:31 +0200 |
koda |
rename a few internal cmake variables (for consistency and readability)
|
changeset |
files
|
Tue, 22 May 2012 09:25:03 +0200 |
Wolfgang Steffens |
Replaced matrix related FFP code with explicit matrix calculations.
|
changeset |
files
|
Tue, 22 May 2012 11:19:32 +0200 |
Medo |
Merge
|
changeset |
files
|
Wed, 23 May 2012 00:45:37 +0200 |
koda |
there a libSDLMain.a in the bundled SDL framework
|
changeset |
files
|
Tue, 22 May 2012 09:18:46 +0200 |
Wolfgang Steffens |
Merge
|
changeset |
files
|
Tue, 22 May 2012 00:41:26 +0200 |
Xeli |
android: possible fix for bitmap recycle errors
|
changeset |
files
|
Tue, 22 May 2012 00:40:43 +0200 |
Xeli |
fixed wheelup/down
|
changeset |
files
|
Mon, 21 May 2012 22:54:34 +0200 |
koda |
add a nilcheck
|
changeset |
files
|
Mon, 21 May 2012 16:46:24 -0400 |
nemo |
checksum
|
changeset |
files
|
Tue, 22 May 2012 00:29:32 +0400 |
unc0rr |
Feel free to add real checksum function
|
changeset |
files
|
Mon, 21 May 2012 06:34:17 +0200 |
koda |
better lazy loading for cScaleFactor
|
changeset |
files
|
Sun, 20 May 2012 19:42:55 -0400 |
nemo |
Ok. I think *this* should flip it correctly...
|
changeset |
files
|
Sun, 20 May 2012 21:09:13 +0200 |
Xeli |
android: added an unsigned target to the makefile, to help automate signing
|
changeset |
files
|
Sun, 20 May 2012 17:17:21 +0200 |
Xeli |
remove the need to qt and co when using cmake with -DANDROID=1
|
changeset |
files
|
Sun, 20 May 2012 10:55:58 -0400 |
nemo |
Minor tweaks to freezer, mostly to simplify current state to laptop
|
changeset |
files
|
Sun, 20 May 2012 10:45:16 -0400 |
nemo |
clean up pngs
|
changeset |
files
|
Sun, 20 May 2012 10:54:52 +0200 |
mikade |
merge
|
changeset |
files
|
Sun, 20 May 2012 00:08:26 +0200 |
mikade |
+ Trivial update.
|
changeset |
files
|
Sat, 19 May 2012 17:15:12 +0200 |
mikade |
A few scripts to try out. 2x challenge, 1x GSoC training, 1x user mission.
|
changeset |
files
|
Sun, 20 May 2012 01:00:00 -0400 |
nemo |
Bit more freezer.
|
changeset |
files
|
Fri, 18 May 2012 13:35:22 -0400 |
nemo |
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
|
changeset |
files
|
Thu, 17 May 2012 20:23:58 -0400 |
nemo |
Might help if this was actually its own unique weapon
|
changeset |
files
|
Thu, 17 May 2012 18:22:20 -0400 |
nemo |
Provide training/campaign with a random seed to ignore/use.
|
changeset |
files
|
Thu, 17 May 2012 20:19:35 +0200 |
Xeli |
remove ProcessKdb references all together, removed movecursor() because it doesnt seem to do anything
|
changeset |
files
|
Thu, 17 May 2012 20:01:56 +0200 |
Xeli |
first attempt at fixing controller/gamepad, it works with the android controller but it doesnt have hats/buttons, needs testing
|
changeset |
files
|
Thu, 17 May 2012 16:52:17 +0200 |
Xeli |
dont allow choosing weapons when the AI is playing
|
changeset |
files
|
Thu, 17 May 2012 16:51:54 +0200 |
Xeli |
android typo/sabotage
|
changeset |
files
|
Thu, 17 May 2012 15:58:24 +0200 |
Xeli |
fix sdl13 build
|
changeset |
files
|
Mon, 14 May 2012 22:14:17 +0200 |
Wolfgang Steffens |
readded optimization for SetScale
|
changeset |
files
|
Thu, 17 May 2012 15:58:04 +0200 |
Xeli |
unbreak android build
|
changeset |
files
|
Mon, 14 May 2012 19:48:34 +0200 |
Wolfgang Steffens |
Replaced FFP code that sets up orthogonal projection with explicit matrix
|
changeset |
files
|
Tue, 15 May 2012 21:07:47 +0200 |
Xeli |
android: add missing graphics, only placeholders tho..
|
changeset |
files
|
Mon, 14 May 2012 19:26:50 +0200 |
Wolfgang Steffens |
Refactored TTexture to allow encoding sprite(s) at an arbitrary location within
|
changeset |
files
|
Mon, 14 May 2012 22:47:56 +0400 |
unc0rr |
Learn hask^Wpascal, dudes!
|
changeset |
files
|
Sun, 13 May 2012 18:50:04 -0400 |
nemo |
AI can't use cWindSpeedf since it now does a smooth transition
|
changeset |
files
|
Sun, 13 May 2012 18:31:05 -0400 |
nemo |
oops
|
changeset |
files
|
Sun, 13 May 2012 14:56:05 -0400 |
nemo |
Dammit Xeli
|
changeset |
files
|
Sun, 13 May 2012 21:46:50 +0400 |
unc0rr |
'\xd7af' -> 0xd7af
|
changeset |
files
|
Sun, 13 May 2012 21:39:20 +0400 |
unc0rr |
Make uUtils.c compile
|
changeset |
files
|
Sun, 13 May 2012 01:54:26 +0400 |
unc0rr |
help pas2c
|
changeset |
files
|
Sun, 13 May 2012 00:50:45 +0400 |
unc0rr |
More magic
|
changeset |
files
|
Sat, 12 May 2012 16:45:06 -0400 |
nemo |
unc0rr's magic macro
|
changeset |
files
|
Sun, 13 May 2012 00:40:01 +0400 |
unc0rr |
oops, wrong type
|
changeset |
files
|
Sat, 12 May 2012 23:55:09 +0400 |
unc0rr |
pas2c stuff again
|
changeset |
files
|
Sat, 12 May 2012 22:50:33 +0400 |
unc0rr |
Get rid of cripple SendIPCc
|
changeset |
files
|
Sat, 12 May 2012 22:44:39 +0400 |
unc0rr |
A solution to char vs string problem: mark single-letter strings with _S macro
|
changeset |
files
|
Sat, 12 May 2012 22:13:56 +0400 |
unc0rr |
Make pas2c even more happier with uGears.c, allow assigning arrays in some cases
|
changeset |
files
|
Sat, 12 May 2012 00:25:49 +0400 |
unc0rr |
Add missing identifiers
|
changeset |
files
|
Fri, 11 May 2012 16:09:11 -0400 |
nemo |
Fix casing and type for gl
|
changeset |
files
|
Fri, 11 May 2012 23:36:42 +0400 |
unc0rr |
sysutils -> SysUtils
|
changeset |
files
|
Fri, 11 May 2012 23:34:35 +0400 |
unc0rr |
Recognize length on arrays as a separate function
|
changeset |
files
|
Fri, 11 May 2012 23:22:01 +0400 |
unc0rr |
More tolerance to pas2c
|
changeset |
files
|
Fri, 11 May 2012 23:03:28 +0400 |
unc0rr |
Properly track type in ref2CF, this fixes issues with functions returning strings used in expression (like "a" + line())
|
changeset |
files
|
Fri, 11 May 2012 22:54:19 +0400 |
unc0rr |
Define NOCONSOLE for pas2c
|
changeset |
files
|
Fri, 11 May 2012 22:50:52 +0400 |
unc0rr |
uCommandHandlers now compiles
|
changeset |
files
|
Fri, 11 May 2012 22:35:09 +0400 |
unc0rr |
Support operator 'in', replace it with equality checks against each element of set
|
changeset |
files
|
Fri, 11 May 2012 22:17:39 +0400 |
unc0rr |
Recognize (hwFloat op int) expressions
|
changeset |
files
|
Fri, 11 May 2012 22:09:34 +0400 |
unc0rr |
Convert "unit.function()" properly
|
changeset |
files
|
Fri, 11 May 2012 21:10:58 +0400 |
unc0rr |
Function to compare string to char ftw
|
changeset |
files
|
Fri, 11 May 2012 20:01:57 +0400 |
unc0rr |
Make pas2c happier with uSound
|
changeset |
files
|
Fri, 11 May 2012 19:33:21 +0400 |
unc0rr |
Be more wise about constant initialization expressions being not arrays
|
changeset |
files
|
Fri, 11 May 2012 11:08:50 -0400 |
nemo |
Avoid returning an array for the sake of pas2c
|
changeset |
files
|
Fri, 11 May 2012 00:11:01 +0200 |
koda |
fix building with lua (i think)
|
changeset |
files
|
Fri, 11 May 2012 00:05:47 +0200 |
koda |
minor changes for warnings and a variables scope
|
changeset |
files
|
Thu, 10 May 2012 23:21:56 +0200 |
koda |
the ios port runs again, although with a few things to sort out
|
changeset |
files
|
Thu, 10 May 2012 22:15:31 +0200 |
koda |
ios: this commit just removes the overlay class files (with all submenus and resources) while working on a proper restoration
|
changeset |
files
|
Fri, 11 May 2012 01:01:29 +0400 |
unc0rr |
Fix identifiers case in uLandTemplates (too lazy to make proper implementation in pas2c)
|
changeset |
files
|
Fri, 11 May 2012 00:36:32 +0400 |
unc0rr |
Declare Param* functions
|
changeset |
files
|
Fri, 11 May 2012 00:33:14 +0400 |
unc0rr |
Fix for Int type and sysutils in hwengine.pas
|
changeset |
files
|
Fri, 11 May 2012 00:28:06 +0400 |
unc0rr |
Some work to make more units compile after conversion to c
|
changeset |
files
|
Thu, 10 May 2012 23:51:05 +0400 |
unc0rr |
Support overloaded operators on (hwFloat op hwFloat) calls
|
changeset |
files
|
Thu, 10 May 2012 22:55:13 +0400 |
unc0rr |
More definitions and mess with pascal code
|
changeset |
files
|
Thu, 10 May 2012 13:45:47 +0400 |
unc0rr |
Render function variables in struct with no mangling. 13 C units are compilable now.
|
changeset |
files
|
Thu, 10 May 2012 13:41:18 +0400 |
unc0rr |
Handle function type differently
|
changeset |
files
|
Thu, 10 May 2012 13:16:31 +0400 |
unc0rr |
Some more definitions and slight fixes
|
changeset |
files
|
Thu, 10 May 2012 11:29:18 +0400 |
unc0rr |
uAmmos.c now compiles (3 warnings though)
|
changeset |
files
|
Thu, 10 May 2012 11:12:06 +0400 |
unc0rr |
Implement built-in functions Low() and High()
|
changeset |
files
|
Wed, 09 May 2012 17:33:25 -0400 |
nemo |
Reflects change in previous revision to uTypes
|
changeset |
files
|
Thu, 10 May 2012 00:58:05 +0400 |
unc0rr |
(PointerTo (SimpleType _)) could be a pointer to a non-struct type
|
changeset |
files
|
Tue, 08 May 2012 00:17:02 +0400 |
unc0rr |
Prepend unit name to function identifiers
|
changeset |
files
|
Mon, 07 May 2012 23:48:24 +0400 |
unc0rr |
Mangle overloaded functions (only different number of parameters is supported)
|
changeset |
files
|
Mon, 07 May 2012 14:53:08 +0200 |
koda |
when Lua is not found, fallback to compiling the one that comes bundled in our sources
|
changeset |
files
|
Mon, 07 May 2012 11:59:09 +0200 |
koda |
invert LUA symbol meaning and avoid hints when compiling without it
|
changeset |
files
|
Mon, 07 May 2012 10:51:32 +0200 |
koda |
add support for FPC and FPFLAGS cmake arguments (helps crosscompiling)
|
changeset |
files
|
Sat, 05 May 2012 19:04:59 +0100 |
koda |
old typed const moved to their proper unit
|
changeset |
files
|
Sat, 05 May 2012 18:10:41 +0100 |
koda |
the scope cleanup continues...
|
changeset |
files
|
Sat, 05 May 2012 17:29:04 +0100 |
koda |
split OnDestroy across the appropriate modules (this doen't cause leaks on mobile, right?)
|
changeset |
files
|
Sat, 05 May 2012 17:19:33 +0100 |
koda |
revisit isTerminated in hwengine
|
changeset |
files
|
Sat, 05 May 2012 16:53:46 +0100 |
koda |
fix more breakage
|
changeset |
files
|
Sat, 05 May 2012 16:41:14 +0200 |
Xeli |
removed the default argument in uWorld
|
changeset |
files
|
Sat, 05 May 2012 16:38:41 +0200 |
Xeli |
fix breakage
|
changeset |
files
|
Sat, 05 May 2012 15:17:16 +0100 |
koda |
adjust the scope of a few uSound variables and functions
|
changeset |
files
|
Thu, 03 May 2012 22:48:02 +0200 |
Medo |
Merge
|
changeset |
files
|
Sat, 05 May 2012 00:01:12 +0400 |
unc0rr |
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)
|
changeset |
files
|
Thu, 03 May 2012 19:00:17 +0200 |
sheepluva |
some tweaks/fixes/etc to the map preview and reload stuff
|
changeset |
files
|
Thu, 03 May 2012 14:21:53 +0200 |
sheepluva |
visually indicate when map preview generation is in progress.
|
changeset |
files
|
Thu, 03 May 2012 16:04:38 +0100 |
koda |
HAPPY 7000th COMMIT HEDGEWARS
|
changeset |
files
|
Thu, 03 May 2012 13:25:40 +0200 |
sheepluva |
add DLC button to net game room
|
changeset |
files
|
Thu, 03 May 2012 12:33:08 +0200 |
sheepluva |
+ display lack of map in a nice way, don't generate bogus preview in the background
|
changeset |
files
|
Thu, 03 May 2012 12:21:16 +0400 |
unc0rr |
Get rid of overloaded functions in uRenderUtils
|
changeset |
files
|
Thu, 03 May 2012 00:21:17 -0400 |
nemo |
merge
|
changeset |
files
|
Thu, 03 May 2012 03:18:10 +0200 |
sheepluva |
small tweaks/fixes to room list header saving and restore...
|
changeset |
files
|
Thu, 03 May 2012 00:20:58 -0400 |
nemo |
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...
|
changeset |
files
|
Thu, 03 May 2012 15:34:26 +0200 |
Medo |
Updated android support library to the latest version (r8)
|
changeset |
files
|
Thu, 03 May 2012 02:45:08 +0200 |
sheepluva |
fix a previewmap-related QObject::disconnect segfault
|
changeset |
files
|
Wed, 02 May 2012 19:16:12 -0400 |
nemo |
Initial stub for freezer
|
changeset |
files
|
Wed, 02 May 2012 23:53:45 +0200 |
Medo |
Merge
|
changeset |
files
|
Thu, 03 May 2012 01:18:29 +0200 |
sheepluva |
fix: issue with playing team list vertically collapsing
|
changeset |
files
|
Wed, 02 May 2012 18:36:27 -0400 |
nemo |
Workaround for stuck pages.
|
changeset |
files
|
Wed, 02 May 2012 21:45:55 +0200 |
sheepluva |
tweak how the header customization is stored in the settings file
|
changeset |
files
|
Wed, 02 May 2012 22:51:42 +0400 |
unc0rr |
Render float consts into defines
|
changeset |
files
|
Wed, 02 May 2012 22:12:58 +0400 |
unc0rr |
GetRandom -> GetRandomf
|
changeset |
files
|
Wed, 02 May 2012 19:36:23 +0200 |
sheepluva |
allow F5 magic to refresh demos/saves list too
|
changeset |
files
|
Wed, 02 May 2012 16:36:11 +0100 |
koda |
rename a few Draw* routines
|
changeset |
files
|
Wed, 02 May 2012 14:41:21 +0100 |
koda |
wut?
|
changeset |
files
|
Wed, 02 May 2012 14:35:54 +0100 |
koda |
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*)
|
changeset |
files
|
Wed, 02 May 2012 15:33:34 +0200 |
sheepluva |
rooms list
|
changeset |
files
|
Wed, 02 May 2012 14:30:22 +0200 |
sheepluva |
roomslist: reimplement filters
|
changeset |
files
|
Wed, 02 May 2012 07:39:25 -0400 |
nemo |
remove IFDEF 0 for sake of poor parser
|
changeset |
files
|
Wed, 02 May 2012 13:00:10 +0200 |
sheepluva |
room list: replace magic table column indexes with enum. makes future changes to the room list format way easier.
|
changeset |
files
|
Wed, 02 May 2012 11:43:43 +0100 |
koda |
marked a couple of functions as inline
|
changeset |
files
|
Wed, 02 May 2012 12:24:44 +0200 |
sheepluva |
make search filter field have a useable size on low frontend resolution
|
changeset |
files
|
Wed, 02 May 2012 10:53:13 +0100 |
koda |
change every return value into a more pascal-ish form, using the name of the fucntion (helps the parser and macpas compaitilibity)
|
changeset |
files
|
Wed, 02 May 2012 11:28:38 +0200 |
sheepluva |
make column sorting three-state: asc -> dsc -> off/default (= by room state)
|
changeset |
files
|
Wed, 02 May 2012 10:57:36 +0200 |
sheepluva |
sort by room state by default
|
changeset |
files
|
Wed, 02 May 2012 10:47:21 +0200 |
sheepluva |
allow custom sorting of roomslist (by clicking on header sections)
|
changeset |
files
|
Wed, 02 May 2012 08:07:17 +0100 |
koda |
add support for default pascal mode by removing default arguments value (maybe this also helps the parser)
|
changeset |
files
|
Tue, 01 May 2012 17:33:28 -0400 |
nemo |
Removing maps can cause desyncs. This is why we still have Cheese, Sticks, Sheep etc.
|
changeset |
files
|
Tue, 01 May 2012 23:03:25 +0200 |
sheepluva |
remove map: Sticks
|
changeset |
files
|
Tue, 01 May 2012 21:24:04 +0200 |
sheepluva |
roomslistmodel: prettier names for map +rnd+ etc.; point out unavailable maps
|
changeset |
files
|
Tue, 01 May 2012 19:56:55 +0200 |
koda |
breaking news, we don't support typed consts anymore
|
changeset |
files
|
Tue, 01 May 2012 20:54:30 +0400 |
unc0rr |
Hopefully this change doesn't break anything
|
changeset |
files
|
Tue, 01 May 2012 20:54:02 +0400 |
unc0rr |
Better type deriving
|
changeset |
files
|
Tue, 01 May 2012 19:29:47 +0400 |
unc0rr |
Declare const ints as enums
|
changeset |
files
|
Tue, 01 May 2012 19:28:30 +0400 |
unc0rr |
Make Str2PChar more pas2c-friendly
|
changeset |
files
|
Tue, 01 May 2012 16:16:09 +0200 |
sheepluva |
adjust column widths
|
changeset |
files
|
Tue, 01 May 2012 16:20:12 +0200 |
koda |
oops^2
|
changeset |
files
|
Tue, 01 May 2012 15:29:48 +0200 |
koda |
oops
|
changeset |
files
|
Tue, 01 May 2012 15:23:11 +0200 |
koda |
minor changes for more compatibilities with other compilers
|
changeset |
files
|
Tue, 01 May 2012 14:57:40 +0200 |
sheepluva |
RoomsListModel:
|
changeset |
files
|
Tue, 01 May 2012 11:39:24 +0100 |
koda |
remove SDL_SCANCODE_*
|
changeset |
files
|
Tue, 01 May 2012 11:25:44 +0100 |
koda |
add NULL definition and align types to their correct bitwidth
|
changeset |
files
|
Tue, 01 May 2012 11:39:11 +0200 |
sheepluva |
display haxx0red teams colors correctly.
|
changeset |
files
|
Tue, 01 May 2012 00:22:10 +0200 |
sheepluva |
made the hog count thingy prettier when on low space... have fun squishing hogs!
|
changeset |
files
|
Mon, 30 Apr 2012 23:14:40 +0200 |
sheepluva |
Qt: fix issue with hog count being not visible on low resolutions/long team names and hard to read on very high resolutions
|
changeset |
files
|
Mon, 30 Apr 2012 23:35:40 +0400 |
unc0rr |
Support recurrent function calls. The code is kinda hackish and ugly, but I really spent a few hours thinking on a good solution.
|
changeset |
files
|
Mon, 30 Apr 2012 20:12:43 +0200 |
sheepluva |
add missing copyright headers to roomslistmodel
|
changeset |
files
|
Mon, 30 Apr 2012 17:43:21 +0400 |
unc0rr |
Rework string init macro
|
changeset |
files
|
Mon, 30 Apr 2012 16:55:02 +0400 |
unc0rr |
Raise exception when .inc file isn't found
|
changeset |
files
|
Sun, 29 Apr 2012 21:17:27 +0200 |
Xeli |
wops
|
changeset |
files
|
Sun, 29 Apr 2012 21:05:09 +0200 |
Xeli |
implement switch for the touch interface
|
changeset |
files
|
Sun, 29 Apr 2012 18:08:46 +0200 |
Xeli |
hide utilitywidget when changing turns, this also fixes some inconsistency when using targetting weapons
|
changeset |
files
|
Sun, 29 Apr 2012 20:52:10 +0200 |
sheepluva |
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 :>
|
changeset |
files
|
Sun, 29 Apr 2012 17:23:05 +0200 |
sheepluva |
make it auto-update (whoops,forgot)
|
changeset |
files
|
Sun, 29 Apr 2012 17:12:49 +0200 |
sheepluva |
hello GameStyleModel
|
changeset |
files
|
Sun, 29 Apr 2012 16:09:42 +0200 |
Xeli |
target using the utility button, this fixes bee
|
changeset |
files
|
Sun, 29 Apr 2012 14:10:59 +0200 |
Xeli |
enabled grenade timer, needs a button image
|
changeset |
files
|
Sat, 28 Apr 2012 15:18:30 +0200 |
Xeli |
wops, removed some writeln
|
changeset |
files
|
Sat, 28 Apr 2012 15:03:52 +0200 |
Xeli |
changed uKeys to uInputHandler to better reflect its function
|
changeset |
files
|
Sun, 29 Apr 2012 14:00:35 +0200 |
sheepluva |
* make HatModel update automatically (also renamed class and files)
|
changeset |
files
|
Sat, 28 Apr 2012 18:56:31 +0200 |
sheepluva |
license header year range adjustments
|
changeset |
files
|
Sat, 28 Apr 2012 14:41:40 +0200 |
Xeli |
- changed targetting, to launch an airstrike move the cursor/pointer to a location and then press the firebutton
|
changeset |
files
|
Sat, 28 Apr 2012 12:46:57 +0200 |
Xeli |
-Fixed FingerHasMoved function, still might need a little tweaking
|
changeset |
files
|
Fri, 27 Apr 2012 23:39:01 +0200 |
Xeli |
remove last boolean keys references and using only ParseCommand in uTouch now
|
changeset |
files
|
Sat, 28 Apr 2012 12:35:29 +0200 |
sheepluva |
various comment tweaks/fixes
|
changeset |
files
|
Sat, 28 Apr 2012 11:56:09 +0200 |
sheepluva |
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
|
changeset |
files
|
Sat, 28 Apr 2012 09:25:30 +0200 |
sheepluva |
fix for issue 186 ("Screen gets messed up when selecting Hand Drawn Map")
|
changeset |
files
|
Sat, 28 Apr 2012 00:08:12 -0400 |
nemo |
unbreak snowball
|
changeset |
files
|
Fri, 27 Apr 2012 22:25:26 -0400 |
nemo |
Ok, 20,000 was a bit much. Arbitrary multiplier that seems to shove things off enough.
|
changeset |
files
|
Sat, 28 Apr 2012 00:24:37 +0200 |
sheepluva |
MapModel: comments/docs, small tweaks
|
changeset |
files
|
Fri, 27 Apr 2012 23:17:11 +0200 |
Xeli |
reimplement the quit engine+frontend keys
|
changeset |
files
|
Fri, 27 Apr 2012 23:09:27 +0200 |
Xeli |
add ammoprop to enable to up and down buttons on for the touch interface
|
changeset |
files
|
Fri, 27 Apr 2012 23:10:48 +0200 |
sheepluva |
decouple current theme from map theme (fixes theme confusion bugs of last commit)
|
changeset |
files
|
Fri, 27 Apr 2012 22:22:04 +0200 |
sheepluva |
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)
|
changeset |
files
|
Fri, 27 Apr 2012 11:47:37 +0200 |
sheepluva |
MapModel, various cleanups. TODO/FIXME: QComboBox separator not working with custom models
|
changeset |
files
|
Thu, 26 Apr 2012 16:15:37 +0200 |
sheepluva |
messing with the theme model a bit (gets now auto-updated after DLC download too)
|
changeset |
files
|
Fri, 27 Apr 2012 16:57:54 -0400 |
nemo |
theme tweaks
|
changeset |
files
|
Fri, 27 Apr 2012 22:15:08 +0400 |
unc0rr |
Show number of points in drawn map
|
changeset |
files
|
Fri, 27 Apr 2012 00:43:48 +0400 |
unc0rr |
Cursor for DrawMapScene. Feel free to ajust its look.
|
changeset |
files
|
Thu, 26 Apr 2012 09:48:52 +0200 |
sheepluva |
mapContainer: use DataManager, reload maps after data update (e.g. by DLC)
|
changeset |
files
|
Thu, 26 Apr 2012 09:47:35 +0200 |
sheepluva |
make DLC trigger data reload
|
changeset |
files
|
Thu, 26 Apr 2012 07:44:44 +0200 |
sheepluva |
make DataManager a QObject with reload() slot that emits signal updated()
|
changeset |
files
|
Thu, 26 Apr 2012 07:22:05 +0200 |
sheepluva |
renaming HWDataManager -> DataManager
|
changeset |
files
|
Wed, 25 Apr 2012 17:44:48 +0200 |
sheepluva |
reimplement auto-kick for ignored players (it was temporarily removed during refactoring)
|
changeset |
files
|
Wed, 25 Apr 2012 08:23:48 +0200 |
sheepluva |
nemo said I was boring for removing the "hello" randomizer on room join.
|
changeset |
files
|
Tue, 24 Apr 2012 17:16:18 -0400 |
nemo |
Oh, and I guess this is needed as well, although if many other places in the code do this, pas2c will need
|
changeset |
files
|
Tue, 24 Apr 2012 16:58:19 -0400 |
nemo |
Make adler32 friendlier for pas2c - this should work the same (needs testing ofc)
|
changeset |
files
|
Tue, 24 Apr 2012 23:56:41 +0400 |
unc0rr |
Fix GetAmmoEntry in PascalExports
|
changeset |
files
|
Tue, 24 Apr 2012 23:50:40 +0400 |
unc0rr |
Get rid of overloaded functions in uAmmo
|
changeset |
files
|
Tue, 24 Apr 2012 23:33:39 +0400 |
unc0rr |
uCommands compiles
|
changeset |
files
|
Tue, 24 Apr 2012 22:27:56 +0400 |
unc0rr |
Fix types
|
changeset |
files
|
Tue, 24 Apr 2012 16:11:07 +0400 |
unc0rr |
Don't add duplicates into string consts
|
changeset |
files
|
Tue, 24 Apr 2012 06:53:39 +0200 |
koda |
this should enable png screenshots on osx as well
|
changeset |
files
|
Mon, 23 Apr 2012 19:23:28 +0200 |
Xeli |
in uTouch dont use bools to represent keystrokes, but issue ParseCommands
|
changeset |
files
|
Mon, 23 Apr 2012 19:22:43 +0200 |
Xeli |
fix the ammomenu F# buttons
|
changeset |
files
|
Mon, 23 Apr 2012 19:22:16 +0200 |
Xeli |
- change uKeys to be event based rather than polling
|
changeset |
files
|
Mon, 23 Apr 2012 13:22:30 +0000 |
vittorio giovara |
case sensitivity + correct variable check
|
changeset |
files
|
Mon, 23 Apr 2012 04:14:21 +0200 |
koda |
when libpng is not found, gratiously fallback to bmp screenshots; untested
|
changeset |
files
|
Mon, 23 Apr 2012 04:05:18 +0200 |
koda |
ios minor warning and optimisation for team color
|
changeset |
files
|
Sun, 22 Apr 2012 13:58:53 -0400 |
nemo |
Make clouds/flakes change direction smoothly
|
changeset |
files
|
Sun, 22 Apr 2012 21:23:32 +0400 |
unc0rr |
Allow LIST command while in room to not annoy old frontends (0.9.17 or less) with warnings
|
changeset |
files
|
Sun, 22 Apr 2012 18:38:34 +0200 |
koda |
added savepassword checkbox to options page, which now reloads values at every acces
|
changeset |
files
|
Sun, 22 Apr 2012 17:03:55 +0200 |
Stepan777 |
add a checkbox for the password field prompt (issue 316)
|
changeset |
files
|
Sun, 22 Apr 2012 15:13:17 +0200 |
Xeli |
fixed uKeys (aka almost revert it back)
|
changeset |
files
|
Sun, 22 Apr 2012 04:48:11 +0200 |
koda |
ios: turn on more warning messages and start correcting them
|
changeset |
files
|
Sun, 22 Apr 2012 03:59:24 +0200 |
Stepan777 |
memory leak in hwform.cpp (issue 386)
|
changeset |
files
|
Sun, 22 Apr 2012 02:10:44 +0200 |
koda |
fix compiling hw for ios (was looking for the wrong math.h and used an old variable name)
|
changeset |
files
|
Sat, 21 Apr 2012 18:11:24 -0400 |
nemo |
*sigh*
|
changeset |
files
|
Sat, 21 Apr 2012 18:05:42 -0400 |
nemo |
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.
|
changeset |
files
|
Sat, 21 Apr 2012 23:00:08 +0400 |
unc0rr |
Oops
|
changeset |
files
|
Sat, 21 Apr 2012 20:12:22 +0400 |
unc0rr |
Make pas2c even smarter. Now uIO.c compiles fine, and only 1 warning when compiled with -Wall (clang).
|
changeset |
files
|
Sat, 21 Apr 2012 18:02:44 +0200 |
Xeli |
- Don't crash on back press, but shutdown hedgewars
|
changeset |
files
|
Sat, 21 Apr 2012 17:59:14 +0200 |
Xeli |
- Added support for keyboards on android
|
changeset |
files
|
Sat, 21 Apr 2012 17:55:45 +0200 |
Xeli |
- Return of the F<numbers> in the ammomenu
|
changeset |
files
|
Sat, 21 Apr 2012 19:51:13 +0400 |
unc0rr |
- Remove support for variables in command handlers
|
changeset |
files
|
Fri, 20 Apr 2012 23:03:20 +0400 |
unc0rr |
Fix parsing of exit() call without parameters
|
changeset |
files
|
Fri, 20 Apr 2012 22:56:56 +0400 |
unc0rr |
Move all strings into constants to make them of string255 type
|
changeset |
files
|
Fri, 20 Apr 2012 22:03:35 +0400 |
unc0rr |
Many small improvements to pas2c
|
changeset |
files
|
Fri, 20 Apr 2012 01:50:47 +0400 |
unc0rr |
Some more progress with pas2c
|
changeset |
files
|
Thu, 19 Apr 2012 23:36:20 +0400 |
unc0rr |
- Track array size to use for High function
|
changeset |
files
|
Thu, 19 Apr 2012 18:15:03 +0200 |
Xeli |
android: prevent the app from a semi-crash when exiting a game
|
changeset |
files
|
Sun, 15 Apr 2012 00:47:22 +0400 |
unc0rr |
Improve rendering of function types, ranges, and more
|
changeset |
files
|
Sat, 14 Apr 2012 23:50:14 +0400 |
unc0rr |
Fix insanity
|
changeset |
files
|
Sat, 14 Apr 2012 23:36:57 +0400 |
unc0rr |
More string types
|
changeset |
files
|
Sat, 14 Apr 2012 23:19:45 +0400 |
unc0rr |
Get rid of TGearsType to simplify pas2c
|
changeset |
files
|
Sat, 14 Apr 2012 22:40:23 +0400 |
unc0rr |
Render some builtin functions
|
changeset |
files
|
Sat, 14 Apr 2012 22:24:09 +0400 |
unc0rr |
Render unions
|
changeset |
files
|
Fri, 13 Apr 2012 01:41:11 +0200 |
koda |
minor gl debug/comments
|
changeset |
files
|
Fri, 13 Apr 2012 00:18:10 +0200 |
koda |
disable png screenshots on mobile for now
|
changeset |
files
|
Fri, 13 Apr 2012 00:08:46 +0400 |
unc0rr |
Support string constants
|
changeset |
files
|
Thu, 12 Apr 2012 23:10:35 +0400 |
Stepan777 |
Oops, forgot file
|
changeset |
files
|
Thu, 12 Apr 2012 23:05:46 +0400 |
Stepan777 |
png screenshots
|
changeset |
files
|
Wed, 11 Apr 2012 22:47:21 +0400 |
unc0rr |
Support operators declarations
|
changeset |
files
|
Wed, 11 Apr 2012 22:46:59 +0400 |
unc0rr |
Simplify converter's life
|
changeset |
files
|
Wed, 11 Apr 2012 01:04:58 +0400 |
unc0rr |
Improve rendering of function types, arrays, and more
|
changeset |
files
|
Mon, 09 Apr 2012 23:20:42 +0200 |
koda |
vob* variables need to be reset
|
changeset |
files
|
Tue, 10 Apr 2012 00:00:25 +0400 |
unc0rr |
Unbreak build (change was only tested with pas2c parser, and was okay to it)
|
changeset |
files
|
Mon, 09 Apr 2012 23:55:12 +0400 |
unc0rr |
First try to compile with clang: improve renderer a bit. The result of pas2c is still far from normal C source.
|
changeset |
files
|
Mon, 09 Apr 2012 23:36:23 +0400 |
unc0rr |
Better handle switch statement
|
changeset |
files
|
Mon, 09 Apr 2012 22:01:36 +0400 |
unc0rr |
Eraser tool
|
changeset |
files
|
Mon, 09 Apr 2012 22:01:13 +0400 |
unc0rr |
Better support for strings
|
changeset |
files
|
Mon, 09 Apr 2012 04:55:46 +0200 |
koda |
ios: resample the sound effects in CAF as suggested in ios sdk (100kB of space saved)
|
changeset |
files
|
Mon, 09 Apr 2012 04:43:30 +0200 |
koda |
ios: refactor the code of the after-game statistics display using delegates
|
changeset |
files
|
Mon, 09 Apr 2012 03:25:17 +0200 |
koda |
ios: convert audio operation from class to instance, plays better with memory
|
changeset |
files
|
Mon, 09 Apr 2012 02:02:14 +0200 |
koda |
i don't understand this, but without this change audio doesn't fade on ios
|
changeset |
files
|
Sun, 08 Apr 2012 20:31:01 -0400 |
nemo |
remove stray pixels
|
changeset |
files
|
Sun, 08 Apr 2012 23:41:34 +0200 |
koda |
ios: don't prompt restoring a game that didn't complete loading
|
changeset |
files
|
Sun, 08 Apr 2012 23:31:02 +0200 |
koda |
ios, this method belongs here
|
changeset |
files
|
Sun, 08 Apr 2012 19:06:25 +0200 |
koda |
ios: schemes table was being drawn on top of the table border
|
changeset |
files
|
Sun, 08 Apr 2012 18:46:09 +0200 |
koda |
formatting
|
changeset |
files
|
Sun, 08 Apr 2012 18:11:37 +0200 |
koda |
when focus is lost lower the volume to a minimum
|
changeset |
files
|
Sat, 07 Apr 2012 22:13:15 +0200 |
koda |
by popular demand, switch Nature and Golf music (issue 383)
|
changeset |
files
|
Fri, 06 Apr 2012 16:59:32 +0400 |
unc0rr |
Convert some operators
|
changeset |
files
|
Thu, 05 Apr 2012 17:52:27 +0400 |
unc0rr |
Unwind 'with' construction
|
changeset |
files
|
Thu, 05 Apr 2012 14:58:34 +0400 |
unc0rr |
Improve rendering into C
|
changeset |
files
|
Thu, 05 Apr 2012 14:50:58 +0400 |
unc0rr |
Make function more pascal-ish
|
changeset |
files
|
Thu, 05 Apr 2012 00:42:43 +0400 |
unc0rr |
More external definitions for pas2c
|
changeset |
files
|
Wed, 04 Apr 2012 18:00:46 +0400 |
unc0rr |
Finish the toughest part of the converter. Now it knows types of everything, so could correctly recognize bitwise operators and type convertions.
|
changeset |
files
|
Wed, 04 Apr 2012 15:05:14 +0400 |
unc0rr |
Normalize RecordFields before conversion. Helps with namespaces problem.
|
changeset |
files
|
Tue, 03 Apr 2012 17:53:33 +0400 |
unc0rr |
Fix withState' not returning lastType
|
changeset |
files
|
Sun, 01 Apr 2012 15:23:34 +0200 |
Medo |
Added copyright notice to Scheme.java
|
changeset |
files
|
Tue, 03 Apr 2012 10:08:35 +0100 |
krdrt5367 |
ja update
|
changeset |
files
|
Sun, 01 Apr 2012 15:17:29 +0200 |
Medo |
Hedgeroid: Added ini4j library, updated android support library and added lib licenses
|
changeset |
files
|
Tue, 03 Apr 2012 10:06:58 +0100 |
krdrt5367 |
de update
|
changeset |
files
|
Sun, 01 Apr 2012 15:15:45 +0200 |
Medo |
Added some toString methods to help when debugging
|
changeset |
files
|
Tue, 03 Apr 2012 10:05:26 +0100 |
krdrt5 |
cz update
|
changeset |
files
|
Sun, 01 Apr 2012 04:37:55 +0200 |
Medo |
Merge
|
changeset |
files
|
Mon, 02 Apr 2012 17:28:18 +0400 |
unc0rr |
- Handle multidimensional arrays better
|
changeset |
files
|
Sun, 01 Apr 2012 04:27:46 +0200 |
Medo |
Scheme definitions now use .ini files.
|
changeset |
files
|
Mon, 02 Apr 2012 16:14:29 +0400 |
unc0rr |
Finally fix the bug with pointer declarations polluting namespace with bad records
|
changeset |
files
|
Sat, 31 Mar 2012 20:39:19 +0200 |
Medo |
Removed some unused imports and a redundand nullcheck
|
changeset |
files
|
Mon, 02 Apr 2012 00:32:17 +0200 |
koda |
let's outsmart the compiler for no particular benefit
|
changeset |
files
|
Sat, 31 Mar 2012 20:36:03 +0200 |
Medo |
Added hashcode function for Team to make it consistent with equals.
|
changeset |
files
|
Fri, 30 Mar 2012 19:40:49 +0200 |
Medo |
Remove API Level 8 dependency found by Android Lint
|
changeset |
files
|
Fri, 30 Mar 2012 23:58:08 +0400 |
unc0rr |
More clean namespace, some fixes
|
changeset |
files
|
Fri, 30 Mar 2012 17:00:34 +0400 |
unc0rr |
Much better types handling, work correctly with functions
|
changeset |
files
|
Thu, 29 Mar 2012 17:27:01 +0400 |
unc0rr |
- Treat strings as arrays of chars
|
changeset |
files
|
Thu, 29 Mar 2012 01:01:29 +0400 |
unc0rr |
Better deriving, some fixes
|
changeset |
files
|
Wed, 28 Mar 2012 23:53:45 +0400 |
unc0rr |
Resolve deferred type on dereference
|
changeset |
files
|
Wed, 28 Mar 2012 16:33:50 -0400 |
nemo |
invalidate on switch
|
changeset |
files
|
Wed, 28 Mar 2012 01:56:42 +0200 |
koda |
dates are no more!
|
changeset |
files
|
Wed, 28 Mar 2012 01:26:47 +0200 |
koda |
ios: fix offset for 'details' table header in iphone game configuration
|
changeset |
files
|
Wed, 28 Mar 2012 01:19:36 +0200 |
koda |
ios: prevent an horrible hack for the in-game help pages; they would actually need a serious refactoring to allow localisation and rotation support
|
changeset |
files
|
Wed, 28 Mar 2012 00:42:57 +0200 |
koda |
ios: use notifications instead of class methods (maybe tidier)
|
changeset |
files
|
Mon, 26 Mar 2012 20:29:37 -0400 |
nemo |
At mikade's request. give scripting access to the map name prior to override.
|
changeset |
files
|
Mon, 26 Mar 2012 23:54:12 +0400 |
unc0rr |
Dig into namespaces even more
|
changeset |
files
|
Mon, 26 Mar 2012 17:56:15 +0400 |
unc0rr |
Just some further work
|
changeset |
files
|
Mon, 26 Mar 2012 03:58:03 +0200 |
koda |
ios, one more grenade timer tweak
|
changeset |
files
|
Mon, 26 Mar 2012 03:57:14 +0200 |
koda |
i didn't even know it was possible (spotted by adam4813)
|
changeset |
files
|
Mon, 26 Mar 2012 03:36:11 +0200 |
koda |
ios: fix blocked preview button
|
changeset |
files
|
Mon, 26 Mar 2012 03:24:50 +0200 |
koda |
ios headers cleanup, with tweaks to +randomPort and grenade timer handling in overlay
|
changeset |
files
|
Sun, 25 Mar 2012 21:17:01 +0200 |
mikade |
merge
|
changeset |
files
|
Sun, 25 Mar 2012 17:37:07 +0200 |
mikade |
- don't give hogs air weps when border is enabled
|
changeset |
files
|
Sun, 25 Mar 2012 17:34:40 +0200 |
mikade |
Added a missing loc
|
changeset |
files
|
Sun, 25 Mar 2012 14:51:13 +0200 |
mikade |
Add the parameters I missed the first time when I added these hooks.
|
changeset |
files
|
Sun, 25 Mar 2012 23:10:29 +0400 |
unc0rr |
- Apply unit's namespace to current scope when referencing unit name
|
changeset |
files
|
Sat, 24 Mar 2012 21:19:50 +0400 |
unc0rr |
Fix wrong type returned from id2C
|
changeset |
files
|
Sat, 24 Mar 2012 19:57:06 +0400 |
unc0rr |
Fix server thinking game is still not finished sometimes
|
changeset |
files
|
Sat, 24 Mar 2012 16:46:56 +0100 |
Xeli |
wops ;i
|
changeset |
files
|
Sat, 24 Mar 2012 16:41:35 +0100 |
Xeli |
ANDROID and WIN32 can both be set to 1, so have ANDROID take preference
|
changeset |
files
|
Sat, 24 Mar 2012 15:52:07 +0100 |
Xeli |
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
|
changeset |
files
|
Fri, 23 Mar 2012 21:56:27 -0400 |
nemo |
LandBackTex take 2
|
changeset |
files
|
Fri, 23 Mar 2012 18:20:59 -0400 |
nemo |
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.
|
changeset |
files
|
Fri, 23 Mar 2012 23:03:09 +0400 |
unc0rr |
Oops
|
changeset |
files
|
Fri, 23 Mar 2012 14:18:58 +0100 |
Xeli |
unbreak engine
|
changeset |
files
|
Fri, 23 Mar 2012 00:21:34 +0100 |
simmax |
Improved cmake build script for Android:
|
changeset |
files
|
Fri, 23 Mar 2012 14:14:43 +0100 |
Xeli |
first part of the utilitywidget (grenade timer/swap hogs) code
|
changeset |
files
|
Thu, 22 Mar 2012 22:55:38 +0400 |
unc0rr |
Add more strictness in hope it will help with space leak
|
changeset |
files
|
Wed, 21 Mar 2012 00:05:46 -0400 |
nemo |
Try different splash sounds too
|
changeset |
files
|
Tue, 20 Mar 2012 01:30:54 -0400 |
nemo |
bit of an experiment in variable splash sizes based on object/speed. not sure if it looks good yet. need to drown more stuff.
|
changeset |
files
|
Sun, 18 Mar 2012 18:19:20 +0100 |
Xeli |
fix ammomenu, the cursor actually works now -_-
|
changeset |
files
|
Sun, 18 Mar 2012 14:22:13 +0100 |
koda |
workaround the different Lion ABI by forcing fpc 2.6 as minimum compiler version on osx
|
changeset |
files
|
Sun, 18 Mar 2012 14:15:51 +0100 |
koda |
updated ios project file to work with fpc 2.6
|
changeset |
files
|
Sun, 18 Mar 2012 00:30:56 -0400 |
nemo |
revert this until someone makes it not screw up camera focus
|
changeset |
files
|
Sun, 18 Mar 2012 00:59:17 +0100 |
Xeli |
touchinterface, move the up/down arrows a bit down
|
changeset |
files
|
Sun, 18 Mar 2012 00:05:20 +0100 |
Xeli |
make the Ammomenu show up a little faster
|
changeset |
files
|
Sun, 18 Mar 2012 00:02:33 +0100 |
Xeli |
You can now change AMAnimType to enable the animation through the x/y axis and alpha for example
|
changeset |
files
|
Sat, 17 Mar 2012 22:39:16 +0100 |
Xeli |
make ammomenu's speed dependent on RealTicks rather than frames
|
changeset |
files
|
Tue, 13 Mar 2012 21:09:46 +0100 |
Xeli |
allow for 0 values on AMShiftTarget, this allows for movement across one axis
|
changeset |
files
|
Sat, 17 Mar 2012 17:24:38 -0400 |
nemo |
Disable anim for stats screen ("In game" stays visible otherwise)
|
changeset |
files
|
Sat, 17 Mar 2012 17:18:43 -0400 |
nemo |
Ensure flawless is false if any hog is lost, unless it was lost doing a kamikaze
|
changeset |
files
|
Sat, 17 Mar 2012 16:14:08 -0400 |
nemo |
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.
|
changeset |
files
|
Sat, 17 Mar 2012 14:24:43 -0400 |
nemo |
eh. guess they really should be here
|
changeset |
files
|
Sat, 17 Mar 2012 14:13:16 -0400 |
nemo |
Adding leftX/rightX/topY to simplify determining bounds based on map playing area.
|
changeset |
files
|
Sat, 17 Mar 2012 14:02:11 -0400 |
nemo |
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?
|
changeset |
files
|
Sat, 17 Mar 2012 13:16:50 -0400 |
nemo |
orient kamikaze correctly when going through portals
|
changeset |
files
|
Wed, 14 Mar 2012 23:58:56 -0400 |
nemo |
oh yeah, dY...
|
changeset |
files
|
Wed, 14 Mar 2012 21:12:04 -0400 |
nemo |
Allow RC plane to go through portals
|
changeset |
files
|
Wed, 14 Mar 2012 11:07:22 +0400 |
unc0rr |
Oops, fix range (2 is too small value)
|
changeset |
files
|
Tue, 13 Mar 2012 22:25:43 -0400 |
nemo |
Add fall damage
|
changeset |
files
|
Tue, 13 Mar 2012 21:51:50 -0400 |
nemo |
For reasons I can't fathom, if this portion isn't commented out, the AI completely fails w/ a weaponset of only firepunch.
|
changeset |
files
|
Tue, 13 Mar 2012 22:46:55 +0400 |
unc0rr |
Variable pen width
|
changeset |
files
|
Tue, 13 Mar 2012 12:22:56 -0400 |
nemo |
tweak take 2
|
changeset |
files
|
Tue, 13 Mar 2012 12:10:48 -0400 |
nemo |
Small tweak to return something more useful in the negative 0 case on dX
|
changeset |
files
|
Tue, 13 Mar 2012 00:05:03 -0400 |
nemo |
Minimise another sqrt check.
|
changeset |
files
|
Mon, 12 Mar 2012 23:46:28 +0400 |
unc0rr |
Avoid local rate minimums around hog (within 15 pixels). Not tested.
|
changeset |
files
|
Mon, 12 Mar 2012 16:08:40 +0400 |
unc0rr |
Compatibility
|
changeset |
files
|
Mon, 12 Mar 2012 01:00:17 -0400 |
nemo |
Change rest of AI tests to floats, reenable snowball
|
changeset |
files
|
Sun, 11 Mar 2012 23:24:09 -0400 |
nemo |
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.
|
changeset |
files
|
Sun, 11 Mar 2012 22:44:57 -0400 |
nemo |
Hm. Score was a bit too much, AI was doing suicidal things.
|
changeset |
files
|
Sun, 11 Mar 2012 22:35:55 -0400 |
nemo |
small tweak. make drowning prefer higher health hogs
|
changeset |
files
|
Sun, 11 Mar 2012 20:36:50 -0400 |
nemo |
Teach AI to drown with shotgun too
|
changeset |
files
|
Sun, 11 Mar 2012 20:12:31 -0400 |
nemo |
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.
|
changeset |
files
|
Sun, 11 Mar 2012 18:28:32 -0400 |
nemo |
Add drowning to grenade too, try some little optimisations
|
changeset |
files
|
Sun, 11 Mar 2012 23:31:32 +0400 |
unc0rr |
Fix silliness
|
changeset |
files
|
Sun, 11 Mar 2012 14:43:36 -0400 |
nemo |
First pass at making AI drowning aware. No concerns of performance, only applied to bazooka (not bat/fp etc)
|
changeset |
files
|
Sun, 11 Mar 2012 12:19:04 -0400 |
nemo |
Minor optimisation for AI to cut down on hwSqrt calls
|
changeset |
files
|
Sun, 11 Mar 2012 11:39:45 -0400 |
nemo |
bug #336
|
changeset |
files
|
Sat, 10 Mar 2012 23:00:39 -0500 |
nemo |
Add div to allow safe integer division from lua
|
changeset |
files
|
Sat, 10 Mar 2012 16:32:46 -0500 |
nemo |
Recount team health if modifying hedgehog health
|
changeset |
files
|
Sat, 10 Mar 2012 16:10:38 -0500 |
nemo |
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.
|
changeset |
files
|
Sat, 10 Mar 2012 15:56:36 -0500 |
nemo |
Avoid rare double decrement.
|
changeset |
files
|
Sat, 10 Mar 2012 14:38:31 -0500 |
nemo |
Prevent pirate ship from repeating on Islands, remove vertical line in art landback
|
changeset |
files
|
Sat, 03 Mar 2012 22:40:00 -0500 |
nemo |
bug #370
|
changeset |
files
|
Thu, 01 Mar 2012 23:55:19 +0400 |
unc0rr |
Oh, should also check for game finish when player quits without ROUNDFINISHED message: small refactoring, not tested at all
|
changeset |
files
|
Thu, 01 Mar 2012 14:45:42 -0500 |
nemo |
comment out reserve to maintain old Qt compat
|
changeset |
files
|
Thu, 01 Mar 2012 23:35:13 +0400 |
unc0rr |
Also consider game finished when the last player reports ROUNDFINISHED despite the correctness parameter.
|
changeset |
files
|
Wed, 29 Feb 2012 18:30:37 -0500 |
nemo |
Someone might find this useful. Plan to link to it from the wiki.
|
changeset |
files
|
Wed, 29 Feb 2012 18:24:56 -0500 |
nemo |
Fix for bug #366, delete gear if hog is drowning (needed either that or a check on nil Gear^.Hedgehog^.Gear)
|
changeset |
files
|
Wed, 29 Feb 2012 23:44:49 +0400 |
unc0rr |
Don't remove client's teams from teams list on "ROUNDFINISHED 0", just send team removal message to others.
|
changeset |
files
|
Tue, 28 Feb 2012 21:25:36 -0500 |
nemo |
oops
|
changeset |
files
|
Tue, 28 Feb 2012 22:00:33 +0100 |
Xeli |
android: fix finding cache dir on prefroyo devices, it now creates the Hedgewars folder if it wasn't there
|
changeset |
files
|
Tue, 28 Feb 2012 09:40:48 -0500 |
nemo |
attractiveness tweak to the text clip
|
changeset |
files
|
Mon, 27 Feb 2012 19:01:44 -0500 |
nemo |
Clamp name/team name textures to avoid long team / hog name abuse. Limit width in px instead of chars to avoid unicode issues.
|
changeset |
files
|
Sun, 26 Feb 2012 18:13:26 -0500 |
nemo |
don't use currenthedgehog
|
changeset |
files
|
Sun, 26 Feb 2012 16:31:25 -0500 |
mikade |
use per hog ammo game flag. improves AI play
|
changeset |
files
|
Sun, 26 Feb 2012 15:42:28 -0500 |
nemo |
oops
|
changeset |
files
|
Sun, 26 Feb 2012 13:37:17 -0500 |
nemo |
right-click colour selection to scroll backwards through colours (bit hackish, subclassing + right click handling would be better than custom menu item signal)
|
changeset |
files
|
Sun, 26 Feb 2012 12:56:53 -0500 |
nemo |
ugh
|
changeset |
files
|
Sun, 26 Feb 2012 12:45:00 -0500 |
nemo |
make onAmmoStoreInit optional in the case of onNewAmmoStore
|
changeset |
files
|
Sun, 26 Feb 2012 12:32:48 -0500 |
nemo |
pass indexes for the clan/team/hedgehog
|
changeset |
files
|
Sun, 26 Feb 2012 11:28:28 -0500 |
nemo |
copypasta fail
|
changeset |
files
|
Sun, 26 Feb 2012 11:21:32 -0500 |
nemo |
Add a new script hook. onNewAmmoStore. This will allow scripts like The Specialists to define separate ammo sets for each hog
|
changeset |
files
|
Sun, 26 Feb 2012 12:15:32 +0400 |
unc0rr |
Send ROUND_FINISHED only once (only from in game mode)
|
changeset |
files
|
Sat, 25 Feb 2012 22:18:08 +0400 |
unc0rr |
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.
|
changeset |
files
|
Fri, 24 Feb 2012 23:49:31 +0400 |
unc0rr |
- Increase server version number due to rooms list protocol changes
|
changeset |
files
|
Thu, 23 Feb 2012 23:13:48 +0400 |
unc0rr |
Bring back functionality to "Join" button
|
changeset |
files
|
Thu, 23 Feb 2012 22:58:52 +0400 |
unc0rr |
Setup rooms list headers
|
changeset |
files
|
Thu, 23 Feb 2012 12:58:17 -0500 |
nemo |
Revert most of 033e4a8a9c74 and 9d501dc22f71 (see bug #362)
|
changeset |
files
|
Thu, 23 Feb 2012 18:41:52 +0400 |
unc0rr |
Handle ROOM* commands in rooms list model
|
changeset |
files
|
Thu, 23 Feb 2012 00:46:03 +0400 |
unc0rr |
Start switching to rooms list model. To be continued.
|
changeset |
files
|
Wed, 22 Feb 2012 18:13:14 +0100 |
koda |
Added tag hedgeroid-alpha for changeset ce2b24995ab2
|
changeset |
files
|
Wed, 22 Feb 2012 18:09:39 +0100 |
koda |
Added tag 0.9.17-release for changeset 4670f003f91b
|
changeset |
files
|
Wed, 22 Feb 2012 18:09:17 +0100 |
koda |
Removed tag 0-9.17-release
|
changeset |
files
|
Mon, 20 Feb 2012 22:04:57 +0100 |
Xeli |
updated version for market
hedgeroid-alpha
|
changeset |
files
|
Mon, 20 Feb 2012 21:55:59 +0100 |
Xeli |
incremental loading of all the images in teamcreation on android, this should really be rewritten though..
|
changeset |
files
|
Mon, 20 Feb 2012 21:50:56 +0100 |
Xeli |
fixed a nullpointer exception when creating a new team
|
changeset |
files
|
Mon, 20 Feb 2012 21:22:21 +0100 |
Xeli |
fixed the schemes on android
|
changeset |
files
|
Mon, 20 Feb 2012 21:22:04 +0100 |
Xeli |
schemes/teams now get replaces on each version update
|
changeset |
files
|