Fri, 28 Oct 2011 18:26:17 +0200 |
koda |
one dangerous merge
hedgeroid
|
changeset |
files
|
Fri, 28 Oct 2011 19:20:35 +0400 |
unc0rr |
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.
|
changeset |
files
|
Fri, 28 Oct 2011 13:10:46 +0200 |
sheepluva |
+ make names in notice messages and leave messages clickable too
|
changeset |
files
|
Fri, 28 Oct 2011 09:12:05 +0200 |
sheepluva |
chat: don't link own name
|
changeset |
files
|
Fri, 28 Oct 2011 03:41:52 +0200 |
koda |
ok *this* brings ios 3.* runtime compatibility
|
changeset |
files
|
Fri, 28 Oct 2011 03:06:31 +0200 |
koda |
restore game config on iphone
|
changeset |
files
|
Thu, 27 Oct 2011 22:52:22 +0200 |
sheepluva |
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.
|
changeset |
files
|
Thu, 27 Oct 2011 21:33:18 +0400 |
unc0rr |
- Remove some old unused code
|
changeset |
files
|
Thu, 27 Oct 2011 02:47:05 +0200 |
sheepluva |
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...
|
changeset |
files
|
Wed, 26 Oct 2011 11:50:03 +0200 |
sheepluva |
typos
|
changeset |
files
|
Wed, 26 Oct 2011 05:57:00 +0200 |
sheepluva |
custom highlighting
|
changeset |
files
|
Wed, 26 Oct 2011 02:21:44 +0200 |
koda |
also imageio is absent from old ios, so weaklink it
|
changeset |
files
|
Wed, 26 Oct 2011 01:51:42 +0200 |
sheepluva |
few mini-adjustments
|
changeset |
files
|
Wed, 26 Oct 2011 01:50:08 +0200 |
sheepluva |
move (prematurely) finishing game by removing all teams into engine since that's where it should happen
|
changeset |
files
|
Wed, 26 Oct 2011 01:17:44 +0200 |
koda |
fix runtime compability with ios 3.* (hopefully) and fix a small glitch in turning off music/sounds
|
changeset |
files
|
Wed, 26 Oct 2011 00:30:35 +0200 |
koda |
restore runtime compatibility with ios 3.2
|
changeset |
files
|
Tue, 25 Oct 2011 22:51:10 +0200 |
koda |
move all extra categories in a single source, add caching for HWUtils
|
changeset |
files
|
Tue, 25 Oct 2011 22:14:55 +0200 |
koda |
updated sdl and lowered minimum ios to 3.0
|
changeset |
files
|
Tue, 25 Oct 2011 19:01:56 -0400 |
nemo |
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.
|
changeset |
files
|
Tue, 25 Oct 2011 19:46:59 +0200 |
sheepluva |
remove any thread-safe stuff I introduced since it's not needed
|
changeset |
files
|
Tue, 25 Oct 2011 13:30:02 +0400 |
unc0rr |
Fix for 'The "optimized" argument must be followed by a library.' cmake failure
|
changeset |
files
|
Tue, 25 Oct 2011 03:00:08 +0200 |
sheepluva |
adding simple doc build script
|
changeset |
files
|
Mon, 24 Oct 2011 23:24:01 +0200 |
sheepluva |
this should fix stylesheet importing on windows, but we'll see
|
changeset |
files
|
Mon, 24 Oct 2011 22:46:35 +0200 |
sheepluva |
fix of /saveStyleSheet command, error message on stylesheet import fail
|
changeset |
files
|
Mon, 24 Oct 2011 20:01:25 +0200 |
sheepluva |
tweak and document abstract page
|
changeset |
files
|
Mon, 24 Oct 2011 11:14:09 +0200 |
sheepluva |
on file save: create parent directories if needed
|
changeset |
files
|
Mon, 24 Oct 2011 10:59:52 +0200 |
sheepluva |
unbreak command auto-completion (was broken since r0b92341adb6a - 52 commits ago)
|
changeset |
files
|
Mon, 24 Oct 2011 10:30:47 +0200 |
sheepluva |
chat:
|
changeset |
files
|
Mon, 24 Oct 2011 06:54:46 +0200 |
sheepluva |
minor cleanups, mostly in own code
|
changeset |
files
|
Mon, 24 Oct 2011 06:10:28 +0200 |
sheepluva |
* fixing my hat preview bug nemo pointed out (thanks!)
|
changeset |
files
|
Mon, 24 Oct 2011 01:09:33 +0200 |
sheepluva |
improve and cash hilight regexp
|
changeset |
files
|
Sun, 23 Oct 2011 22:47:59 +0200 |
sheepluva |
highlight improvements
|
changeset |
files
|
Sun, 23 Oct 2011 14:44:19 -0400 |
nemo |
oops
|
changeset |
files
|
Sun, 23 Oct 2011 11:37:52 +0400 |
unc0rr |
Case-insensitive comparison of nicks
|
changeset |
files
|
Sun, 23 Oct 2011 09:01:53 +0200 |
sheepluva |
potential fix for issue #217 (SigSegV while in game room in KillAllTeams - team list change?)
|
changeset |
files
|
Sun, 23 Oct 2011 01:47:44 -0400 |
nemo |
retain dx/dy from landgun
|
changeset |
files
|
Sat, 22 Oct 2011 20:49:26 +0200 |
sheepluva |
doxygen seems to get confused if a ///< line is followed by a /// line
|
changeset |
files
|
Sat, 22 Oct 2011 20:41:23 +0200 |
sheepluva |
* adding destructors to my line edit subclasses
|
changeset |
files
|
Sat, 22 Oct 2011 19:37:39 +0200 |
sheepluva |
let's create some templates so that the user knows how to start off
|
changeset |
files
|
Sat, 22 Oct 2011 18:24:36 +0200 |
sheepluva |
document css files better
|
changeset |
files
|
Sat, 22 Oct 2011 11:50:55 -0400 |
nemo |
Tweak ratios to deemphasise foreground flakes further
|
changeset |
files
|
Sat, 22 Oct 2011 10:59:06 +0200 |
sheepluva |
minor signal fail fix
|
changeset |
files
|
Sat, 22 Oct 2011 10:52:07 +0200 |
sheepluva |
some more chat fixes and changes, I think. hum. what was that? um. aaah, I better go catch some sheep ... er sleep.. um..
|
changeset |
files
|
Sat, 22 Oct 2011 08:51:02 +0200 |
sheepluva |
ugh wth... cleaned FL/IL change notifications up
|
changeset |
files
|
Sat, 22 Oct 2011 06:55:14 +0200 |
sheepluva |
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)
|
changeset |
files
|
Sat, 22 Oct 2011 00:49:55 -0400 |
nemo |
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
|
changeset |
files
|
Sat, 22 Oct 2011 02:41:59 +0200 |
sheepluva |
BOOOOooOM <headshot>! removing default stylesheets from c++ code and adding them as text files to the qt resources
|
changeset |
files
|
Sat, 22 Oct 2011 01:53:14 +0200 |
sheepluva |
same for chat. changed the paths to: css/qt.css css/chat.css
|
changeset |
files
|
Sat, 22 Oct 2011 01:00:21 +0200 |
sheepluva |
frontend will use the data file misc/qt_style.css instead of hardcoded stylesheet - if the file exists
|
changeset |
files
|
Sat, 22 Oct 2011 00:00:48 +0200 |
sheepluva |
moving a file around, fixing a png, etc.
|
changeset |
files
|
Fri, 21 Oct 2011 20:58:49 +0200 |
sheepluva |
fix multiplayer script loading
|
changeset |
files
|
Fri, 21 Oct 2011 19:37:45 +0200 |
sheepluva |
fix netgame layout issues, I think all layout issues caused by page refactoring are fixed now, if you find any more let me know
|
changeset |
files
|
Fri, 21 Oct 2011 19:27:40 +0200 |
sheepluva |
fix lobby layout issues
|
changeset |
files
|
Fri, 21 Oct 2011 19:17:08 +0200 |
sheepluva |
fix layout of net page
|
changeset |
files
|
Fri, 21 Oct 2011 18:53:36 +0200 |
sheepluva |
fix multiplayer page layout, doc/comment fixes
|
changeset |
files
|
Fri, 21 Oct 2011 18:23:43 +0200 |
sheepluva |
fix overlapping issue in main menu
|
changeset |
files
|
Fri, 21 Oct 2011 17:55:32 +0200 |
sheepluva |
fix an include; fix/add comments
|
changeset |
files
|
Fri, 21 Oct 2011 08:41:21 +0200 |
sheepluva |
simplified some stuff I wrote
|
changeset |
files
|
Fri, 21 Oct 2011 08:03:42 +0200 |
sheepluva |
finishing SDLInterface cleanup (wrt audio)
|
changeset |
files
|
Fri, 21 Oct 2011 07:00:49 +0200 |
sheepluva |
moving and renaming SDLs.*, making it a singleton; cleaning up class responsibilties wrt SDLInteraction; some comments
|
changeset |
files
|
Fri, 21 Oct 2011 04:11:26 +0200 |
sheepluva |
change SDL.h/SDL.cpp to use HWDataManager instead of poking around on the harddrive - also I added doc/comments to the class
|
changeset |
files
|
Fri, 21 Oct 2011 01:47:53 +0200 |
sheepluva |
oops and good night
|
changeset |
files
|
Fri, 21 Oct 2011 01:36:13 +0200 |
sheepluva |
comment fixes
|
changeset |
files
|
Fri, 21 Oct 2011 00:02:11 +0200 |
sheepluva |
comments
|
changeset |
files
|
Thu, 20 Oct 2011 23:25:16 +0200 |
sheepluva |
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)
|
changeset |
files
|
Thu, 20 Oct 2011 13:10:24 +0200 |
sheepluva |
introduce HWDataManager util for transparent access to [user-]data files
|
changeset |
files
|
Thu, 20 Oct 2011 05:52:11 +0200 |
sheepluva |
comment typo
|
changeset |
files
|
Thu, 20 Oct 2011 02:56:58 +0200 |
sheepluva |
move this widget into the widget dir
|
changeset |
files
|
Wed, 19 Oct 2011 22:32:26 -0400 |
nemo |
lolwut
|
changeset |
files
|
Wed, 19 Oct 2011 21:53:39 -0400 |
nemo |
Fix sticky mine/mine activation bug
|
changeset |
files
|
Wed, 19 Oct 2011 21:50:03 -0400 |
nemo |
Fix birdy flight bug
|
changeset |
files
|
Wed, 19 Oct 2011 21:55:42 +0200 |
sheepluva |
allow changing number of hogs or weapons with mousewheel
|
changeset |
files
|
Wed, 19 Oct 2011 21:14:21 +0200 |
sheepluva |
make this transparent so that people can actually see /what/ they have disabled...
|
changeset |
files
|
Wed, 19 Oct 2011 16:10:18 +0200 |
sheepluva |
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...
|
changeset |
files
|
Wed, 19 Oct 2011 02:10:27 +0200 |
sheepluva |
frontend chat input history, use arrow keys UP/DOWN
|
changeset |
files
|
Tue, 18 Oct 2011 15:34:40 +0200 |
sheepluva |
+ don't suggest ignored nicknames
|
changeset |
files
|
Tue, 18 Oct 2011 09:09:49 -0400 |
Guillaume Englert |
Fix repeat on SkyL, remove SkyR
|
changeset |
files
|
Tue, 18 Oct 2011 14:28:50 +0200 |
sheepluva |
feature-pimpin'-up the chat input line in frontend:
|
changeset |
files
|
Tue, 18 Oct 2011 00:13:50 +0200 |
sheepluva |
server lobby: don't stretch buttons right of the roomlist - instead let the roomlist use all the available space
|
changeset |
files
|
Tue, 18 Oct 2011 00:01:26 +0200 |
sheepluva |
don't hoard empty friends/ignore-lists on the HDD
|
changeset |
files
|
Mon, 17 Oct 2011 22:48:11 +0200 |
sheepluva |
fix overlapping pixel in stormtrooper hat
|
changeset |
files
|
Mon, 17 Oct 2011 20:40:15 +0200 |
sheepluva |
fix outline of rcplane
|
changeset |
files
|
Mon, 17 Oct 2011 14:05:34 -0400 |
nemo |
never doing any graphics stuff when I can't test, again :(
|
changeset |
files
|
Mon, 17 Oct 2011 14:00:15 -0400 |
nemo |
:(
|
changeset |
files
|
Mon, 17 Oct 2011 13:49:55 -0400 |
nemo |
Not being able to test sucks :(
|
changeset |
files
|
Mon, 17 Oct 2011 13:29:54 -0400 |
nemo |
Riiight. Let's try this instead
|
changeset |
files
|
Mon, 17 Oct 2011 13:03:39 -0400 |
nemo |
tint RC plane with team colour. untested.
|
changeset |
files
|
Mon, 17 Oct 2011 13:01:08 -0400 |
mikade |
graphic for team coloured RC planes
|
changeset |
files
|
Mon, 17 Oct 2011 12:09:04 -0400 |
nemo |
Sheepluva suggestion - brighten so that the team colours look less muddy, if some artist hates the result, they are welcome to clean it up
|
changeset |
files
|
Mon, 17 Oct 2011 11:21:08 -0400 |
nemo |
Use SkyL if SkyR is not included. Saves a bit of texture memory and removes some redundant files.
|
changeset |
files
|
Mon, 17 Oct 2011 02:07:58 +0200 |
sheepluva |
add tiara hat
|
changeset |
files
|
Sun, 16 Oct 2011 21:21:43 +0200 |
koda |
missed a compiler option from previous merge
|
changeset |
files
|
Sun, 16 Oct 2011 15:09:26 -0400 |
nemo |
tweak. constrain to full opacity
|
changeset |
files
|
Sun, 16 Oct 2011 21:03:30 +0200 |
koda |
merge the changes applied to 0.9.16
|
changeset |
files
|
Sun, 16 Oct 2011 11:45:46 -0400 |
nemo |
Blend the outter side too
|
changeset |
files
|
Fri, 14 Oct 2011 11:36:46 -0400 |
Florian Fabre |
Hide focus outline on buttons.
|
changeset |
files
|
Thu, 13 Oct 2011 13:50:41 -0400 |
nemo |
oops
|
changeset |
files
|
Thu, 13 Oct 2011 11:15:07 -0400 |
Guillaume Englert |
Add SkyL/SkyR to avoid repeating the cave entrance
|
changeset |
files
|
Wed, 12 Oct 2011 21:00:12 -0400 |
nemo |
Remove unnecessary assignments post-creation. Simplifies Lua manipulation of these adds as well as just being tidier.
|
changeset |
files
|
Tue, 11 Oct 2011 10:44:27 -0400 |
Guillaume Englert |
another crystal, spray and landtex tweaks.
|
changeset |
files
|
Tue, 11 Oct 2011 01:07:37 +0200 |
sheepluva |
something for nemo to play around with
|
changeset |
files
|
Tue, 11 Oct 2011 00:06:46 +0200 |
sheepluva |
make slope calcs skip small gaps
|
changeset |
files
|
Mon, 10 Oct 2011 16:36:35 -0400 |
nemo |
tidier
|
changeset |
files
|
Mon, 10 Oct 2011 16:23:08 -0400 |
nemo |
Make sticky mines and normal mines start their typical behaviour a second after creation in infinite attack mode.
|
changeset |
files
|
Mon, 10 Oct 2011 15:45:19 -0400 |
nemo |
set followgear to cluster/melon/gascloud
|
changeset |
files
|
Mon, 10 Oct 2011 15:25:59 -0400 |
nemo |
Make a few more things be impacted by explosions nearby
|
changeset |
files
|
Mon, 10 Oct 2011 14:37:19 -0400 |
nemo |
tweak (still a hack)
|
changeset |
files
|
Mon, 10 Oct 2011 14:13:35 -0400 |
nemo |
Experiment in making ice more treacherous. also tweak to snow/christmas flake spawn
|
changeset |
files
|
Sun, 09 Oct 2011 21:47:47 -0400 |
nemo |
Aaaand another flag that used to be cleared here...
|
changeset |
files
|
Mon, 10 Oct 2011 02:50:01 +0200 |
koda |
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
|
changeset |
files
|
Sun, 09 Oct 2011 20:03:04 -0400 |
nemo |
expose border color to lua
|
changeset |
files
|
Sun, 09 Oct 2011 19:48:13 -0400 |
nemo |
oops
|
changeset |
files
|
Sun, 09 Oct 2011 19:36:09 -0400 |
nemo |
Restrict slipperiness to girders and bridges. Make girders more obviously ice.
|
changeset |
files
|
Sat, 08 Oct 2011 23:36:52 -0400 |
nemo |
Fix a few masks. The one that needed it the most was trophyrace.
|
changeset |
files
|
Sat, 08 Oct 2011 22:52:51 -0400 |
nemo |
add a couple more
|
changeset |
files
|
Sun, 09 Oct 2011 03:04:45 +0200 |
koda |
finally removed the white border glitch of the ipad preview map, moved initialization from IB to code
|
changeset |
files
|
Sun, 09 Oct 2011 01:45:12 +0200 |
koda |
refreshed the ipad interface with some white
|
changeset |
files
|
Sun, 09 Oct 2011 00:24:58 +0200 |
koda |
some code refactoring of the ios game config
|
changeset |
files
|
Sat, 08 Oct 2011 23:23:25 +0200 |
koda |
ooops
|
changeset |
files
|
Sat, 08 Oct 2011 22:51:01 +0200 |
koda |
move some config files
|
changeset |
files
|
Sat, 08 Oct 2011 22:44:32 +0200 |
koda |
create teams programmatically
|
changeset |
files
|
Sat, 08 Oct 2011 21:17:24 +0200 |
koda |
convert creation chamber functions to class methods
|
changeset |
files
|
Sat, 08 Oct 2011 17:22:06 +0200 |
jose1711 |
Updated Slovak translation
|
changeset |
files
|
Sat, 08 Oct 2011 16:54:56 +0200 |
jose1711 |
merge
|
changeset |
files
|
Sat, 08 Oct 2011 13:39:40 +0200 |
koda |
sed commands should be tested beforehand
|
changeset |
files
|
Sat, 08 Oct 2011 02:05:22 -0400 |
nemo |
Another flag that was relying on this routine to clear it...
|
changeset |
files
|
Sat, 08 Oct 2011 01:27:43 -0400 |
nemo |
tweak Y movement
|
changeset |
files
|
Sat, 08 Oct 2011 00:34:41 -0400 |
nemo |
Couple more, add back misplaced clearing of Land
|
changeset |
files
|
Fri, 07 Oct 2011 23:57:14 -0400 |
nemo |
Add landbacktex to a few maps, just to see how it looks.
|
changeset |
files
|
Sat, 08 Oct 2011 03:07:04 +0200 |
koda |
minor changes
|
changeset |
files
|
Sat, 08 Oct 2011 02:57:30 +0200 |
koda |
added iphone interface for missions/trainings page, setters/getters unlocked
|
changeset |
files
|
Sat, 08 Oct 2011 00:04:18 +0200 |
koda |
move out xib files from Resources to Classes
|
changeset |
files
|
Fri, 07 Oct 2011 18:52:04 -0400 |
nemo |
This should allow hedgehogs to still move freely after trapping other hedgehogs in a portal loop.
|
changeset |
files
|
Fri, 07 Oct 2011 17:29:00 -0400 |
nemo |
Move the crystals to sprays to reduce the regularity of the land texture
|
changeset |
files
|
Thu, 06 Oct 2011 14:54:55 -0400 |
Guillaume Englert |
Add Cave theme
|
changeset |
files
|
Thu, 06 Oct 2011 03:55:51 +0200 |
koda |
(a lot of) ooops
|
changeset |
files
|
Thu, 06 Oct 2011 00:11:55 +0400 |
unc0rr |
- Frontend: don't pass /script for missions
|
changeset |
files
|
Wed, 05 Oct 2011 22:57:42 +0400 |
unc0rr |
Tiny cleanup
|
changeset |
files
|
Wed, 05 Oct 2011 10:05:14 +0200 |
koda |
the retina infection keeps spreading...
|
changeset |
files
|
Wed, 05 Oct 2011 09:49:39 +0200 |
koda |
be a good memory aware citizen
|
changeset |
files
|
Wed, 05 Oct 2011 01:06:58 +0200 |
koda |
make the missions/trainings start
|
changeset |
files
|
Wed, 05 Oct 2011 00:18:54 +0200 |
koda |
first pass for implementing missions/training selection on ipad (not yet running)
|
changeset |
files
|
Tue, 04 Oct 2011 17:13:39 -0400 |
nemo |
hm. probably should set both
|
changeset |
files
|
Sun, 02 Oct 2011 10:36:43 -0400 |
nemo |
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.
|
changeset |
files
|
Sun, 02 Oct 2011 03:45:09 +0200 |
koda |
on ipad2 and above animate the little hogs on game config and fix the hat display imaging
|
changeset |
files
|
Sun, 02 Oct 2011 01:35:20 +0200 |
koda |
little changes and fixes to the previous commit
|
changeset |
files
|
Sun, 02 Oct 2011 00:57:04 +0200 |
koda |
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
|
changeset |
files
|
Fri, 30 Sep 2011 22:33:28 -0400 |
nemo |
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
|
changeset |
files
|
Sat, 01 Oct 2011 03:06:51 +0200 |
koda |
fix a couple of 'potential leaks'
|
changeset |
files
|
Sat, 01 Oct 2011 02:49:40 +0200 |
koda |
rename the ios settings files into something more appropriate
|
changeset |
files
|
Sat, 01 Oct 2011 02:40:26 +0200 |
koda |
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)
|
changeset |
files
|
Fri, 30 Sep 2011 17:04:20 +0200 |
koda |
infecting sheepluva's mission graphics with retina images
|
changeset |
files
|
Fri, 30 Sep 2011 12:55:04 +0200 |
koda |
a little code cleanup
|
changeset |
files
|
Fri, 30 Sep 2011 13:17:34 +0400 |
unc0rr |
Fix build with .pro file
|
changeset |
files
|
Thu, 29 Sep 2011 20:11:27 +0400 |
unc0rr |
Oops, fix build
|
changeset |
files
|
Thu, 29 Sep 2011 17:25:25 +0400 |
unc0rr |
GameInfo needs room params copy
|
changeset |
files
|
Tue, 27 Sep 2011 19:27:19 +0400 |
unc0rr |
Introduce EngineInteraction module
|
changeset |
files
|
Fri, 30 Sep 2011 11:00:48 +0200 |
koda |
translators missed me
|
changeset |
files
|
Fri, 30 Sep 2011 10:54:10 +0200 |
koda |
fix hats of the AI team file for ios
|
changeset |
files
|
Fri, 30 Sep 2011 10:43:16 +0200 |
koda |
fix issue 287, default cmake build type
|
changeset |
files
|
Thu, 29 Sep 2011 16:04:07 +0200 |
sheepluva |
oops
|
changeset |
files
|
Thu, 29 Sep 2011 15:57:09 +0200 |
sheepluva |
update .pro
|
changeset |
files
|
Thu, 29 Sep 2011 00:13:52 +0200 |
sheepluva |
rename misc.{h,cpp} to the name of the class they contain (FreqSpinBox)
|
changeset |
files
|
Wed, 28 Sep 2011 19:48:02 +0200 |
sheepluva |
this makes more sense
|
changeset |
files
|
Wed, 28 Sep 2011 19:27:56 +0200 |
sheepluva |
I started to move stuff around, c'mon, hate on meee. PS: if your (clean) build is broken - let me know)
|
changeset |
files
|
Wed, 28 Sep 2011 06:24:10 +0200 |
sheepluva |
training screen localization works now
|
changeset |
files
|
Wed, 28 Sep 2011 04:21:24 +0200 |
sheepluva |
load mission caption and description from localization file (WIP)
|
changeset |
files
|
Fri, 28 Oct 2011 18:27:55 +0200 |
Xeli |
New market version
hedgeroid
|
changeset |
files
|
Wed, 28 Sep 2011 04:17:41 +0200 |
mikade |
mikade making sheepluva happy again
|
changeset |
files
|
Fri, 28 Oct 2011 17:41:39 +0200 |
Xeli |
Enabled landhash check again
hedgeroid
|
changeset |
files
|
Tue, 27 Sep 2011 16:26:57 +0200 |
sheepluva |
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
|
changeset |
files
|
Fri, 21 Oct 2011 13:56:11 +0200 |
Xeli |
oops, removed a line from the 'firstTime only' section
hedgeroid
|
changeset |
files
|
Tue, 27 Sep 2011 16:14:35 +0200 |
sheepluva |
stuffToBeAvoidedInFuture->append("layouting");
|
changeset |
files
|
Fri, 21 Oct 2011 00:28:06 +0200 |
Xeli |
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
hedgeroid
|
changeset |
files
|
Tue, 27 Sep 2011 05:08:23 +0200 |
sheepluva |
oops, I forgot I wanted to fix that before committing xD
|
changeset |
files
|
Thu, 20 Oct 2011 23:07:53 +0200 |
Xeli |
wops missed this one: removed a 'fix' eclipse put in there
hedgeroid
|
changeset |
files
|
Tue, 27 Sep 2011 04:31:08 +0200 |
sheepluva |
PIMP'ed up training screen. special thanks to mikade for supplying the pics <3
|
changeset |
files
|
Thu, 20 Oct 2011 22:54:34 +0200 |
Xeli |
Changed package name from org.hedgewars.mobile to org.hedgewars.hedgeroid to upload it to the market
hedgeroid
|
changeset |
files
|
Mon, 26 Sep 2011 21:29:40 -0400 |
nemo |
this needs to actually return something
|
changeset |
files
|
Sun, 09 Oct 2011 20:41:17 +0200 |
Xeli |
Using misc/libtremor/tremor rather than misc/tremor, plus added the include in the android.mk of SDL_mixer
hedgeroid
|
changeset |
files
|
Tue, 27 Sep 2011 00:46:15 +0200 |
sheepluva |
I must not use source files as clipboard.
|
changeset |
files
|
Sun, 09 Oct 2011 15:17:21 +0200 |
Xeli |
update from rev d75329716a02, it really works now (i think)
hedgeroid
|
changeset |
files
|
Tue, 27 Sep 2011 00:38:39 +0200 |
sheepluva |
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
|
changeset |
files
|
Sun, 09 Oct 2011 15:15:45 +0200 |
Xeli |
How did freetype even compile with this in it?
hedgeroid
|
changeset |
files
|
Mon, 26 Sep 2011 21:45:33 +0400 |
unc0rr |
- Add unique id to replay file name
|
changeset |
files
|
Sat, 08 Oct 2011 14:55:13 +0200 |
Xeli |
Removed the need for duplicate libraries, the android build now uses lua, freetype and tremor from misc/
hedgeroid
|
changeset |
files
|
Mon, 26 Sep 2011 03:12:09 +0200 |
sheepluva |
wow, somebody was smoking some reaaally good sh!t right there, man!
|
changeset |
files
|
Sat, 08 Oct 2011 14:52:16 +0200 |
Xeli |
Allow for multicore compiling on quadcores, everyone has one right? :P It has perfomance benifits on single cores too so it's all good =)
hedgeroid
|
changeset |
files
|
Mon, 26 Sep 2011 00:15:10 +0200 |
sheepluva |
small cleanup: enum instead of magic numbers
|
changeset |
files
|
Fri, 07 Oct 2011 14:17:07 +0200 |
Xeli |
Close a game without leaking memory. It should be noted that sending an SDL Quit event leaks memory
hedgeroid
|
changeset |
files
|
Sun, 25 Sep 2011 23:29:04 +0200 |
koda |
Added tag Hedgewars-iOS-1.3.2 for changeset 652a199d4f38
|
changeset |
files
|
Tue, 04 Oct 2011 19:20:42 +0200 |
koda |
fix compiling for android, strip out all delphi code, objfpc ftw
hedgeroid
|
changeset |
files
|
Sun, 25 Sep 2011 23:28:23 +0200 |
koda |
my qt version needs this to work...
|
changeset |
files
|
Tue, 04 Oct 2011 17:18:25 +0200 |
koda |
strip eols and delphi mode
hedgeroid
|
changeset |
files
|
Sun, 25 Sep 2011 21:54:26 +0200 |
sheepluva |
fix typo that sneaked in by pressing ctrl+z one time too much I guess :D
|
changeset |
files
|
Mon, 26 Sep 2011 01:32:48 +0200 |
koda |
changed Game arguments to accept data path on 9th array element (like planned)
hedgeroid
|
changeset |
files
|
Sun, 25 Sep 2011 15:40:01 -0400 |
nemo |
rename to match prior mass hat rename
|
changeset |
files
|
Mon, 26 Sep 2011 01:16:15 +0200 |
koda |
code working on ios now
hedgeroid
|
changeset |
files
|
Sun, 25 Sep 2011 20:54:51 +0200 |
sheepluva |
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)
|
changeset |
files
|
Mon, 26 Sep 2011 00:03:14 +0200 |
koda |
reviewed the build system and parts of the previous merge, performed some code cleanup
hedgeroid
|
changeset |
files
|
Sun, 25 Sep 2011 19:30:10 +0200 |
sheepluva |
some more cleanups and refactoring.
|
changeset |
files
|
Sun, 25 Sep 2011 18:24:01 +0200 |
Xeli |
merge
hedgeroid
|
changeset |
files
|
Sun, 25 Sep 2011 16:09:55 +0200 |
sheepluva |
fix somebody's sed-oops
|
changeset |
files
|
Sun, 25 Sep 2011 03:32:07 +0200 |
koda |
some hopefully harmless experiments
Hedgewars-iOS-1.3.2
|
changeset |
files
|
Sun, 25 Sep 2011 02:28:33 +0200 |
koda |
this finally fixes the interaction between RestoredGameViewController and StatsPagesViewController
|
changeset |
files
|
Sat, 24 Sep 2011 22:35:31 +0200 |
koda |
warnings round also for ios
|
changeset |
files
|
Sat, 24 Sep 2011 22:27:52 +0200 |
koda |
add a class method for getting the overlay (and fix a silly mistake while at it) and use it
|
changeset |
files
|
Sat, 24 Sep 2011 21:54:11 +0200 |
koda |
better memory cleanup for audiomanager and position of lower stats button
|
changeset |
files
|
Sat, 24 Sep 2011 14:48:23 +0200 |
koda |
disable the followgear vertical offset for small screen devices
|
changeset |
files
|
Sat, 24 Sep 2011 22:14:10 +0200 |
sheepluva |
cleaning up a little bit more, especially team class. we were leaking teams into heap memory on quick game starts btw
|
changeset |
files
|
Sat, 24 Sep 2011 22:27:20 +0400 |
unc0rr |
Report long flight archievement
|
changeset |
files
|
Sat, 24 Sep 2011 21:21:21 +0400 |
unc0rr |
Fix some warnings
|
changeset |
files
|
Sat, 24 Sep 2011 21:14:51 +0400 |
unc0rr |
Store replays for further analysis
|
changeset |
files
|
Sat, 24 Sep 2011 22:16:49 +0400 |
unC0Rr |
Fix a bunch of warnings (also improves speed a bit in 32 bit code)
|
changeset |
files
|
Sat, 24 Sep 2011 17:12:46 +0200 |
sheepluva |
I wanted to move this line, not to delete it heh.
|
changeset |
files
|
Sat, 24 Sep 2011 16:22:10 +0200 |
sheepluva |
code cleanup/etc
|
changeset |
files
|
Sat, 24 Sep 2011 04:53:53 +0200 |
koda |
fix a crash in getting statistics and a glitch that made background music start while in-game
|
changeset |
files
|
Fri, 26 Oct 2012 14:19:43 +0100 |
koda |
close branch
0.9.16
|
changeset |
files
|
Sat, 24 Sep 2011 03:00:57 +0200 |
koda |
yeah, fix dates -.-
|
changeset |
files
|
Tue, 18 Oct 2011 05:43:16 +0200 |
sheepluva |
backport of c90f50e6dd8e (eggshell vgt related segfault)
0.9.16
|
changeset |
files
|
Sat, 24 Sep 2011 02:23:15 +0200 |
koda |
use a real button instead of a cellview in statspage
|
changeset |
files
|
Sun, 16 Oct 2011 19:02:48 +0200 |
koda |
fix the config.inc conflict by making the ios one in another folder
0.9.16
|
changeset |
files
|
Sat, 24 Sep 2011 01:41:03 +0200 |
sheepluva |
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.
|
changeset |
files
|
Sun, 16 Oct 2011 18:37:57 +0200 |
koda |
more details in chCheckProto
0.9.16
|
changeset |
files
|
Sat, 24 Sep 2011 00:54:47 +0200 |
koda |
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)
|
changeset |
files
|
Fri, 14 Oct 2011 19:00:31 +0200 |
koda |
display a message when network is down or server is not reachable, nemo also made the page refresh at display time
0.9.16
|
changeset |
files
|
Fri, 23 Sep 2011 22:42:30 +0200 |
sheepluva |
many many netclient/frondent changes (just the beginning though):
|
changeset |
files
|
Wed, 12 Oct 2011 04:14:38 +0200 |
koda |
because betas are baaaad (also really fix compiling everywhere)
0.9.16
|
changeset |
files
|
Sat, 24 Sep 2011 00:00:57 +0400 |
unc0rr |
Convert boolean variable + a bunch of fields which make sense only while game is going on into Maybe + structure
|
changeset |
files
|
Sun, 25 Sep 2011 10:48:18 -0400 |
nemo |
merge from default. Pulls in sheepluva's frontend work, and unbreaks engine cmake.
0.9.16
|
changeset |
files
|
Fri, 23 Sep 2011 09:58:41 +0200 |
koda |
don't rumble while synchronising a demo/save
|
changeset |
files
|
Thu, 22 Sep 2011 23:20:11 +0200 |
sheepluva |
randomly selected static/mission maps weren't properly reported to others in room (only new seed was)
|
changeset |
files
|
Thu, 22 Sep 2011 15:30:40 +0200 |
koda |
prevent screen locking while synching saves (can take some time)
|
changeset |
files
|
Thu, 22 Sep 2011 17:19:39 +0400 |
unc0rr |
Fix sheepluva's merge
|
changeset |
files
|
Thu, 22 Sep 2011 14:02:44 +0200 |
sheepluva |
let frontend send (copypasta) multi-line messages line by line to avoid protocol violation
|
changeset |
files
|
Thu, 22 Sep 2011 11:44:39 +0400 |
unc0rr |
My best guess for issue #285 is send thread being stuck at sendAll function, so I move client removing function before sendAll
|
changeset |
files
|
Wed, 21 Sep 2011 22:03:31 -0400 |
nemo |
Disable clouds
|
changeset |
files
|
Thu, 22 Sep 2011 01:28:50 +0200 |
koda |
ios version bump
|
changeset |
files
|
Thu, 22 Sep 2011 01:28:19 +0200 |
koda |
apparently the old way was the correct one
|
changeset |
files
|
Thu, 22 Sep 2011 01:18:31 +0200 |
koda |
aligned credits and game modes to main release
|
changeset |
files
|
Thu, 22 Sep 2011 01:02:57 +0200 |
koda |
create the ios schemes programmatically
|
changeset |
files
|
Wed, 21 Sep 2011 23:15:44 +0200 |
koda |
retina images, again
|
changeset |
files
|
Wed, 21 Sep 2011 22:51:52 +0200 |
koda |
mad several updates to the resource copying phase in the ios project file, changed paths of some images and added some smaller forts version
|
changeset |
files
|
Wed, 21 Sep 2011 15:00:01 -0400 |
nemo |
Couple of missed changes inu pointed out
|
changeset |
files
|
Wed, 21 Sep 2011 17:31:37 +0200 |
koda |
one more
|
changeset |
files
|
Wed, 21 Sep 2011 17:14:26 +0200 |
koda |
moar @2x
|
changeset |
files
|
Wed, 21 Sep 2011 12:57:30 +0200 |
koda |
another round of retina display images
|
changeset |
files
|
Tue, 20 Sep 2011 20:52:04 -0400 |
nemo |
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.
|
changeset |
files
|
Wed, 21 Sep 2011 02:05:42 +0200 |
koda |
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)
|
changeset |
files
|
Tue, 20 Sep 2011 23:43:52 +0200 |
koda |
let's use the built in events, shall we
|
changeset |
files
|
Tue, 20 Sep 2011 16:00:20 -0400 |
nemo |
check for amNothing
|
changeset |
files
|
Tue, 20 Sep 2011 13:37:52 -0400 |
nemo |
Revert koda's c24fdd9a0458 until it stops breaking my builds :-p
|
changeset |
files
|
Tue, 20 Sep 2011 13:27:07 -0400 |
nemo |
Clear gstAnimation and reset Timer before entering death animation
|
changeset |
files
|
Tue, 20 Sep 2011 12:59:02 -0400 |
nemo |
revert prev - that was dumb. wrong gear.
|
changeset |
files
|
Tue, 20 Sep 2011 12:46:45 -0400 |
nemo |
Let's actually add the gstHHDeath check to the right line, shall we?
|
changeset |
files
|
Tue, 20 Sep 2011 12:02:58 -0400 |
nemo |
Check on active hedgehog death animation
|
changeset |
files
|
Mon, 19 Sep 2011 23:35:07 +0200 |
koda |
this reintroduces the gsSuspend state to fix multitasking on ios
|
changeset |
files
|
Mon, 19 Sep 2011 23:18:48 +0200 |
koda |
using fpc 2.7.1 in ios project file
|
changeset |
files
|
Mon, 19 Sep 2011 23:49:20 +0200 |
sheepluva |
also merge 0.9.16 in to make koda happy
|
changeset |
files
|
Mon, 19 Sep 2011 23:25:13 +0200 |
sheepluva |
merge the 2 heads. I hope I did it right. also I increased proto and ver number
|
changeset |
files
|
Mon, 19 Sep 2011 14:17:33 -0400 |
nemo |
return nil for position if no gear
|
changeset |
files
|
Mon, 19 Sep 2011 19:12:19 +0200 |
koda |
fix mac compilation
0.9.16
|
changeset |
files
|
Sun, 18 Sep 2011 21:59:34 +0200 |
sheepluva |
merge changes from 0.9.16 branch - I bet I just broke something XD
|
changeset |
files
|
Mon, 19 Sep 2011 14:38:44 +0200 |
koda |
Added tag 0.9.16-release for changeset 74bc72746bec
0.9.16
|
changeset |
files
|
Sun, 18 Sep 2011 21:46:00 +0200 |
sheepluva |
make chatsection in game room stretch if space is available
0.9.16 0.9.16-release
|
changeset |
files
|
Sun, 18 Sep 2011 21:06:09 +0200 |
sheepluva |
another fix for a popup window that had no style
0.9.16
|
changeset |
files
|
Sun, 18 Sep 2011 16:46:26 +0200 |
sheepluva |
set a default value for density that shouldn't lead to div by 0
0.9.16
|
changeset |
files
|
Sat, 17 Sep 2011 22:01:17 +0400 |
unc0rr |
Include lib* into src package
0.9.16
|
changeset |
files
|
Sat, 17 Sep 2011 21:48:18 +0400 |
unc0rr |
okay, let's revert this for now
0.9.16
|
changeset |
files
|
Mon, 19 Sep 2011 23:55:52 +0400 |
unc0rr |
- Unset hhdriven flag for gone hedgehog
|
changeset |
files
|
Sat, 17 Sep 2011 13:40:54 -0400 |
nemo |
Revert 3ec95dc2b249 - causes hogs to be trapped in the teleport animation. bad breakage
|
changeset |
files
|
Sat, 17 Sep 2011 19:43:45 +0200 |
sheepluva |
fix style of lobby chatroom user context menu
0.9.16
|
changeset |
files
|
Sat, 17 Sep 2011 10:22:35 -0400 |
nemo |
oops, it was already added
|
changeset |
files
|
Sat, 17 Sep 2011 16:20:54 +0400 |
unc0rr |
Set version to 0.9.16, protocol to 39
0.9.16
|
changeset |
files
|
Sat, 17 Sep 2011 10:11:56 -0400 |
nemo |
Add straight lines to changelog
|
changeset |
files
|
Sat, 17 Sep 2011 16:20:09 +0400 |
unc0rr |
Merge recent changes from default
0.9.16
|
changeset |
files
|
Sat, 17 Sep 2011 11:39:42 +0200 |
sheepluva |
update copyright year of README
|
changeset |
files
|
Sat, 17 Sep 2011 04:09:05 +0200 |
mikade |
change the changelog
|
changeset |
files
|
Sat, 17 Sep 2011 00:34:21 +0200 |
sheepluva |
update credits a bit
|
changeset |
files
|
Sat, 17 Sep 2011 00:04:16 +0200 |
sheepluva |
german translations, a lot was still missing -.-
|
changeset |
files
|
Fri, 16 Sep 2011 16:52:05 -0400 |
nemo |
typo
|
changeset |
files
|
Sun, 25 Sep 2011 18:22:12 +0200 |
Xeli |
Attempt to prevent oom after restarting too many times
hedgeroid
|
changeset |
files
|
Fri, 16 Sep 2011 15:26:43 -0400 |
nemo |
merge
|
changeset |
files
|
Sun, 25 Sep 2011 18:19:45 +0200 |
Xeli |
make the fire button appear only on android for now, I'll make it depend on a variable later on
hedgeroid
|
changeset |
files
|
Fri, 16 Sep 2011 15:21:27 -0400 |
nemo |
clear HHJump on portaling
|
changeset |
files
|
Fri, 16 Sep 2011 15:26:02 -0400 |
nemo |
merge
|
changeset |
files
|
Fri, 16 Sep 2011 20:39:14 +0200 |
Xeli |
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
hedgeroid
|
changeset |
files
|
Fri, 16 Sep 2011 15:03:29 -0400 |
inu |
pt update
|
changeset |
files
|
Fri, 16 Sep 2011 20:38:23 +0200 |
Xeli |
removed some commented lines
hedgeroid
|
changeset |
files
|
Fri, 16 Sep 2011 14:43:04 -0400 |
nemo |
Requested a few times
|
changeset |
files
|
Fri, 16 Sep 2011 18:24:50 +0200 |
Xeli |
Exit hedgewars cleanly and return to the frontend with out crashing + fixed error messages "foo" -> HWEngine_Loader
hedgeroid
|
changeset |
files
|
Fri, 16 Sep 2011 14:04:21 -0400 |
nemo |
AI insists on using snowball for digging. Until that is prevented, remove snowball
|
changeset |
files
|
Fri, 16 Sep 2011 18:17:16 +0200 |
Xeli |
merge
hedgeroid
|
changeset |
files
|
Fri, 16 Sep 2011 19:55:11 +0400 |
unc0rr |
- Allow 8 teams in game on 0.9.16-dev
|
changeset |
files
|
Fri, 16 Sep 2011 10:29:09 -0400 |
nemo |
Aaaaalllways!
|
changeset |
files
|
Fri, 16 Sep 2011 14:55:48 +0200 |
Marco Bresciani |
Italian translation
|
changeset |
files
|
Fri, 16 Sep 2011 14:04:45 +0200 |
sheepluva |
whoops, this line got lost in merging action
|
changeset |
files
|
Fri, 16 Sep 2011 13:50:56 +0200 |
szczur |
Polish translation updates
|
changeset |
files
|
Thu, 15 Sep 2011 22:53:47 -0400 |
nemo |
2 extra steps was still occasionally causing problems w/ edge cases. hopefully 3 should do the trick
|
changeset |
files
|
Thu, 15 Sep 2011 22:33:55 -0400 |
nemo |
Move options caption to box title. This frees up quite a bit of space at 800x600
|
changeset |
files
|
Thu, 15 Sep 2011 20:39:04 -0400 |
nemo |
Tweak sparkles, glass. Left glass commented out in case he prefers old behaviour.
|
changeset |
files
|
Fri, 16 Sep 2011 01:45:41 +0200 |
mikade |
check waterline
|
changeset |
files
|
Fri, 16 Sep 2011 01:12:57 +0200 |
sheepluva |
moar sparkles :3
|
changeset |
files
|
Thu, 15 Sep 2011 18:54:16 -0400 |
nemo |
Avoid hog repeating himself
|
changeset |
files
|
Fri, 16 Sep 2011 00:32:53 +0200 |
Palewolf |
Spanish translation
|
changeset |
files
|
Fri, 16 Sep 2011 00:18:21 +0200 |
sheepluva |
TestRectForObstacle: areas outside map borders are not passable
|
changeset |
files
|
Thu, 15 Sep 2011 23:08:17 +0200 |
sheepluva |
change²log
|
changeset |
files
|
Thu, 15 Sep 2011 20:52:58 +0200 |
Henek |
merge :(
|
changeset |
files
|
Thu, 15 Sep 2011 19:20:13 +0200 |
sheepluva |
fix back button location in post-game stats screen
|
changeset |
files
|
Thu, 15 Sep 2011 20:51:43 +0200 |
Henek |
updateing swedish translation
|
changeset |
files
|
Thu, 15 Sep 2011 20:40:59 +0400 |
unc0rr |
0.9.16 branch
0.9.16
|
changeset |
files
|
Thu, 15 Sep 2011 17:19:49 +0200 |
sheepluva |
fix and optimize kamikaze's png
|
changeset |
files
|
Thu, 15 Sep 2011 10:11:38 +0200 |
sheepluva |
screenshots: display a msg on failure and log causative error
|
changeset |
files
|
Thu, 15 Sep 2011 09:19:56 +0200 |
sheepluva |
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.
|
changeset |
files
|
Thu, 15 Sep 2011 03:17:23 +0200 |
sheepluva |
cleaned up the screenshot procedure a little.
|
changeset |
files
|
Thu, 15 Sep 2011 01:41:21 +0200 |
sheepluva |
Randy's soldier helmet hat. I fixed the animation, brightened the color and made it a Team-colored hat.
|
changeset |
files
|
Wed, 14 Sep 2011 19:20:39 -0400 |
nemo |
Updated translation after typo fix
|
changeset |
files
|
Thu, 15 Sep 2011 00:47:05 +0200 |
sheepluva |
team edit: restore default hedgehog name if name is empty- since empty names are not supported and will lead to errors; also lupdate
|
changeset |
files
|
Wed, 14 Sep 2011 22:39:39 +0200 |
koda |
merge
|
changeset |
files
|
Wed, 14 Sep 2011 20:42:45 +0200 |
sheepluva |
some love for TeamHeadband.png
|
changeset |
files
|
Wed, 14 Sep 2011 14:27:28 -0400 |
mikade |
Updates to golf theme.
|
changeset |
files
|
Wed, 14 Sep 2011 14:14:23 -0400 |
nemo |
merge
|
changeset |
files
|
Wed, 14 Sep 2011 18:40:10 +0200 |
mikade |
oops, just burning through commits today.
|
changeset |
files
|
Wed, 14 Sep 2011 18:19:07 +0200 |
mikade |
Add sounds for incorrectly placed waypoint, fastest time, and no record of any kind.
|
changeset |
files
|
Wed, 14 Sep 2011 18:05:54 +0200 |
mikade |
Revert currently unneccessary changes to uScript.
|
changeset |
files
|
Wed, 14 Sep 2011 17:52:46 +0200 |
mikade |
merge
|
changeset |
files
|
Wed, 14 Sep 2011 19:07:18 +0200 |
sheepluva |
add blink to cyclops hat
|
changeset |
files
|
Wed, 14 Sep 2011 15:23:40 +0200 |
mikade |
Expose some vars for tracking the border.
|
changeset |
files
|
Wed, 14 Sep 2011 17:17:50 +0200 |
sheepluva |
lua: boolean TestRectForObstacle(x1, y1, x2, y2, landOnly)
|
changeset |
files
|
Tue, 13 Sep 2011 21:25:13 -0400 |
nemo |
smoothing should be after despeckling
|
changeset |
files
|
Wed, 14 Sep 2011 00:06:26 +0200 |
mikade |
Balanced shield miser, multi-shot, and boss kills in SI. Added radar ping.
|
changeset |
files
|
Tue, 13 Sep 2011 17:49:39 -0400 |
nemo |
fix for issue #238
|
changeset |
files
|
Tue, 13 Sep 2011 21:15:23 +0400 |
unc0rr |
Slightly translated ru.lua
|
changeset |
files
|
Tue, 13 Sep 2011 21:02:12 +0400 |
unc0rr |
Translation update
|
changeset |
files
|
Tue, 13 Sep 2011 20:56:53 +0400 |
igor-hkr |
Translation update
|
changeset |
files
|
Mon, 12 Sep 2011 23:31:19 +0200 |
sheepluva |
typo
|
changeset |
files
|
Tue, 13 Sep 2011 10:30:39 -0400 |
nemo |
Still haven't received updated lt ts file, but no reason that the .txt and .lua shouldn't get used
|
changeset |
files
|
Tue, 13 Sep 2011 00:51:02 -0400 |
nemo |
Don't set lfDamaged for small tunnels
|
changeset |
files
|
Tue, 13 Sep 2011 00:32:41 -0400 |
nemo |
fix voice preview
|
changeset |
files
|
Tue, 13 Sep 2011 00:13:01 -0400 |
nemo |
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.
|
changeset |
files
|
Mon, 12 Sep 2011 20:53:56 -0400 |
nemo |
oops
|
changeset |
files
|
Mon, 12 Sep 2011 19:30:18 -0400 |
nemo |
Disable GL SetAttributes for Windows due to many testers with problems. This restores .15 behaviour.
|
changeset |
files
|
Mon, 12 Sep 2011 16:51:45 -0400 |
nemo |
Fix hat naming, keep case consistent within the streetfighter group, fix spelling error.
|
changeset |
files
|
Mon, 12 Sep 2011 16:38:54 -0400 |
nemo |
fix for issue #139
|
changeset |
files
|
Mon, 12 Sep 2011 23:08:24 +0400 |
unc0rr |
Add 0.9.16 and 0.9.17-dev version info to server
|
changeset |
files
|
Mon, 12 Sep 2011 21:51:14 +0400 |
unc0rr |
This should check if Qt provides zlib functions, and adds zlib dependency in case of zlibless Qt. Tested with Qt providing zlib functions only.
|
changeset |
files
|
Mon, 12 Sep 2011 18:53:28 +0200 |
koda |
I.Fight.For.The.Users
|
changeset |
files
|
Mon, 12 Sep 2011 15:58:59 +0200 |
koda |
remove the forced fullscreen resolution since everyone is hating it; kept it around only for stereo rendering (where it's mandatory)
|
changeset |
files
|
Mon, 12 Sep 2011 14:56:24 +0200 |
sheepluva |
fix out-of-dir builds
|
changeset |
files
|
Mon, 12 Sep 2011 07:38:16 +0200 |
sheepluva |
don't load key binds for AI hedgehogs
|
changeset |
files
|
Mon, 12 Sep 2011 07:27:34 +0200 |
sheepluva |
nemo's molotov burst effect; with a slight color modification added
|
changeset |
files
|
Mon, 12 Sep 2011 06:31:10 +0200 |
sheepluva |
fix side-effects of nemo's bottle-turnin'
|
changeset |
files
|
Sun, 11 Sep 2011 21:32:49 -0400 |
nemo |
uh, that was just so I could look at the flame more closely, wasn't supposed to be checked in
|
changeset |
files
|
Sun, 11 Sep 2011 21:30:42 -0400 |
nemo |
Since we are tweaking molotov. make the flame flickery and add a drowning frame
|
changeset |
files
|
Mon, 12 Sep 2011 00:47:49 +0200 |
sheepluva |
smoke for molotov
|
changeset |
files
|
Sun, 11 Sep 2011 18:09:49 -0400 |
nemo |
make it more sekret
|
changeset |
files
|
Sun, 11 Sep 2011 23:48:40 +0200 |
sheepluva |
cyclops hat by Randy
|
changeset |
files
|
Sun, 11 Sep 2011 15:51:56 -0400 |
nemo |
rename clean target to ENGINECLEAN due to windows case sensitivity issues, update lua again
|
changeset |
files
|
Sun, 11 Sep 2011 14:46:04 -0400 |
nemo |
aaaallways, I want to beeee with you, and make belieeeeve with you
|
changeset |
files
|
Sun, 11 Sep 2011 21:45:28 +0400 |
unc0rr |
Save demo when loaded from save game finishes
|
changeset |
files
|
Sun, 11 Sep 2011 13:21:50 -0400 |
nemo |
Remove some transparencies, fix some files
|
changeset |
files
|
Sun, 11 Sep 2011 13:16:01 -0400 |
nemo |
Man, checking it at end of turn was just tidier :(
|
changeset |
files
|
Sun, 11 Sep 2011 13:12:52 -0400 |
nemo |
better?
|
changeset |
files
|
Sun, 11 Sep 2011 18:57:54 +0200 |
sheepluva |
fix for disconnect reason not being shown
|
changeset |
files
|
Sun, 11 Sep 2011 18:37:34 +0200 |
sheepluva |
omg how could I forget
|
changeset |
files
|
Sun, 11 Sep 2011 18:35:59 +0200 |
sheepluva |
added some changes I remembered/saw in the logs to the changelog
|
changeset |
files
|
Sun, 11 Sep 2011 18:19:05 +0200 |
sheepluva |
hand drawn map editor: allow "undo" after "clear"
|
changeset |
files
|
Sun, 11 Sep 2011 11:09:28 -0400 |
nemo |
Also this
|
changeset |
files
|
Sun, 11 Sep 2011 10:46:53 -0400 |
nemo |
Should prevent a crasher when drowning while firing
|
changeset |
files
|
Sun, 11 Sep 2011 10:22:09 -0400 |
nemo |
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.
|
changeset |
files
|
Sun, 11 Sep 2011 16:18:49 +0200 |
sheepluva |
small de update
|
changeset |
files
|
Sun, 11 Sep 2011 16:07:36 +0200 |
sheepluva |
whoops, I didn't want to commit that line
|
changeset |
files
|
Sun, 11 Sep 2011 10:00:32 -0400 |
nemo |
tweak
|
changeset |
files
|
Sun, 11 Sep 2011 09:46:22 -0400 |
nemo |
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.
|
changeset |
files
|
Sun, 11 Sep 2011 15:38:45 +0200 |
sheepluva |
make "All Files" file filter in file dialog actually display all files rather then just those with a dot in their name
|
changeset |
files
|
Sun, 11 Sep 2011 15:18:46 +0200 |
sheepluva |
fix for issue #269
|
changeset |
files
|
Sun, 11 Sep 2011 08:54:21 -0400 |
nemo |
Try the same offsetting as X - I think it helps w/ mikade's Space Invasion camera problem
|
changeset |
files
|
Sat, 10 Sep 2011 22:55:31 -0400 |
sheepluva |
fix for issue #276
|
changeset |
files
|
Sun, 11 Sep 2011 04:22:57 +0200 |
sheepluva |
german lua translations
|
changeset |
files
|
Sun, 11 Sep 2011 04:08:50 +0200 |
mikade |
Substitute broken Tumbler-based GaudyRacer with generic, map independant Racer.
|
changeset |
files
|
Sat, 10 Sep 2011 21:23:12 -0400 |
nemo |
A hopefully reliable lua update. If I clobber anything, well, there's always file history ;)
|
changeset |
files
|
Sat, 10 Sep 2011 21:02:34 -0400 |
nemo |
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.
|
changeset |
files
|
Sun, 11 Sep 2011 02:24:46 +0200 |
mikade |
fix timebox (differently), support for more players, remove version numbers,
|
changeset |
files
|
Sun, 11 Sep 2011 00:36:47 +0200 |
sheepluva |
some portal love for deagle/etc shots
|
changeset |
files
|
Sat, 10 Sep 2011 11:40:37 -0400 |
nemo |
tone flash waaaaay down when zoomed out
|
changeset |
files
|
Sat, 10 Sep 2011 16:21:38 +0200 |
sheepluva |
fix: let's use less random code for drawing the bullet trajectory
|
changeset |
files
|
Sat, 10 Sep 2011 10:13:19 -0400 |
nemo |
This condition should have been removed when I was changing targetting
|
changeset |
files
|
Sat, 10 Sep 2011 14:43:16 +0200 |
sheepluva |
translation fail/typo
|
changeset |
files
|
Sat, 10 Sep 2011 14:10:14 +0200 |
sheepluva |
some sniper training improvements and few german lua translations
|
changeset |
files
|
Sat, 10 Sep 2011 04:08:15 +0200 |
sheepluva |
actual rope fix for hogs getting stuck on walls
|
changeset |
files
|
Sat, 10 Sep 2011 03:27:47 +0200 |
sheepluva |
rollin' back my silly hack ( rea4d1fe665d7 )
|
changeset |
files
|
Sat, 10 Sep 2011 01:05:01 +0200 |
sheepluva |
Fix preview of ruler map. Thanks to Randy for pointing out it was incorrect.
|
changeset |
files
|
Fri, 09 Sep 2011 18:30:40 -0400 |
nemo |
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.
|
changeset |
files
|
Fri, 09 Sep 2011 21:31:39 +0200 |
sheepluva |
monkey task: always log to userpath
|
changeset |
files
|
Fri, 09 Sep 2011 20:17:50 +0200 |
sheepluva |
move hedgehogs out of walls
|
changeset |
files
|
Fri, 09 Sep 2011 22:04:40 +0400 |
unc0rr |
Don't test for hasGone in unapproved places. Now any possibility of desync on player quit is ruled out. Not tested at all.
|
changeset |
files
|
Fri, 16 Sep 2011 17:36:05 +0200 |
Xeli |
Changed firebutton, parameters in uTouch might need to be tweaked some more
hedgeroid
|
changeset |
files
|
Fri, 09 Sep 2011 15:52:59 +0200 |
sheepluva |
we don't need trailing whitespaces... I guess :P
|
changeset |
files
|
Wed, 14 Sep 2011 18:43:16 +0200 |
Xeli |
Fix to enable compiling for something else than arm, the compiler for x64_86 didn't recognize Int32 etc..
hedgeroid
|
changeset |
files
|
Fri, 09 Sep 2011 15:36:30 +0200 |
sheepluva |
Scripting: Update screen dimensions on screen resize and introduce onScreenResize() event.
|
changeset |
files
|
Fri, 09 Sep 2011 05:15:45 +0200 |
Xeli |
merge
hedgeroid
|
changeset |
files
|
Fri, 09 Sep 2011 03:57:45 +0200 |
mikade |
merge
|
changeset |
files
|
Fri, 09 Sep 2011 03:22:08 +0200 |
mikade |
merge
|
changeset |
files
|
Fri, 09 Sep 2011 03:21:16 +0200 |
mikade |
Allow limited form of SuddenDeath (WaterRise = 0) in both CTF modes
|
changeset |
files
|
Thu, 08 Sep 2011 21:20:12 -0400 |
nemo |
er. let's reference the right gear, shall we?
|
changeset |
files
|
Fri, 09 Sep 2011 03:00:03 +0200 |
mikade |
Add support for more players.
|
changeset |
files
|
Thu, 08 Sep 2011 21:18:44 -0400 |
nemo |
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.
|
changeset |
files
|
Fri, 09 Sep 2011 02:11:51 +0200 |
mikade |
For now, don't spawn anything other than health crates.
|
changeset |
files
|
Fri, 09 Sep 2011 03:04:15 +0200 |
sheepluva |
"fix" for a screen scaling problem I had after resizing to odd width number values
|
changeset |
files
|
Fri, 09 Sep 2011 01:25:21 +0200 |
sheepluva |
* ShoppaKing/TrophyRace maps updated by wolfmarc
|
changeset |
files
|
Fri, 09 Sep 2011 00:22:48 +0200 |
sheepluva |
change minimum resolution back to 640x480 (full weapon menu too big for smaller screens)
|
changeset |
files
|
Thu, 08 Sep 2011 13:03:58 -0400 |
nemo |
oops
|
changeset |
files
|
Thu, 08 Sep 2011 13:01:20 -0400 |
nemo |
Restore hog on team gone
|
changeset |
files
|
Thu, 08 Sep 2011 17:44:51 +0200 |
sheepluva |
fix knight hat
|
changeset |
files
|
Thu, 08 Sep 2011 17:59:19 +0400 |
unc0rr |
Fix loading from save desync
|
changeset |
files
|
Thu, 08 Sep 2011 15:39:30 +0400 |
unc0rr |
Remove unnecessary and wrong check
|
changeset |
files
|
Wed, 07 Sep 2011 11:19:10 +0400 |
unc0rr |
Replace tab with space
|
changeset |
files
|
Thu, 08 Sep 2011 08:44:17 -0400 |
nemo |
Define 2 script callbacks to notify of hog vanishment
|
changeset |
files
|
Thu, 08 Sep 2011 00:29:01 -0400 |
nemo |
remove debug message, clear a couple of global gear references if appropriate, fix control script
|
changeset |
files
|
Wed, 07 Sep 2011 20:54:32 -0400 |
nemo |
Add flickery ghost grave
|
changeset |
files
|
Wed, 07 Sep 2011 20:53:45 -0400 |
nemo |
Since shakes are still proving unsafe until camera is reworked, try a mild flash instead
|
changeset |
files
|
Wed, 07 Sep 2011 20:35:24 -0400 |
nemo |
Revert camera shake. Now to make sure we don't desync anymore.
|
changeset |
files
|
Wed, 07 Sep 2011 20:13:14 -0400 |
Star |
updated hat
|
changeset |
files
|
Sat, 08 Oct 2011 16:45:52 +0200 |
jose1711 |
merge
|
changeset |
files
|
Wed, 07 Sep 2011 20:12:20 -0400 |
nemo |
NEEDS TESTING. Try reenabling camera shake based on unc0rr's comment.
|
changeset |
files
|
Wed, 07 Sep 2011 15:06:42 -0400 |
nemo |
svg export darkened the upper white band a bit too much for my tastes
|
changeset |
files
|
Wed, 07 Sep 2011 15:03:26 -0400 |
nemo |
new countries
|
changeset |
files
|
Tue, 06 Sep 2011 17:14:29 -0400 |
nemo |
fix hat name
|
changeset |
files
|
Tue, 06 Sep 2011 17:10:03 -0400 |
nemo |
Another mass hat rename, because people were just about finished fixing their teams.
|
changeset |
files
|
Tue, 06 Sep 2011 21:15:01 +0400 |
unc0rr |
- Don't generate seed twice
|
changeset |
files
|
Tue, 06 Sep 2011 21:10:02 +0400 |
unc0rr |
Send mapgen for static maps
|
changeset |
files
|
Tue, 06 Sep 2011 20:53:26 +0400 |
unc0rr |
This should be a real fix (7643cbb88f09 reverted). Not tested.
|
changeset |
files
|
Tue, 06 Sep 2011 10:40:32 -0400 |
tsleon |
translation update
|
changeset |
files
|
Tue, 06 Sep 2011 10:37:32 -0400 |
szczur |
translation update
|
changeset |
files
|
Tue, 06 Sep 2011 13:36:10 +0400 |
unc0rr |
Fix link again (changed libraries order)
|
changeset |
files
|
Mon, 05 Sep 2011 16:20:35 -0400 |
nemo |
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
|
changeset |
files
|
Mon, 05 Sep 2011 15:48:46 -0400 |
nemo |
Add update preview when picking random static
|
changeset |
files
|
Mon, 05 Sep 2011 15:32:58 -0400 |
nemo |
Add a fade out when in lag for snow.
|
changeset |
files
|
Mon, 05 Sep 2011 15:05:46 -0400 |
nemo |
check for turn over (infinite attack)
|
changeset |
files
|
Mon, 05 Sep 2011 21:45:28 +0400 |
unC0Rr |
Fix linking in windows
|
changeset |
files
|
Mon, 05 Sep 2011 21:12:22 +0400 |
unC0Rr |
Add zlib headers (library itself is included to Qt)
|
changeset |
files
|
Mon, 05 Sep 2011 16:04:05 +0200 |
sheepluva |
3 more user hats, fixed by "Star and Moon", thank you!
|
changeset |
files
|
Mon, 05 Sep 2011 15:11:46 +0200 |
sheepluva |
fix gas mask hat
|
changeset |
files
|
Mon, 05 Sep 2011 15:51:32 +0400 |
unc0rr |
Don't refuse to create save file when a game loaded from save interrupts
|
changeset |
files
|
Mon, 05 Sep 2011 15:49:14 +0400 |
unc0rr |
Support Qt version which have no qHash(QUrl)
|
changeset |
files
|
Sun, 04 Sep 2011 17:26:38 -0400 |
nemo |
Move a few more, exclude NoHat and team hats from animation
|
changeset |
files
|
Sun, 04 Sep 2011 17:15:09 -0400 |
nemo |
Load list of hats dynamically.
|
changeset |
files
|
Sun, 04 Sep 2011 16:42:51 -0400 |
nemo |
Add check on amNothing
|
changeset |
files
|
Sun, 04 Sep 2011 16:35:27 -0400 |
nemo |
Break a bunch of teams by reorganising hats so that similar ones are found together. Hat groupings by Star
|
changeset |
files
|
Sun, 04 Sep 2011 14:05:11 -0400 |
nemo |
copy/paste fail
|
changeset |
files
|
Sun, 04 Sep 2011 13:54:24 -0400 |
nemo |
make pickhammer and blowtorch burn time for infinite attack mode
|
changeset |
files
|
Sun, 04 Sep 2011 21:40:47 +0400 |
unc0rr |
Some renaming
|
changeset |
files
|
Sun, 04 Sep 2011 21:39:50 +0400 |
unc0rr |
Replace iterators with simple declarative foreach (not tested if it works)
|
changeset |
files
|
Sun, 04 Sep 2011 13:36:59 -0400 |
nemo |
by request of shoppa player, remove land spray from shoppa wep set
|
changeset |
files
|
Sun, 04 Sep 2011 13:13:51 -0400 |
nemo |
load mask from user path as well
|
changeset |
files
|
Sun, 04 Sep 2011 21:03:06 +0400 |
unc0rr |
Prevent runtime warning
|
changeset |
files
|
Sun, 04 Sep 2011 20:51:54 +0400 |
unc0rr |
Only prepend hedgewars.org if the url is relative
|
changeset |
files
|
Sun, 04 Sep 2011 12:47:10 -0400 |
nemo |
remove dupe
|
changeset |
files
|
Sun, 04 Sep 2011 12:34:43 -0400 |
nemo |
oops
|
changeset |
files
|
Sun, 04 Sep 2011 20:21:08 +0400 |
unc0rr |
Allow surfing, download and extract only .zip files
|
changeset |
files
|
Sun, 04 Sep 2011 12:19:31 -0400 |
nemo |
truncate page on comment tags, as suggested by unc0rr
|
changeset |
files
|
Sun, 04 Sep 2011 12:06:10 -0400 |
nemo |
Add a crappy button to encourage artists to make another one. Restore Info page.
|
changeset |
files
|
Sun, 04 Sep 2011 19:04:36 +0400 |
unc0rr |
Extract to cfgdir
|
changeset |
files
|
Sun, 04 Sep 2011 10:54:00 -0400 |
nemo |
update animation page. remove test image
|
changeset |
files
|
Sun, 04 Sep 2011 10:47:44 -0400 |
nemo |
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.
|
changeset |
files
|
Sun, 04 Sep 2011 17:33:33 +0400 |
unc0rr |
Call update() so loaded images appear
|
changeset |
files
|
Sun, 04 Sep 2011 14:59:38 +0400 |
unc0rr |
Fix a warning
|
changeset |
files
|
Sun, 04 Sep 2011 14:46:46 +0400 |
unc0rr |
Link against quazip
|
changeset |
files
|
Sun, 04 Sep 2011 14:44:13 +0400 |
unc0rr |
Extract downloaded content into temp dir
|
changeset |
files
|
Sun, 04 Sep 2011 13:46:08 +0400 |
unc0rr |
Implement DataBrowser which downloads resources (images, css) on its own.
|
changeset |
files
|
Sun, 04 Sep 2011 11:48:01 +0400 |
unc0rr |
- Implement progressbars to show download progress
|
changeset |
files
|
Thu, 08 Sep 2011 00:34:57 +0200 |
jose1711 |
Updated Slovak translation
|
changeset |
files
|
Sun, 04 Sep 2011 10:58:42 +0400 |
unc0rr |
Add QuaZIP library to build system
|
changeset |
files
|
Sun, 04 Sep 2011 00:48:54 +0200 |
jose1711 |
Updated Slovak translation
|
changeset |
files
|
Sat, 03 Sep 2011 18:04:19 -0400 |
nemo |
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.
|
changeset |
files
|
Sat, 03 Sep 2011 20:36:08 +0200 |
sheepluva |
'Star and Moon' updated his sheep hat.
|
changeset |
files
|
Sat, 03 Sep 2011 14:01:52 -0400 |
nemo |
Just for fun. Flowers! Also, use a less blatant image in ammo menu.
|
changeset |
files
|
Sat, 03 Sep 2011 21:35:49 +0400 |
unc0rr |
Remove STL dependency
|
changeset |
files
|
Sat, 03 Sep 2011 21:23:20 +0400 |
unc0rr |
Use QTextBrowser instead of WebKit for downloadable contents page (currently only shows the page itself)
|
changeset |
files
|
Sat, 03 Sep 2011 12:35:49 +0200 |
koda |
allow fullscreen resolution selection (but still leaves in the auto max for commodity)
|
changeset |
files
|