about summary refs log tree commit diff
path: root/src/game/editor/layer_tiles.cpp
AgeCommit message (Collapse)Author
2013-02-24Some graphic batching:BeaR
Speed up for displaying debugtext and envelopepreview (This reduces the performance hit especially for the 'Show Info' mode in the editor) Conflicts: src/engine/client/client.cpp src/game/editor/editor.cpp src/game/editor/editor.h
2013-02-24Fix Renderingbug:BeaR
If u change the alpha value inside a colorenvelope, the tileset-/quad-rendering is messed sometimes http://i.solidfiles.net/580a9699c4.png(map: run_exchange by delo)
2012-01-12fixed FillSelection so it actually fills the current selectionSushiTee
2011-08-11General whitespace and tab cleanupShereef Marzouk
2011-08-06just list the correct envelope types(colour/pos) when linking an envelope to ↵oy
a quad/tile layer
2011-07-20added color envelope feature for tilemapsChoupom
2011-07-15ability to name groups and layersSushiTee
2011-07-09added auto mapping feature by LordSkelethomoy
2011-06-27fixed tiles infos in groups with custom para or offset in editorChoupom
2011-05-05fixed size of characters in editor's tileselection screen on zoom. Closes #665oy
2011-05-03renamed editor filesChoupom