annotate .gitignore @ 2541:a902abdfc7f2

1. Renamed class Game to class Engine. 2. Separated game logic as state of FSM from game logic as engine. 3. Found out that many UI screen initializers were optimized away, intially they all returned newly created window as separate object like it is done in CharacterUI_Initialize.
author a.parshin
date Sun, 10 May 2015 01:29:11 +0200
parents a9ca837744d7
children
rev   line source
1899
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
1 .hg
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
2 Debug
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
3 Release
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
4 *.orig
b3009adc0e2f Adding swig, gitignore, hgignore
Nomad
parents:
diff changeset
5 .hg/*
1993
a9ca837744d7 sync with git
zipi
parents: 1899
diff changeset
6 Build/