2012-04-28 |
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
|
2012-04-28 |
sheepluva |
fix for issue 186 ("Screen gets messed up when selecting Hand Drawn Map")
|
changeset |
files
|
2012-04-28 |
nemo |
unbreak snowball
|
changeset |
files
|
2012-04-28 |
nemo |
Ok, 20,000 was a bit much. Arbitrary multiplier that seems to shove things off enough.
|
changeset |
files
|
2012-04-27 |
sheepluva |
MapModel: comments/docs, small tweaks
|
changeset |
files
|
2012-04-27 |
Xeli |
reimplement the quit engine+frontend keys
|
changeset |
files
|
2012-04-27 |
Xeli |
add ammoprop to enable to up and down buttons on for the touch interface
|
changeset |
files
|
2012-04-27 |
sheepluva |
decouple current theme from map theme (fixes theme confusion bugs of last commit)
|
changeset |
files
|
2012-04-27 |
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
|
2012-04-27 |
sheepluva |
MapModel, various cleanups. TODO/FIXME: QComboBox separator not working with custom models
|
changeset |
files
|
2012-04-26 |
sheepluva |
messing with the theme model a bit (gets now auto-updated after DLC download too)
|
changeset |
files
|
2012-04-27 |
nemo |
theme tweaks
|
changeset |
files
|
2012-04-27 |
unc0rr |
Show number of points in drawn map
|
changeset |
files
|
2012-04-26 |
unc0rr |
Cursor for DrawMapScene. Feel free to ajust its look.
|
changeset |
files
|
2012-04-26 |
sheepluva |
mapContainer: use DataManager, reload maps after data update (e.g. by DLC)
|
changeset |
files
|
2012-04-26 |
sheepluva |
make DLC trigger data reload
|
changeset |
files
|
2012-04-26 |
sheepluva |
make DataManager a QObject with reload() slot that emits signal updated()
|
changeset |
files
|
2012-04-26 |
sheepluva |
renaming HWDataManager -> DataManager
|
changeset |
files
|
2012-04-25 |
sheepluva |
reimplement auto-kick for ignored players (it was temporarily removed during refactoring)
|
changeset |
files
|
2012-04-25 |
sheepluva |
nemo said I was boring for removing the "hello" randomizer on room join.
|
changeset |
files
|
2012-04-24 |
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
|
2012-04-24 |
nemo |
Make adler32 friendlier for pas2c - this should work the same (needs testing ofc)
|
changeset |
files
|
2012-04-24 |
unc0rr |
Fix GetAmmoEntry in PascalExports
|
changeset |
files
|
2012-04-24 |
unc0rr |
Get rid of overloaded functions in uAmmo
|
changeset |
files
|
2012-04-24 |
unc0rr |
uCommands compiles
|
changeset |
files
|
2012-04-24 |
unc0rr |
Fix types
|
changeset |
files
|
2012-04-24 |
unc0rr |
Don't add duplicates into string consts
|
changeset |
files
|
2012-04-24 |
koda |
this should enable png screenshots on osx as well
|
changeset |
files
|
2012-04-23 |
Xeli |
in uTouch dont use bools to represent keystrokes, but issue ParseCommands
|
changeset |
files
|
2012-04-23 |
Xeli |
fix the ammomenu F# buttons
|
changeset |
files
|
2012-04-23 |
Xeli |
- change uKeys to be event based rather than polling
|
changeset |
files
|
2012-04-23 |
vittorio giovara |
case sensitivity + correct variable check
|
changeset |
files
|
2012-04-23 |
koda |
when libpng is not found, gratiously fallback to bmp screenshots; untested
|
changeset |
files
|
2012-04-23 |
koda |
ios minor warning and optimisation for team color
|
changeset |
files
|
2012-04-22 |
nemo |
Make clouds/flakes change direction smoothly
|
changeset |
files
|
2012-04-22 |
unc0rr |
Allow LIST command while in room to not annoy old frontends (0.9.17 or less) with warnings
|
changeset |
files
|
2012-04-22 |
koda |
added savepassword checkbox to options page, which now reloads values at every acces
|
changeset |
files
|
2012-04-22 |
Stepan777 |
add a checkbox for the password field prompt (issue 316)
|
changeset |
files
|
2012-04-22 |
Xeli |
fixed uKeys (aka almost revert it back)
|
changeset |
files
|
2012-04-22 |
koda |
ios: turn on more warning messages and start correcting them
|
changeset |
files
|
2012-04-22 |
Stepan777 |
memory leak in hwform.cpp (issue 386)
|
changeset |
files
|
2012-04-22 |
koda |
fix compiling hw for ios (was looking for the wrong math.h and used an old variable name)
|
changeset |
files
|
2012-04-21 |
nemo |
*sigh*
|
changeset |
files
|
2012-04-21 |
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
|
2012-04-21 |
unc0rr |
Oops
|
changeset |
files
|
2012-04-21 |
unc0rr |
Make pas2c even smarter. Now uIO.c compiles fine, and only 1 warning when compiled with -Wall (clang).
|
changeset |
files
|
2012-04-21 |
Xeli |
- Don't crash on back press, but shutdown hedgewars
|
changeset |
files
|
2012-04-21 |
Xeli |
- Added support for keyboards on android
|
changeset |
files
|
2012-04-21 |
Xeli |
- Return of the F<numbers> in the ammomenu
|
changeset |
files
|
2012-04-21 |
unc0rr |
- Remove support for variables in command handlers
|
changeset |
files
|
2012-04-20 |
unc0rr |
Fix parsing of exit() call without parameters
|
changeset |
files
|
2012-04-20 |
unc0rr |
Move all strings into constants to make them of string255 type
|
changeset |
files
|
2012-04-20 |
unc0rr |
Many small improvements to pas2c
|
changeset |
files
|
2012-04-19 |
unc0rr |
Some more progress with pas2c
|
changeset |
files
|
2012-04-19 |
unc0rr |
- Track array size to use for High function
|
changeset |
files
|
2012-04-19 |
Xeli |
android: prevent the app from a semi-crash when exiting a game
|
changeset |
files
|
2012-04-14 |
unc0rr |
Improve rendering of function types, ranges, and more
|
changeset |
files
|
2012-04-14 |
unc0rr |
Fix insanity
|
changeset |
files
|
2012-04-14 |
unc0rr |
More string types
|
changeset |
files
|
2012-04-14 |
unc0rr |
Get rid of TGearsType to simplify pas2c
|
changeset |
files
|