~timfelgentreff/stratagus/+git/stratagus-github:der-treba_stratagus

Last commit made on 2013-04-23
Get this branch:
git clone -b der-treba_stratagus https://git.launchpad.net/~timfelgentreff/stratagus/+git/stratagus-github

Branch merges

Branch information

Name:
der-treba_stratagus
Repository:
lp:~timfelgentreff/stratagus/+git/stratagus-github

Recent commits

4fe7e5c... by treba

- removed declarations of lua bindings from video.h
- replaced resolution calls with the following two:
 GetCurrentResolution() -- array with width and height of current resolution. if called at startup, the optimal resolution is given
 GetAvailableResolutions() -- two dimensional array with available resolutions. in window mode gives nil

020dea0... by treba

added lua queries to determine the default resolution of a screen aswell as queries to for supported resolutions.

GetVideoResolutionsNr() - get number of available resolutions
GetResolutionsWidth(i) - get width of resolution i
GetResolutionsHeight(i) - see above
GetCurrentResolutionsWidth() - get current resolution width. if queried on startup, it's the default/optimal resolution
GetCurrentResolutionsHeight() - see above

e8451dd... by Joris Dauphin

Remove unused growingTree.
make more CTileset member private

5003649... by Joris Dauphin

Fix typo (case5) in QuadFromTile.
Fix CTileset::getTileNumber.

2773438... by Joris Dauphin

Add CTileset::getTileNumber and fillSolidTiles
cleanup editloop.cpp
Use loop.

c348a93... by Joris Dauphin

Add CTileset::findTileIndex{,ByTile}.
Redisplay terrain names in editor in debug.

cc5e73a... by Joris Dauphin

Clean up tileset.

8f06b9b... by Joris Dauphin

Clean up tileset.

0a96f73... by Joris Dauphin

Replace some raw arrays by std::vector.

f48eb02... by Joris Dauphin

Clean up tileset.