2011-03-24 |
koda |
this brings compatibility up with SDL HEAD (5504), but maybe breaks compatibility with sdl 1.2 so please test! still has problems with keyboard input and rendered ttf textures
|
changeset |
files
|
2011-03-24 |
koda |
this supposedly makes hwengine work with sdl 1.3 past rev 5296
|
changeset |
files
|
2011-03-23 |
Colin Rice (clr_) |
I changed r. Still not a perfect fix.
|
changeset |
files
|
2011-03-23 |
koda |
glswapbuffer consistency and create the window in the center (still, it doesn't work past sdl r5296)
|
changeset |
files
|
2011-03-23 |
Colin Rice (clr_) |
Patch for Issue 165: Portal: don't allow embedding Objects in ground (or porting them to impassable/invalid locations)
|
changeset |
files
|
2011-03-23 |
nemo |
Fix endianness
|
changeset |
files
|
2011-03-22 |
unc0rr |
Fix straight lines drawing issues
|
changeset |
files
|
2011-03-22 |
nemo |
Since when do we use ARGB for colours?? All our internal colours are supposed to be RGBA
|
changeset |
files
|
2011-03-22 |
nemo |
tweak to crosshair
|
changeset |
files
|
2011-03-21 |
unc0rr |
Fix ghost players (used Prelude.catch instead of Control.Exception.catch)
|
changeset |
files
|
2011-03-21 |
unc0rr |
merge
|
changeset |
files
|
2011-03-20 |
nikin |
nikin just wants to get commit count up
|
changeset |
files
|
2011-03-20 |
nikin |
Remove floating point to avoid desync
|
changeset |
files
|
2011-03-20 |
nemo |
remove ammo if you suicide in the middle of uses
|
changeset |
files
|
2011-03-20 |
EJ |
Replaced bs2packs.
|
changeset |
files
|
2011-03-20 |
nemo |
Adjust conditions for showing crosshair
|
changeset |
files
|
2011-03-21 |
EJ |
Changed the standard show function to Text.Show.ByteString, and misc.
|
changeset |
files
|
2011-03-25 |
Tobias Domhan |
solved issue 197 and other issues that were caused when copying or creating a new weapon set that was named like an already existing one. this will now be avoided.
|
changeset |
files
|
2011-03-20 |
shreyasbp |
This should fix http://code.google.com/p/hedgewars/issues/detail?id=153
|
changeset |
files
|
2011-03-20 |
inu |
portuguese updates
|
changeset |
files
|
2011-03-20 |
nikin |
percentage modifier for get away time
|
changeset |
files
|
2011-03-19 |
nemo |
Land sprayer tweaks, make land spray and mudball not end turn
|
changeset |
files
|
2011-03-19 |
nemo |
Landgun, first pass. At sdw's request.
|
changeset |
files
|
2011-03-19 |
nemo |
Remove stray pixels
|
changeset |
files
|
2011-03-19 |
Henek |
some final work and buggfix for Tag Team, it is now playable
|
changeset |
files
|
2011-03-19 |
Henek |
redone tag team to work and be beautifully coded
|
changeset |
files
|
2011-03-17 |
koda |
merge
|
changeset |
files
|
2011-03-17 |
koda |
allows for building hedgewars with SDL-1.3
|
changeset |
files
|
2011-03-17 |
koda |
and or is not or and is not and
|
changeset |
files
|
2011-03-17 |
koda |
update headers a bit
|
changeset |
files
|
2011-03-17 |
Henek |
added game mode Tag Team, mostly untested, please test :)
|
changeset |
files
|
2011-03-17 |
koda |
my bad
|
changeset |
files
|
2011-03-16 |
Henek |
should probably fix broken flakes, my bad
|
changeset |
files
|
2011-03-16 |
Henek |
added GetCurAmmoType to lua
|
changeset |
files
|
2011-03-14 |
unc0rr |
No unblock needed
|
changeset |
files
|
2011-03-14 |
unc0rr |
I must have been on drugs when wrote it
|
changeset |
files
|
2011-03-13 |
unc0rr |
merge
|
changeset |
files
|
2011-03-13 |
unc0rr |
Store bans in .ini file
|
changeset |
files
|
2011-03-13 |
unc0rr |
Don't add ip ban with new timestamp when user gets kicked due to ban
|
changeset |
files
|
2011-03-13 |
unc0rr |
Get rid of lastLogins, implement bans system
|
changeset |
files
|
2011-03-13 |
unc0rr |
- Remove not needed Show instances
|
changeset |
files
|
2011-03-13 |
unc0rr |
Oops
|
changeset |
files
|
2011-03-13 |
koda |
update some sdl-1.3 bindings (working up to rev 5296)
|
changeset |
files
|
2011-03-13 |
unc0rr |
Implement Store truncating, so the memory even gets freed sometimes
|
changeset |
files
|
2011-03-13 |
koda |
we get our own AppDelegate, subclassing SDL_UikitAppDelegate so that we don't have to mess with sdl build system
|
changeset |
files
|
2011-03-12 |
unc0rr |
Better quit message
|
changeset |
files
|
2011-03-12 |
unc0rr |
- Don't pretend client sent some message from sending thread (fixes crash when client is already deleted by recieveng thread)
|
changeset |
files
|
2011-03-11 |
unc0rr |
- Fix a problem with ghost teams (missing 'not')
|
changeset |
files
|
2011-03-10 |
unc0rr |
Send QUIT on exception too. This leads to double QUIT for a usual disconnection, yet is safe. Should fix crashes.
|
changeset |
files
|
2011-03-09 |
Henek |
correcting two misstakes in en.txt and sv.txt as reported by Cairo and others
|
changeset |
files
|
2011-03-09 |
unc0rr |
Fix crash (accessing already deleted client record) by reverting to old client removing handling + throwTo
|
changeset |
files
|
2011-03-09 |
unc0rr |
Fix comments spelling
|
changeset |
files
|
2011-03-08 |
nemo |
Issue #194, turn off followgear for altuse
|
changeset |
files
|
2011-03-08 |
unc0rr |
Fix split
|
changeset |
files
|
2011-03-08 |
unc0rr |
- Simplify insane TConfig code
|
changeset |
files
|
2011-03-08 |
unc0rr |
Fix check for duplicated nickname
|
changeset |
files
|
2011-03-06 |
unc0rr |
Write latest protocol version too
|
changeset |
files
|
2011-03-06 |
unc0rr |
- Write server config into .ini file on change
|
changeset |
files
|
2011-03-05 |
unc0rr |
Store more parameters in ini file
|
changeset |
files
|
2011-03-05 |
unc0rr |
Use 'undefined' less (replace with default values and 'error')
|
changeset |
files
|