Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-07-16Make it work with Qt5.HEADmasterStijn Buys
2016-03-05Homogenized documentation files throughout the different projects.Stijn Buys
2013-11-17Update map content when opening a file.Stijn Buys
2013-11-11Added box selection, deleted selected, duplicate selected, move selected.Stijn Buys
2013-11-11Added support for patrols and platforms.Stijn Buys
2013-09-15Adds the --with-qt-moc option to the configure script.Stijn Buys
2012-12-06Added support for entity weapon entries.Stijn Buys
2012-08-08Shortcut keys for Edit Add and Edit Duplicate. Implement EditDuplicate ↵Michael Rodenhurst
functionality.
2012-08-08Corrected the Qt include path on mingw32.Stijn Buys
2012-04-30Do not write angles key if all angles are 0.Stijn Buys
2012-04-30Corrected parameter order of the entity angles keyStijn Buys
2012-03-18Made MapWidget::zoom() independent of the size of the widget.Stijn Buys
2012-03-11Added zone properties button.Stijn Buys
2012-03-11Update Manipulater visual state after deselecting.Stijn Buys
2012-03-10Connected Delete actions to the deleteSelected() slot.Stijn Buys
2012-03-10Have MapWidget remember the last selected Entity, implemented ↵Stijn Buys
MapWidget::deleteSelected().
2012-03-10Added EntityProperties assignment operator.Stijn Buys
2012-03-07Added Properties copy constructor and assignment operator.Stijn Buys
2012-02-26Select newly created entities,Stijn Buys
remember entity type updates, rearranged sidebar widget construction code.
2012-02-26Made entity type editable, added default list of entity types.Stijn Buys
2012-02-26Mapped edit entity actions to MapWidget,Stijn Buys
added initial addEntity action.
2012-02-26Corrected MdiChild focus issues when opening more than one file,Stijn Buys
enable or disable menu options when approriate.
2012-02-26Updated installation instructions for Ubuntu.Stijn Buys
2012-02-25Added support for entity templates.Stijn Buys
2012-02-25The finetuning of ./configure parameters I forgot to commit in the previous ↵Stijn Buys
revision.
2012-02-25Finetuned the new ./configure parameters, added Ubuntu note to the ↵Stijn Buys
installation instructions.
2012-02-25Added ./configure options for Qt include and library directories.Stijn Buys
2012-02-25Add entity manipulator widget, added support for editing entity angles.Stijn Buys
2012-02-23Removed autoconf OpenGL dependency.Stijn Buys
2012-02-23Prevent the map from freezing by not drawing or updating if it becomes ↵Stijn Buys
smaller than 16x16 pixels.
2012-02-22Preserve ini file comments. preserve racetrack and checkpoint entities.Stijn Buys
2012-02-21Initial support to preserve ini file commentsStijn Buys
2012-02-21Show filename in the subwindow title.Stijn Buys
2012-02-21Save all changes made to the properties in the Sidebar.Stijn Buys
2012-02-21Added documentation and license information.Stijn Buys
2012-02-21Add support for zone properties, added framework to save files.Stijn Buys
2012-02-19Added entity type label.Stijn Buys
2012-02-19Added entity ino .ext area Stijn Buys
2012-02-19Added a splitter to the editorwindow.Stijn Buys
2012-02-19Added a seperate class to hold entity properties.Stijn Buys
2012-02-19Added subsections textboxStijn Buys
2012-02-19Renamed class MapEntity to EntityWidget, added entity dragging.Stijn Buys
2012-02-19Added text area with all entity properties, made location editable.Stijn Buys
2012-02-19Commented out debug messages, implemented map dragging.Stijn Buys
2012-02-19Read entity properties, added entity selection and scaling.Stijn Buys
2012-02-19Corrected location of entities on the map.Stijn Buys
2012-02-18Added map entities, added ini file reader.Stijn Buys
2012-02-18Added editor window with side bar.Stijn Buys
2012-02-18Added basic map widgetStijn Buys
2012-02-18added simple MDI framework.Stijn Buys