sheepluva [Sun, 29 Apr 2012 17:12:49 +0200] rev 6958
hello GameStyleModel
Xeli [Sun, 29 Apr 2012 16:09:42 +0200] rev 6957
target using the utility button, this fixes bee
Xeli [Sun, 29 Apr 2012 14:10:59 +0200] rev 6956
enabled grenade timer, needs a button image
Xeli [Sat, 28 Apr 2012 15:18:30 +0200] rev 6955
wops, removed some writeln
Xeli [Sat, 28 Apr 2012 15:03:52 +0200] rev 6954
changed uKeys to uInputHandler to better reflect its function
sheepluva [Sun, 29 Apr 2012 14:00:35 +0200] rev 6953
* make HatModel update automatically (also renamed class and files)
* removed nemo's ghost file :P
sheepluva [Sat, 28 Apr 2012 18:56:31 +0200] rev 6952
license header year range adjustments
Xeli [Sat, 28 Apr 2012 14:41:40 +0200] rev 6951
- changed targetting, to launch an airstrike move the cursor/pointer to a location and then press the firebutton
- added a caption to try to explain this -_-
Xeli [Sat, 28 Apr 2012 12:46:57 +0200] rev 6950
-Fixed FingerHasMoved function, still might need a little tweaking
-Fixed targetting, it's not possible to fire airstrike and the like with a longpress, however it'll fire on the cursor not on the tap location
Xeli [Fri, 27 Apr 2012 23:39:01 +0200] rev 6949
remove last boolean keys references and using only ParseCommand in uTouch now
sheepluva [Sat, 28 Apr 2012 12:35:29 +0200] rev 6948
various comment tweaks/fixes
sheepluva [Sat, 28 Apr 2012 11:56:09 +0200] rev 6947
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
sheepluva [Sat, 28 Apr 2012 09:25:30 +0200] rev 6946
fix for
issue #186 ("Screen gets messed up when selecting Hand Drawn Map")
nemo [Sat, 28 Apr 2012 00:08:12 -0400] rev 6945
unbreak snowball
nemo [Fri, 27 Apr 2012 22:25:26 -0400] rev 6944
Ok, 20,000 was a bit much. Arbitrary multiplier that seems to shove things off enough.
sheepluva [Sat, 28 Apr 2012 00:24:37 +0200] rev 6943
MapModel: comments/docs, small tweaks
Xeli [Fri, 27 Apr 2012 23:17:11 +0200] rev 6942
reimplement the quit engine+frontend keys
Xeli [Fri, 27 Apr 2012 23:09:27 +0200] rev 6941
add ammoprop to enable to up and down buttons on for the touch interface
sheepluva [Fri, 27 Apr 2012 23:10:48 +0200] rev 6940
decouple current theme from map theme (fixes theme confusion bugs of last commit)
sheepluva [Fri, 27 Apr 2012 22:22:04 +0200] rev 6939
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)
sheepluva [Fri, 27 Apr 2012 11:47:37 +0200] rev 6938
MapModel, various cleanups. TODO/FIXME: QComboBox separator not working with custom models
sheepluva [Thu, 26 Apr 2012 16:15:37 +0200] rev 6937
messing with the theme model a bit (gets now auto-updated after DLC download too)
nemo [Fri, 27 Apr 2012 16:57:54 -0400] rev 6936
theme tweaks
unc0rr [Fri, 27 Apr 2012 22:15:08 +0400] rev 6935
Show number of points in drawn map
unc0rr [Fri, 27 Apr 2012 00:43:48 +0400] rev 6934
Cursor for DrawMapScene. Feel free to ajust its look.
sheepluva [Thu, 26 Apr 2012 09:48:52 +0200] rev 6933
mapContainer: use DataManager, reload maps after data update (e.g. by DLC)
sheepluva [Thu, 26 Apr 2012 09:47:35 +0200] rev 6932
make DLC trigger data reload
sheepluva [Thu, 26 Apr 2012 07:44:44 +0200] rev 6931
make DataManager a QObject with reload() slot that emits signal updated()
sheepluva [Thu, 26 Apr 2012 07:22:05 +0200] rev 6930
renaming HWDataManager -> DataManager
sheepluva [Wed, 25 Apr 2012 17:44:48 +0200] rev 6929
reimplement auto-kick for ignored players (it was temporarily removed during refactoring)