Sun, 30 Oct 2011 17:31:53 +0100 |
sheepluva |
frontend flakes:
|
changeset |
files
|
Sun, 30 Oct 2011 15:31:30 +0100 |
sheepluva |
frontend flakes:
|
changeset |
files
|
Sun, 30 Oct 2011 08:01:26 +0100 |
sheepluva |
show notice to admin when kicking player
|
changeset |
files
|
Sun, 30 Oct 2011 07:21:51 +0100 |
sheepluva |
lupdate, german translation
|
changeset |
files
|
Sun, 30 Oct 2011 06:22:47 +0100 |
sheepluva |
beep on highlight
|
changeset |
files
|
Sat, 29 Oct 2011 20:47:40 +0200 |
sheepluva |
whoopsy, my bad (segfault due to accepting empty lines)
|
changeset |
files
|
Sat, 12 Nov 2011 15:48:55 +0100 |
Xeli |
yey sdl implemented multi touch so my implementation isnt needed anymore
hedgeroid
|
changeset |
files
|
Sat, 29 Oct 2011 18:20:56 +0200 |
sheepluva |
stylesheet comments/adjustments
|
changeset |
files
|
Sat, 12 Nov 2011 14:52:48 +0100 |
Xeli |
these files must not be compiled because they cause compiler errors and noone likes those ;p
hedgeroid
|
changeset |
files
|
Sat, 29 Oct 2011 17:52:35 +0200 |
sheepluva |
html-escape nicknames
|
changeset |
files
|
Sat, 12 Nov 2011 14:50:35 +0100 |
Xeli |
removed sdl_net which was 'borrowed' (?:P) from peyla's port we'll now be using the official port
hedgeroid
|
changeset |
files
|
Sat, 29 Oct 2011 16:54:46 +0200 |
sheepluva |
change default timestamp format to hh:mm
|
changeset |
files
|
Sat, 12 Nov 2011 14:48:35 +0100 |
Xeli |
automated the build process some more, users must add the android ndk, sdk and fpc dir to their $PATH and cmake will do the rest, I still need a solution for the sdl dir. Subrepo's perhaps?
hedgeroid
|
changeset |
files
|
Sat, 29 Oct 2011 15:31:45 +0200 |
sheepluva |
* fix highlighting (i just broke it by not negating a boolean expression)
|
changeset |
files
|
Sat, 12 Nov 2011 14:45:36 +0100 |
Xeli |
added lines to avoid compiler hints, is this really the way we want to do it though? ;/
hedgeroid
|
changeset |
files
|
Sat, 29 Oct 2011 11:47:37 +0200 |
sheepluva |
update name autocompletion after nick change (since own nick isn't suggested)
|
changeset |
files
|
Fri, 28 Oct 2011 18:33:38 +0200 |
Xeli |
merge
hedgeroid
|
changeset |
files
|
Sat, 29 Oct 2011 09:19:04 +0200 |
sheepluva |
disconnect when going back from lobby page (regression fix)
|
changeset |
files
|
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
|