summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add:XML:Made maps page scriptedmartin-s2012-12-251-1/+21
* Fix:Core:Fixed boolean command operations, allow concatenuation of stringsmartin-s2012-12-251-19/+29
* Fix:Core:Provide reasonable active default valuemartin-s2012-12-251-0/+5
* Fix:gui_internal:Improved escape and write functionsmartin-s2012-12-251-1/+24
* Fix:gui_internal:Removed obsolete layouts setting pagemartin-s2012-12-251-22/+0
* Add:XML:Scripted layout setting pagemartin-s2012-12-251-1/+10
* Add:Core:Added foreach and if/then/else command to script interpretermartin-s2012-12-251-6/+81
* Add:gui_internal:Added debug command and let write command accept multiple ar...martin-s2012-12-251-9/+33
* Add:Core:Beginning of splitting up command.c into parsing/logic and execution...martin-s2012-12-241-224/+348
* Add:gui_internal:More functionality for vehicle config pagemartin-s2012-12-232-4/+10
* Add:gui_internal:New config pages for vehiclemartin-s2012-12-232-12/+95
* Fix:Build:cp not always availablemartin-s2012-12-231-1/+1
* Fix:Core:wince buildmartin-s2012-12-233-0/+8
* Fix:Core:Made C99 compatiblemartin-s2012-12-231-22/+22
* Fix:graphics_win32:MSVC buildmartin-s2012-12-231-0/+4
* Fix:gui_internal:Move comments to correct placemartin-s2012-12-232-88/+81
* Add:XML:Include (still disabled) map config pagemartin-s2012-12-221-2/+6
* Add:gui_internal:New map configuration pagemartin-s2012-12-221-0/+43
* Fix:Core:Allow escaped quotes in stringsmartin-s2012-12-221-0/+2
* Fix:gui_internal:Improved new layout pagemartin-s2012-12-221-5/+6
* Fix:gui_internal:Improved new layout pagemartin-s2012-12-221-0/+4
* Add:gui_internal:Experimental new layout setting screenmartin-s2012-12-221-1/+22
* Add:gui_internal:Escape functionmartin-s2012-12-221-0/+13
* Add:gui_internal:Allow class specification in html tagsmartin-s2012-12-222-12/+18
* Fix:Core:Allow upper case variable and function namesmartin-s2012-12-221-2/+2
* Fix:gui_internal:win compilemartin-s2012-12-223-0/+6
* Add:gui_internal:Split up into smaller files for easier maintenancemartin-s2012-12-2223-5311/+5706
* Add:map_binfile:Let map searches be case insensitive for accented latin and C...mdankov2012-12-191-16/+34
* Add:core:Cyrillic search improvements: Do accent insensitive search for Cyril...mdankov2012-12-184-13/+170
* Add:binding_dbus:Implemented attribute iter for roadprofilemartin-s2012-12-153-0/+28
* Fix:xml:Use new hot point functionality for better placing of destination flagmartin-s2012-12-151-4/+4
* Add:core:Option to specify hot point for pngs/svgsmartin-s2012-12-153-3/+18
* Add:binding_dbus:Support for roadprofilesmartin-s2012-12-141-0/+37
* Add:Core:Made item_types displayablemartin-s2012-12-141-0/+9
* Fix:Core:Made vehicleprofile setting more similar to other settingsmartin-s2012-12-141-6/+19
* Add:binding_dbus:Layout functionsmartin-s2012-12-141-0/+26
* Fix:Core:Moved layout into correct sectionmartin-s2012-12-141-1/+2
* Add:XPM:Add icon for atm (currently same as bank)martin-s2012-12-133-5/+199
* Fix:Build:Include missing shm.h checkmartin-s2012-12-102-0/+3
* Fix:osd_core:Don't crash when "src" attribute of osd types "button" and "imag...mdankov2012-12-051-22/+8
* Fix:core:Don't jump over the end of command when closing double quote is miss...mdankov2012-12-051-3/+4
* Fix:core:Don't display osd buttons on src attribute change while in internal ...mdankov2012-12-043-1/+10
* Fix:core:Don't crash when command system references a nonexistent object. Sil...mdankov2012-12-041-4/+8
* Add:gui_internal:Missing colon keymartin-s2012-12-041-0/+1
* Avoid overrunning the debug buffermartin-s2012-12-041-1/+1
* Fix:core:Bugs in ternary conditional operator.mdankov2012-12-031-3/+8
* Fix:gui_internal:Disable osd when gui.bookmarks() and similar commands are ca...mdankov2012-11-301-20/+82
* Fix:graphics_android:Allow to draw osd asynchronously to mapmartin-s2012-11-191-16/+37
* Fix:core:Get rid of memory leaks in command interfacemdankov2012-11-184-74/+202
* Fix:map/csv:Few memleaks removed.mdankov2012-11-181-0/+4