Permalink
Please sign in to comment.
Showing
with
1,930 additions
and 540 deletions.
- +1 −1 data/mp/stats/templates.txt
- +83 −99 po/de.po
- +57 −53 po/ru.po
- +0 −1 src/Makefile.am
- +3 −3 src/action.cpp
- +2 −1 src/ai.cpp
- +2 −1 src/component.cpp
- +6 −0 src/design.cpp
- +10 −8 src/display.cpp
- +1 −0 src/display.h
- +3 −3 src/display3d.cpp
- +69 −49 src/drive.cpp
- +18 −17 src/droid.cpp
- +3 −1 src/droiddef.h
- +1 −1 src/fpath.cpp
- +4 −7 src/function.cpp
- +6 −5 src/game.cpp
- +2 −2 src/group.cpp
- +21 −14 src/hci.cpp
- +45 −32 src/intdisplay.cpp
- +4 −2 src/intorder.cpp
- +1 −1 src/keybind.cpp
- +2 −0 src/loop.cpp
- +1 −0 src/main.cpp
- +1 −0 src/mapdisplay.cpp
- +62 −71 src/mission.cpp
- +16 −16 src/move.cpp
- +1 −1 src/multigifts.cpp
- +12 −2 src/multimenu.cpp
- +3 −3 src/objmem.cpp
- +21 −20 src/order.cpp
- +2 −0 src/projectile.cpp
- +5 −2 src/qtscriptfuncs.cpp
- +10 −11 src/research.cpp
- +5 −3 src/scriptai.cpp
- +29 −30 src/scriptfuncs.cpp
- +1 −0 src/scripttabs.cpp
- +4 −4 src/selection.cpp
- +4 −4 src/structure.cpp
- +2 −0 src/template.cpp
- +20 −28 src/transporter.cpp
- +3 −0 tests/.gitignore
- +1 −0 tests/Tests.xcodeproj/Do not hand edit these files under any circumstances, always use xcode
- +929 −0 tests/Tests.xcodeproj/project.pbxproj
- +15 −0 tests/configs/Base-Tests.xcconfig
- +29 −0 tests/configs/Project-All.xcconfig
- +40 −0 tests/configs/maptest-All.xcconfig
- +17 −0 tests/configs/maptest-Debug.xcconfig
- +14 −0 tests/configs/maptest-Release.xcconfig
- +11 −0 tests/configs/maptest-StaticAnalyzer.xcconfig
- +40 −0 tests/configs/modeltest-All.xcconfig
- +17 −0 tests/configs/modeltest-Debug.xcconfig
- +14 −0 tests/configs/modeltest-Release.xcconfig
- +11 −0 tests/configs/modeltest-StaticAnalyzer.xcconfig
- +40 −0 tests/configs/qslint-All.xcconfig
- +17 −0 tests/configs/qslint-Debug.xcconfig
- +14 −0 tests/configs/qslint-Release.xcconfig
- +11 −0 tests/configs/qslint-StaticAnalyzer.xcconfig
- +40 −0 tests/configs/qtscripttest-All.xcconfig
- +17 −0 tests/configs/qtscripttest-Debug.xcconfig
- +14 −0 tests/configs/qtscripttest-Release.xcconfig
- +11 −0 tests/configs/qtscripttest-StaticAnalyzer.xcconfig
- +12 −0 tests/configs/scripts/jslist.sh
- +12 −0 tests/configs/scripts/maplist.sh
- +12 −0 tests/configs/scripts/modellist.sh
- +1 −0 ...map/MapUtilities.xcodeproj/Do not hand edit these files under any circumstances, always use xcode
- +43 −43 tools/map/MapUtilities.xcodeproj/project.pbxproj
- +1 −1 tools/map/configs/Project-All.xcconfig
- +1 −0 tools/map/configs/map2png-All.xcconfig

Oops, something went wrong.
0 comments on commit
9e6c534