2011-10-29 |
sheepluva |
disconnect when going back from lobby page (regression fix)
|
changeset |
files
|
2011-10-28 |
koda |
one dangerous merge
hedgeroid
|
changeset |
files
|
2011-10-28 |
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
|
2011-10-28 |
sheepluva |
+ make names in notice messages and leave messages clickable too
|
changeset |
files
|
2011-10-28 |
sheepluva |
chat: don't link own name
|
changeset |
files
|
2011-10-28 |
koda |
ok *this* brings ios 3.* runtime compatibility
|
changeset |
files
|
2011-10-28 |
koda |
restore game config on iphone
|
changeset |
files
|
2011-10-27 |
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
|
2011-10-27 |
unc0rr |
- Remove some old unused code
|
changeset |
files
|
2011-10-27 |
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
|
2011-10-26 |
sheepluva |
typos
|
changeset |
files
|
2011-10-26 |
sheepluva |
custom highlighting
|
changeset |
files
|
2011-10-26 |
koda |
also imageio is absent from old ios, so weaklink it
|
changeset |
files
|
2011-10-25 |
sheepluva |
few mini-adjustments
|
changeset |
files
|
2011-10-25 |
sheepluva |
move (prematurely) finishing game by removing all teams into engine since that's where it should happen
|
changeset |
files
|
2011-10-25 |
koda |
fix runtime compability with ios 3.* (hopefully) and fix a small glitch in turning off music/sounds
|
changeset |
files
|
2011-10-25 |
koda |
restore runtime compatibility with ios 3.2
|
changeset |
files
|
2011-10-25 |
koda |
move all extra categories in a single source, add caching for HWUtils
|
changeset |
files
|
2011-10-25 |
koda |
updated sdl and lowered minimum ios to 3.0
|
changeset |
files
|
2011-10-25 |
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
|
2011-10-25 |
sheepluva |
remove any thread-safe stuff I introduced since it's not needed
|
changeset |
files
|
2011-10-25 |
unc0rr |
Fix for 'The "optimized" argument must be followed by a library.' cmake failure
|
changeset |
files
|
2011-10-25 |
sheepluva |
adding simple doc build script
|
changeset |
files
|
2011-10-24 |
sheepluva |
this should fix stylesheet importing on windows, but we'll see
|
changeset |
files
|
2011-10-24 |
sheepluva |
fix of /saveStyleSheet command, error message on stylesheet import fail
|
changeset |
files
|
2011-10-24 |
sheepluva |
tweak and document abstract page
|
changeset |
files
|
2011-10-24 |
sheepluva |
on file save: create parent directories if needed
|
changeset |
files
|
2011-10-24 |
sheepluva |
unbreak command auto-completion (was broken since r0b92341adb6a - 52 commits ago)
|
changeset |
files
|
2011-10-24 |
sheepluva |
chat:
|
changeset |
files
|
2011-10-24 |
sheepluva |
minor cleanups, mostly in own code
|
changeset |
files
|
2011-10-24 |
sheepluva |
* fixing my hat preview bug nemo pointed out (thanks!)
|
changeset |
files
|
2011-10-23 |
sheepluva |
improve and cash hilight regexp
|
changeset |
files
|
2011-10-23 |
sheepluva |
highlight improvements
|
changeset |
files
|
2011-10-23 |
nemo |
oops
|
changeset |
files
|
2011-10-23 |
unc0rr |
Case-insensitive comparison of nicks
|
changeset |
files
|
2011-10-23 |
sheepluva |
potential fix for issue #217 (SigSegV while in game room in KillAllTeams - team list change?)
|
changeset |
files
|
2011-10-23 |
nemo |
retain dx/dy from landgun
|
changeset |
files
|
2011-10-22 |
sheepluva |
doxygen seems to get confused if a ///< line is followed by a /// line
|
changeset |
files
|
2011-10-22 |
sheepluva |
* adding destructors to my line edit subclasses
|
changeset |
files
|
2011-10-22 |
sheepluva |
let's create some templates so that the user knows how to start off
|
changeset |
files
|
2011-10-22 |
sheepluva |
document css files better
|
changeset |
files
|
2011-10-22 |
nemo |
Tweak ratios to deemphasise foreground flakes further
|
changeset |
files
|
2011-10-22 |
sheepluva |
minor signal fail fix
|
changeset |
files
|
2011-10-22 |
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
|
2011-10-22 |
sheepluva |
ugh wth... cleaned FL/IL change notifications up
|
changeset |
files
|
2011-10-22 |
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
|
2011-10-22 |
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
|
2011-10-22 |
sheepluva |
BOOOOooOM <headshot>! removing default stylesheets from c++ code and adding them as text files to the qt resources
|
changeset |
files
|
2011-10-21 |
sheepluva |
same for chat. changed the paths to: css/qt.css css/chat.css
|
changeset |
files
|
2011-10-21 |
sheepluva |
frontend will use the data file misc/qt_style.css instead of hardcoded stylesheet - if the file exists
|
changeset |
files
|
2011-10-21 |
sheepluva |
moving a file around, fixing a png, etc.
|
changeset |
files
|
2011-10-21 |
sheepluva |
fix multiplayer script loading
|
changeset |
files
|
2011-10-21 |
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
|
2011-10-21 |
sheepluva |
fix lobby layout issues
|
changeset |
files
|
2011-10-21 |
sheepluva |
fix layout of net page
|
changeset |
files
|
2011-10-21 |
sheepluva |
fix multiplayer page layout, doc/comment fixes
|
changeset |
files
|
2011-10-21 |
sheepluva |
fix overlapping issue in main menu
|
changeset |
files
|
2011-10-21 |
sheepluva |
fix an include; fix/add comments
|
changeset |
files
|
2011-10-21 |
sheepluva |
simplified some stuff I wrote
|
changeset |
files
|
2011-10-21 |
sheepluva |
finishing SDLInterface cleanup (wrt audio)
|
changeset |
files
|
2011-10-21 |
sheepluva |
moving and renaming SDLs.*, making it a singleton; cleaning up class responsibilties wrt SDLInteraction; some comments
|
changeset |
files
|
2011-10-21 |
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
|
2011-10-20 |
sheepluva |
oops and good night
|
changeset |
files
|
2011-10-20 |
sheepluva |
comment fixes
|
changeset |
files
|
2011-10-20 |
sheepluva |
comments
|
changeset |
files
|
2011-10-20 |
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
|
2011-10-20 |
sheepluva |
introduce HWDataManager util for transparent access to [user-]data files
|
changeset |
files
|
2011-10-20 |
sheepluva |
comment typo
|
changeset |
files
|
2011-10-20 |
sheepluva |
move this widget into the widget dir
|
changeset |
files
|
2011-10-20 |
nemo |
lolwut
|
changeset |
files
|
2011-10-20 |
nemo |
Fix sticky mine/mine activation bug
|
changeset |
files
|
2011-10-20 |
nemo |
Fix birdy flight bug
|
changeset |
files
|
2011-10-19 |
sheepluva |
allow changing number of hogs or weapons with mousewheel
|
changeset |
files
|
2011-10-19 |
sheepluva |
make this transparent so that people can actually see /what/ they have disabled...
|
changeset |
files
|
2011-10-19 |
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
|
2011-10-19 |
sheepluva |
frontend chat input history, use arrow keys UP/DOWN
|
changeset |
files
|
2011-10-18 |
sheepluva |
+ don't suggest ignored nicknames
|
changeset |
files
|
2011-10-18 |
Guillaume Englert |
Fix repeat on SkyL, remove SkyR
|
changeset |
files
|
2011-10-18 |
sheepluva |
feature-pimpin'-up the chat input line in frontend:
|
changeset |
files
|
2011-10-17 |
sheepluva |
server lobby: don't stretch buttons right of the roomlist - instead let the roomlist use all the available space
|
changeset |
files
|
2011-10-17 |
sheepluva |
don't hoard empty friends/ignore-lists on the HDD
|
changeset |
files
|
2011-10-17 |
sheepluva |
fix overlapping pixel in stormtrooper hat
|
changeset |
files
|
2011-10-17 |
sheepluva |
fix outline of rcplane
|
changeset |
files
|
2011-10-17 |
nemo |
never doing any graphics stuff when I can't test, again :(
|
changeset |
files
|
2011-10-17 |
nemo |
:(
|
changeset |
files
|
2011-10-17 |
nemo |
Not being able to test sucks :(
|
changeset |
files
|
2011-10-17 |
nemo |
Riiight. Let's try this instead
|
changeset |
files
|
2011-10-17 |
nemo |
tint RC plane with team colour. untested.
|
changeset |
files
|
2011-10-17 |
mikade |
graphic for team coloured RC planes
|
changeset |
files
|
2011-10-17 |
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
|
2011-10-17 |
nemo |
Use SkyL if SkyR is not included. Saves a bit of texture memory and removes some redundant files.
|
changeset |
files
|
2011-10-17 |
sheepluva |
add tiara hat
|
changeset |
files
|
2011-10-16 |
koda |
missed a compiler option from previous merge
|
changeset |
files
|
2011-10-16 |
nemo |
tweak. constrain to full opacity
|
changeset |
files
|
2011-10-16 |
koda |
merge the changes applied to 0.9.16
|
changeset |
files
|
2011-10-16 |
nemo |
Blend the outter side too
|
changeset |
files
|