Changesets: DarkRadiant

master 966ef1fa

04.03.2017 17:46

codereader


Details Diff
Change bundle wrapper extension to .app and add icon file
mod - tools/xcode/DarkRadiant App/Info.plist Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/project.pbxproj Diff File
add - tools/xcode/darkradiant.icns Diff File
mod - tools/xcode/package_bundle.sh Diff File

master 681024f5

04.03.2017 17:30

codereader


Details Diff
Rename a few things, bundle is now named DarkRadiant, the main app is called DarkRadiantMain
mod - tools/xcode/DarkRadiant App/Info.plist Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/project.pbxproj Diff File
mod - tools/xcode/package_bundle.sh Diff File

master 6576f7ce

04.03.2017 16:45

codereader


Details Diff
Take out debug comments. Put TTF fonts in the correct bundle folder.
mod - radiant/modulesystem/ApplicationContextImpl.cpp Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/project.pbxproj Diff File

master 25c3b1d5

04.03.2017 16:34

codereader


Details Diff
Place modules next to the app, it's easier this way.
mod - tools/xcode/DarkRadiant.xcodeproj/project.pbxproj Diff File
mod - tools/xcode/package_bundle.sh Diff File

master 352b306c

04.03.2017 16:12

codereader


Details Diff
Rewrite getExecutablePath() implementation for OS X, use proc_pidpath().
mod - radiant/modulesystem/ApplicationContextImpl.cpp Diff File

master de3c56ee

04.03.2017 13:26

codereader


Details Diff
Remove __stdcall from DLL exported code to fix the 32 Bit builds

__stdcall applies name mangling even if extern C is specified. Since we
don't use a .def file anymore in Win32 this problem appeared in the
2.2.1 release.
mod - include/imodule.h Diff File

master a54734a1

26.02.2017 19:22

codereader


Details Diff
Add bundle target, add script to fixup all dependencies using otool and install_name_tool
add - tools/xcode/DarkRadiant App/Info.plist Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/project.pbxproj Diff File
add - tools/xcode/package_bundle.sh Diff File

master 8289f269

22.02.2017 18:01

codereader


Details Diff
Linux build fixes
mod - radiant/map/AutoSaver.h Diff File
mod - radiant/map/algorithm/Export.cpp Diff File
mod - radiant/map/algorithm/Export.h Diff File
mod - radiant/map/algorithm/Models.cpp Diff File
mod - radiant/map/algorithm/Skins.cpp Diff File
mod - radiant/model/ModelFormatManager.cpp Diff File
mod - radiant/model/ScaledModelExporter.cpp Diff File
mod - radiant/ui/modelexport/ExportAsModelDialog.cpp Diff File

master ffa56778

19.02.2017 07:50

codereader


Details Diff
Merge remote-tracking branch 'refs/remotes/origin/osx'
mod - .gitignore Diff File
mod - autogen.sh Diff File
mod - configure.ac Diff File
mod - include/inode.h Diff File
mod - libs/scene/Node.cpp Diff File
mod - libs/scene/Node.h Diff File
mod - libs/wxutil/MouseToolHandler.cpp Diff File
mod - plugins/model/PicoModelNode.h Diff File
mod - plugins/script/ScriptingSystem.cpp Diff File
mod - plugins/uimanager/GroupDialog.cpp Diff File
mod - plugins/uimanager/ToolbarManager.cpp Diff File
mod - radiant/main.cpp Diff File
mod - radiant/map/AutoSaver.cpp Diff File
mod - radiant/modulesystem/ApplicationContextImpl.cpp Diff File
mod - radiant/modulesystem/ModuleLoader.cpp Diff File
mod - radiant/modulesystem/ModuleRegistry.cpp Diff File
mod - radiant/selection/selectionset/SelectionSetManager.cpp Diff File
mod - radiant/settings/GameManager.cpp Diff File
add - tools/xcode/DarkRadiant.xcconfig Diff File
add - tools/xcode/DarkRadiant.xcodeproj/project.pbxproj Diff File
add - tools/xcode/DarkRadiant.xcodeproj/project.xcworkspace/contents.xcworkspacedata Diff File
add - tools/xcode/archivezip.xcconfig Diff File
add - tools/xcode/base.xcconfig Diff File
add - tools/xcode/boost.xcconfig Diff File
add - tools/xcode/boost_python.xcconfig Diff File
add - tools/xcode/dm.editing.xcconfig Diff File
add - tools/xcode/ftgl.xcconfig Diff File
add - tools/xcode/glew.xcconfig Diff File
add - tools/xcode/image.xcconfig Diff File
add - tools/xcode/libxml2.xcconfig Diff File
add - tools/xcode/md5model.xcconfig Diff File
add - tools/xcode/model.xcconfig Diff File
add - tools/xcode/particles.xcconfig Diff File
add - tools/xcode/picomodel.xcconfig Diff File
add - tools/xcode/script.xcconfig Diff File
add - tools/xcode/sigc++.xcconfig Diff File
add - tools/xcode/sound.xcconfig Diff File
add - tools/xcode/uimanager.xcconfig Diff File
add - tools/xcode/wxutil.xcconfig Diff File
add - tools/xcode/wxwidgets.xcconfig Diff File
add - tools/xcode/zlib.xcconfig Diff File

master 53221198

19.02.2017 06:37

codereader


Details Diff
Remove xcuserdata from repo
rm - tools/xcode/DarkRadiant.xcodeproj/project.xcworkspace/xcuserdata/greebo.xcuserdatad/WorkspaceSettings.xcsettings Diff

