index
:
RustAndDust
PvP
keep
master
server
units1
Tactical ground combat simulation for android
Jérémy Zurcher
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
core
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-05-19
Widget: if position is ABSOLUTE do not update()
Jérémy Zurcher
1
-0
/
+1
2016-05-19
Position: add ABSOLUTE
Jérémy Zurcher
1
-0
/
+1
2016-05-19
DB: loadGames() add int param gameMode
Jérémy Zurcher
2
-6
/
+8
2016-05-19
GameRecord: canPlay() check if mode is SOLO
Jérémy Zurcher
1
-2
/
+2
2016-05-19
ui/List: add getSelected()
Jérémy Zurcher
1
-0
/
+1
2016-05-18
increase code version
v30
Jérémy Zurcher
1
-1
/
+1
2016-05-18
Hud: uses IterableStack
Jérémy Zurcher
1
-8
/
+7
2016-05-18
LabelStack: uses IterableQueue
Jérémy Zurcher
1
-7
/
+6
2016-05-18
LabelStack,Msg: update Msg if LabelStack pops a message
Jérémy Zurcher
2
-2
/
+5
2016-05-18
Ctrl: fix notification position, and push/write
Jérémy Zurcher
1
-10
/
+10
2016-05-18
Hud: add pushNotify(String, Position)
Jérémy Zurcher
1
-0
/
+5
2016-05-18
fix Ctrl: must Unit.clear() before loading, or this won't be on android
Jérémy Zurcher
1
-0
/
+1
2016-05-17
LabelImage: overriding of translate is not needed since setPosition() overriding
Jérémy Zurcher
1
-7
/
+0
2016-05-17
PlayerInfo: remove useless calls to setLabelPosition(...)
Jérémy Zurcher
1
-6
/
+3
2016-05-17
LabelImage: override setPosition(...) to call label.update(), for this to ↵
Jérémy Zurcher
2
-1
/
+8
work, Bg must directly call rect.set(...) at init
2016-05-17
LabelImage: del setPosition(), add update() called by translate(float, float)
Jérémy Zurcher
1
-4
/
+5
2016-05-17
LabelImaget: set this as parent of label
Jérémy Zurcher
1
-0
/
+1
2016-05-17
Widget: add update() called by setParent(Widget)
Jérémy Zurcher
1
-1
/
+6
2016-05-17
Widget: setPosition(Rectangle) calls setPosition(float, float, float, float)
Jérémy Zurcher
1
-1
/
+1
2016-05-13
Board,Hud: add Board.getStats(), add tiles,animations count on debug msg
Jérémy Zurcher
2
-1
/
+6
2016-05-13
StackedImages: drawDebug() do not draw rect if no overlay is active
Jérémy Zurcher
1
-4
/
+9
2016-05-12
MenuScreen: improve versionLabel position
Jérémy Zurcher
2
-2
/
+4
2016-05-12
RustAndDust: dispose of generator
Jérémy Zurcher
1
-0
/
+1
2016-05-11
Ctrl: call storeInitialState() on new game only
Jérémy Zurcher
1
-1
/
+1
2016-05-11
Ctrl: this.mode -> mode
Jérémy Zurcher
1
-4
/
+4
2016-05-11
increase code version
v29
Jérémy Zurcher
1
-1
/
+1
2016-05-11
NewGameMenu: do not BEGIN if mode is not implemented yet
Jérémy Zurcher
1
-1
/
+1
2016-05-11
Unit: Unit.clear() sets unitId to 1
Jérémy Zurcher
1
-1
/
+1
2016-05-11
Map5Marshal,Ctrl: use Unit.IterableSet<Unit>, call Unit.clear() at exit
Jérémy Zurcher
3
-18
/
+4
2016-05-11
Unit: add IterableSet<Unit> that keeps ref to the instances
Jérémy Zurcher
1
-0
/
+14
2016-05-10
increase code version
v28
Jérémy Zurcher
1
-1
/
+1
2016-05-10
TankFireAnimation: fix bad region init on animation second usage
Jérémy Zurcher
1
-5
/
+1
2016-05-10
Ctrl: clear orders before storing Initial State, do not replay map deployment
Jérémy Zurcher
1
-1
/
+3
2016-05-10
StateSelect: call clear() on postTurnDone()
Jérémy Zurcher
1
-0
/
+1
2016-05-10
increase code version
v27
Jérémy Zurcher
1
-1
/
+1
2016-05-10
Ctrl: avoid bad stacked msgs position
Jérémy Zurcher
1
-3
/
+1
2016-05-10
Ctrl: factorise code
Jérémy Zurcher
1
-11
/
+4
2016-05-10
DestroyAnimation: shorten DURATION 1.5->1.0
Jérémy Zurcher
1
-1
/
+1
2016-05-10
MenuCtrl,PlayMenu: use ResumeMenu
Jérémy Zurcher
2
-25
/
+14
2016-05-10
add menu/ResumeMenu
Jérémy Zurcher
1
-0
/
+140
2016-05-10
Ctrl: implement REPLAY_BATTLE mode
Jérémy Zurcher
1
-2
/
+23
2016-05-10
Ctrl: cleanup according to latest db changes
Jérémy Zurcher
1
-13
/
+16
2016-05-10
Battle: clean up map.clear() usage
Jérémy Zurcher
4
-19
/
+10
2016-05-10
Solo: clean up loadState(), get ready for REPLAY_BATTLE
Jérémy Zurcher
1
-16
/
+24
2016-05-10
DB,Ctrl: clean up store/load validate methods
Jérémy Zurcher
2
-18
/
+95
2016-05-10
InfantryFireAnimation: reduce START_DELAY to 0.3f
Jérémy Zurcher
1
-1
/
+1
2016-05-10
Map4Orders: prepareReplayCurrentTurn() -> prepareReplayLastTurn()
Jérémy Zurcher
2
-2
/
+2
2016-05-10
Marshal: add Mode.PLAYER to load currentPlayer AP
Jérémy Zurcher
3
-1
/
+10
2016-05-10
Map5Marshal: block unitId while loading players
Jérémy Zurcher
1
-0
/
+2
2016-05-10
BattleTest: use map.getExitZone(int) otherwise usExit is null
Jérémy Zurcher
1
-4
/
+2
[next]