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
Age
Commit message (
Collapse
)
Author
Files
Lines
2016-05-07
Map5Marshal: fix error msg
Jérémy Zurcher
1
-1
/
+1
2016-05-07
DB: format sql before calling loadGame(...)
Jérémy Zurcher
1
-3
/
+3
2016-05-04
Config: REPLAY_LAST / REPLAY_BATTLE
Jérémy Zurcher
4
-9
/
+9
2016-05-04
StateSelect: clear() on reinforcement dock togggle
Jérémy Zurcher
2
-1
/
+6
2016-05-04
Ctrl: ooops, that should be in e89cb4f
Jérémy Zurcher
1
-1
/
+1
2016-05-04
StateEngage: doBreakMove() uses buildShortest(Tile)
Jérémy Zurcher
2
-3
/
+2
2016-05-04
PathBuilder: add buildShortest(Tile)
Jérémy Zurcher
1
-0
/
+13
2016-05-04
Map: break move only for 1 hex
Jérémy Zurcher
1
-1
/
+1
2016-05-04
Battle: remove Ctrl from BattleCommon fields
Jérémy Zurcher
5
-36
/
+36
2016-05-04
PathBuilder: add beSmart() : look for a single objective, ...
Jérémy Zurcher
1
-11
/
+26
2016-05-04
PathBuilder: best() priority : fitness > cost > roadMarch > size
Jérémy Zurcher
1
-5
/
+11
2016-05-04
StateEngage: doRotation(Orientation) -> doBreakMove(Orientation)
Jérémy Zurcher
1
-2
/
+2
2016-05-04
ok, I fucked up, path optimisation is not ready yet
v26
Jérémy Zurcher
3
-4
/
+4
2016-05-03
www: add small images
Jérémy Zurcher
10
-9
/
+9
2016-05-03
run: use /opt/android-sdk/build-tools/23.0.3/zipalign
Jérémy Zurcher
1
-1
/
+1
2016-05-03
update TODO
Jérémy Zurcher
1
-1
/
+3
2016-05-03
gradle: buildToolsVersion 23.0.2 -> 23.0.3
Jérémy Zurcher
1
-1
/
+1
2016-05-03
increase code version
v25
Jérémy Zurcher
2
-2
/
+2
2016-05-03
PathBuilder: automaticaly filter paths with objectives
Jérémy Zurcher
1
-2
/
+11
2016-05-03
PathBuilder: quick -> shortest
Jérémy Zurcher
1
-4
/
+4
2016-05-03
OMG: add event queue, messages, replay, bounce animation, complete states ↵
Jérémy Zurcher
42
-1443
/
+1407
rewrite ...
2016-05-03
BounceAnimation: draw Moveable
Jérémy Zurcher
1
-0
/
+1
2016-05-03
Map0Hex: coding style
Jérémy Zurcher
1
-1
/
+2
2016-05-02
Player: update debug msgs
Jérémy Zurcher
1
-2
/
+2
2016-05-02
Pawn,Unit: add spendMovementPoints(int) and getSpentMovementPoints()
Jérémy Zurcher
3
-1
/
+14
2016-05-02
Board: add revertClaim(Pawn, Move)
Jérémy Zurcher
1
-1
/
+9
2016-05-02
Board: improve findBestEntry to chose NORTH or SOUTH if possible
Jérémy Zurcher
1
-1
/
+11
2016-05-02
Pawn,Hex: road(Orientation) -> roadFrom(Orientation)
Jérémy Zurcher
6
-10
/
+10
2016-05-02
Collection,IterableArray: add insert(E, int)
Jérémy Zurcher
2
-0
/
+12
2016-04-27
TEST: update according to Pawn and Board changes
Jérémy Zurcher
1
-2
/
+2
2016-04-22
Unit: do not substract road march bonus to a 0 cost move
Jérémy Zurcher
1
-1
/
+1
2016-04-22
OrderList: add Order getId(int)
Jérémy Zurcher
1
-0
/
+9
2016-04-22
Player: impove burnDownAp reporting
Jérémy Zurcher
1
-14
/
+34
2016-04-22
Unit: do not call setMoved if cost is 0
Jérémy Zurcher
1
-1
/
+1
2016-04-22
Unit: if roadMarch deduce bonus from move cost, cost is at least 1
Jérémy Zurcher
1
-2
/
+3
2016-04-21
PathBuilder: rotation path cost 1 and is not roadMarch
Jérémy Zurcher
1
-1
/
+2
2016-04-19
Board: add setBlock(float)
Jérémy Zurcher
1
-0
/
+12
2016-04-19
Hup: default notify position is TOP_CENTER
Jérémy Zurcher
1
-2
/
+2
2016-04-13
Unit: fix toString format
Jérémy Zurcher
1
-1
/
+1
2016-04-12
Player: toString shows 'id'
Jérémy Zurcher
1
-1
/
+1
2016-04-12
Order: orderId -> id
Jérémy Zurcher
3
-13
/
+13
2016-04-12
Unit: id is private
Jérémy Zurcher
2
-14
/
+17
2016-04-12
Map5Marshal: dump orderId before other attributes
Jérémy Zurcher
1
-2
/
+2
2016-04-12
Order: actionId -> orderId
Jérémy Zurcher
3
-11
/
+11
2016-04-11
Map4Marshal: Engagement orders JSON assists 'a', conflicts with 'a' ↵
Jérémy Zurcher
1
-2
/
+2
activable, rename it 'us'
2016-04-11
Map4Orders: compute activableUnits (break move) only on success
Jérémy Zurcher
1
-4
/
+6
2016-04-11
Map4Orders: code reorder
Jérémy Zurcher
1
-1
/
+1
2016-04-11
Unit: improve toString()
Jérémy Zurcher
1
-3
/
+4
2016-04-11
build.gradle: add '--exclude=*~' to ctags
Jérémy Zurcher
1
-1
/
+1
2016-04-11
Map4Orders: remove useless import
Jérémy Zurcher
1
-1
/
+0
[prev]
[next]