aboutsummaryrefslogtreecommitdiff
path: root/script/gdscript/gd_tokenizer.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2014-02-14Fixed crash bug in the shaderlang testVinzenz Feenstra1-2/+1
Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com>
2014-02-14Addressed comments by Terseus to match the specVinzenz Feenstra1-5/+5
size_t -> long uint8_t -> unsigned char Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com>
2014-02-14x11: Set icon issue fixVinzenz Feenstra1-20/+11
Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com>
2014-02-13Fix CCFLAGS handlingVinzenz Feenstra1-0/+6
Signed-off-by: Vinzenz Feenstra <evilissimo@gmail.com>
2014-02-13-fixed export templates not loading/exporting on WindowsJuan Linietsky54-1120/+1452
-fixed TouchScreenButton with stretch2d -fixed(?) OSX crash on startup (test!!) -compilation fixes on windows -CollisionPolygon editor works again -find buttons en find dialog -TileMap editor cleanup (removed "error", made nicer) -viewport flicker fixed -make .scn default extension for saving scenes -export the rest of the network classes to gdscript