master c2b817fd

19.02.2017 06:36

codereader


Details Diff
Ignore xcuserdata folder
mod - .gitignore Diff File

master 307eed89

19.02.2017 06:35

codereader


Details Diff
Exclude xcuserdata from repo
mod - .gitignore Diff File
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/DarkRadiant.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/archivezip.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/commandsystem.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/dds.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/dm.conversation.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/dm.difficulty.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/dm.editing.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/dm.gui.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/dm.objectives.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/dm.stimresponse.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/eclassmgr.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/eclasstree.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/entity.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/entitylist.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/eventmanager.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/filetypes.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/filters.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/fonts.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/grid.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/image.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/mapdoom3.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/mathlib.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/md5model.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/model.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/particles.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/picomodel.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/scene.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/scenegraph.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/script.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/shaders.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/skins.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/sound.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/uimanager.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/undo.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/vfspk3.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/wxutil.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/xcschememanagement.plist Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/xmlregistry.xcscheme Diff
rm - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/xmlutil.xcscheme Diff

master bae10272

19.02.2017 06:29

codereader


Details Diff
Fix GroupDialog tabs behaviour in OSX.
mod - plugins/uimanager/GroupDialog.cpp Diff File

master 70379ec0

19.02.2017 06:13

codereader


Details Diff
Use the regular C++11 standard
mod - tools/xcode/DarkRadiant.xcodeproj/project.pbxproj Diff File
mod - tools/xcode/base.xcconfig Diff File

master 57bbc7a5

19.02.2017 06:13

codereader


Details Diff
Use a special preprocessor flag to let Xcode targets search for dynamic libraries in the app folder instead of modules/plugins.
mod - radiant/modulesystem/ModuleLoader.cpp Diff File
mod - tools/xcode/DarkRadiant.xcconfig Diff File

master f5508870

19.02.2017 06:11

codereader


Details Diff
Work around an issue with dynamic_casts failing when downcasting to the intermediate Base class scene::Node, originating from code located in a static library.
mod - include/inode.h Diff File
mod - libs/scene/Node.cpp Diff File
mod - libs/scene/Node.h Diff File

master 3a554935

18.02.2017 14:54

codereader


Details Diff
Use .so as extension for shared libraries, like the automake project.
mod - radiant/modulesystem/ModuleLoader.cpp Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/project.pbxproj Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/DarkRadiant.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/archivezip.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/commandsystem.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/dm.conversation.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/dm.difficulty.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/dm.editing.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/dm.gui.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/dm.objectives.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/dm.stimresponse.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/eclassmgr.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/eclasstree.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/entity.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/entitylist.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/eventmanager.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/filetypes.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/filters.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/fonts.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/grid.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/image.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/mapdoom3.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/md5model.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/model.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/particles.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/scenegraph.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/script.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/shaders.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/skins.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/sound.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/uimanager.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/undo.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/vfspk3.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/xmlregistry.xcscheme Diff File

master 5ecc69a5

15.02.2017 19:59

codereader


Details Diff
Fix ridicolous deltas being processed by capturing mousetools in OSX.
mod - libs/wxutil/MouseToolHandler.cpp Diff File

master 576c2fee

14.02.2017 21:10

codereader


Details Diff
Fix selection set controls disappearing in toolbar in OSX
mod - radiant/selection/selectionset/SelectionSetManager.cpp Diff File

master dc5dc856

14.02.2017 20:57

codereader


Details Diff
Remove userstate file
rm - tools/xcode/DarkRadiant.xcodeproj/project.xcworkspace/xcuserdata/greebo.xcuserdatad/UserInterfaceState.xcuserstate Diff

master 7705cfa7

14.02.2017 20:48

codereader


Details Diff
Unversion .DS_Store files
mod - .gitignore Diff File
rm - tools/xcode/.DS_Store Diff

master 6a8a0e6d

14.02.2017 20:19

codereader


Details Diff
Xcode tweaks
mod - tools/xcode/.DS_Store Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/project.pbxproj Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/project.xcworkspace/xcuserdata/greebo.xcuserdatad/UserInterfaceState.xcuserstate Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/DarkRadiant.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/dm.conversation.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/dm.difficulty.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/dm.editing.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/dm.gui.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/dm.objectives.xcscheme Diff File
mod - tools/xcode/DarkRadiant.xcodeproj/xcuserdata/greebo.xcuserdatad/xcschemes/dm.stimresponse.xcscheme Diff File

master 69ea9af0

14.02.2017 19:56

codereader


Details Diff
Don't assign labels to tool items.
mod - plugins/uimanager/ToolbarManager.cpp Diff File
mod - tools/xcode/.DS_Store Diff File

master 6254e246

14.02.2017 05:32

codereader


Details Diff
Fix invisible tab content in group dialog.
mod - plugins/uimanager/GroupDialog.cpp Diff File
mod - tools/xcode/.DS_Store Diff File

master 9c16afac

13.02.2017 20:19

codereader


Details Diff
Fix crash at shutdown due to ScriptCommands not being cleared in time.
mod - plugins/script/ScriptingSystem.cpp Diff File
mod - tools/xcode/.DS_Store Diff File
 First  Prev  1 2 3 ... 30 ... 60 ... 90 ... 120 ... 150 ... 180 ... 210 ... 240 ... 247 248 249 250 251 252 253 ... 261 262 263  Next  Last