| .. |
|
autosave.cpp
|
use ostream_write( CopiedString )
|
2021-09-18 15:30:11 +03:00 |
|
autosave.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
brush_primit.cpp
|
add and use BasicVector3.vec2()
|
2021-06-23 16:51:03 +03:00 |
|
brush_primit.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
brush.cpp
|
indent classes, align by spaces
|
2021-03-24 00:25:15 +03:00 |
|
brush.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
brushmanip.cpp
|
* region build: widen temp box to handle small volumes, light entities at the edge and flat primitives
|
2021-10-21 04:48:54 +03:00 |
|
brushmanip.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
brushmodule.cpp
|
replace ArrayRange by tcb::span (reproduction of std::span)
|
2021-10-24 08:32:10 +03:00 |
|
brushmodule.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
brushnode.cpp
|
my own uncrustify run
|
2012-03-27 12:03:21 +02:00 |
|
brushnode.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
brushtokens.cpp
|
my own uncrustify run
|
2012-03-27 12:03:21 +02:00 |
|
brushtokens.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
brushxml.cpp
|
my own uncrustify run
|
2012-03-27 12:03:21 +02:00 |
|
brushxml.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
build.cpp
|
use ostream_write( CopiedString )
|
2021-09-18 15:30:11 +03:00 |
|
build.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
camwindow.cpp
|
replace ArrayRange by tcb::span (reproduction of std::span)
|
2021-10-24 08:32:10 +03:00 |
|
camwindow.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
clippertool.cpp
|
replace ArrayRange by tcb::span (reproduction of std::span)
|
2021-10-24 08:32:10 +03:00 |
|
clippertool.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
commands.cpp
|
use ostream_write( CopiedString )
|
2021-09-18 15:30:11 +03:00 |
|
commands.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
console.cpp
|
replace ArrayRange by tcb::span (reproduction of std::span)
|
2021-10-24 08:32:10 +03:00 |
|
console.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
csg.cpp
|
indent classes, align by spaces
|
2021-03-24 00:25:15 +03:00 |
|
csg.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
dialog.cpp
|
replace ArrayRange by tcb::span (reproduction of std::span)
|
2021-10-24 08:32:10 +03:00 |
|
dialog.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
eclass_def.cpp
|
indent classes, align by spaces
|
2021-03-24 00:25:15 +03:00 |
|
eclass_def.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
eclass_doom3.cpp
|
use ostream_write( CopiedString )
|
2021-09-18 15:30:11 +03:00 |
|
eclass_doom3.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
eclass_fgd.cpp
|
use ostream_write( CopiedString )
|
2021-09-18 15:30:11 +03:00 |
|
eclass_fgd.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
eclass_xml.cpp
|
replace ArrayRange by tcb::span (reproduction of std::span)
|
2021-10-24 08:32:10 +03:00 |
|
eclass_xml.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
eclass.cpp
|
indent classes, align by spaces
|
2021-03-24 00:25:15 +03:00 |
|
eclass.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
entity.cpp
|
use ostream_write( CopiedString )
|
2021-09-18 15:30:11 +03:00 |
|
entity.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
entityinspector.cpp
|
replace ArrayRange by tcb::span (reproduction of std::span)
|
2021-10-24 08:32:10 +03:00 |
|
entityinspector.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
entitylist.cpp
|
indent classes, align by spaces
|
2021-03-24 00:25:15 +03:00 |
|
entitylist.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
environment.cpp
|
add and use path_extension_is()
|
2021-10-03 17:13:12 +03:00 |
|
environment.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
error.cpp
|
fix spelling
|
2021-05-24 20:23:09 +03:00 |
|
error.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
feedback.cpp
|
only #include <gtk/gtk.h>
|
2020-05-21 16:27:17 +03:00 |
|
feedback.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
filetypes.cpp
|
indent classes, align by spaces
|
2021-03-24 00:25:15 +03:00 |
|
filetypes.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
filterbar.cpp
|
* common shaders deduction: fallback to .game "common_shaders_dir" param (default = "common/"), so they may be configured all at once
|
2021-03-13 16:57:31 +03:00 |
|
filterbar.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
filters.cpp
|
indent classes, align by spaces
|
2021-03-24 00:25:15 +03:00 |
|
filters.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
findtexturedialog.cpp
|
use ostream_write( CopiedString )
|
2021-09-18 15:30:11 +03:00 |
|
findtexturedialog.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
glwidget.cpp
|
indent classes, align by spaces
|
2021-03-24 00:25:15 +03:00 |
|
glwidget.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
grid.cpp
|
replace ArrayRange by tcb::span (reproduction of std::span)
|
2021-10-24 08:32:10 +03:00 |
|
grid.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
groupdialog.cpp
|
indent classes, align by spaces
|
2021-03-24 00:25:15 +03:00 |
|
groupdialog.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
gtkdlgs.cpp
|
use ostream_write( CopiedString )
|
2021-09-18 15:30:11 +03:00 |
|
gtkdlgs.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
gtkmisc.cpp
|
indent classes, align by spaces
|
2021-03-24 00:25:15 +03:00 |
|
gtkmisc.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
gtktheme.cpp
|
indent classes, align by spaces
|
2021-03-24 00:25:15 +03:00 |
|
gtktheme.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
help.cpp
|
use ostream_write( CopiedString )
|
2021-09-18 15:30:11 +03:00 |
|
help.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
image.cpp
|
indent classes, align by spaces
|
2021-03-24 00:25:15 +03:00 |
|
image.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
main.cpp
|
use ostream_write( CopiedString )
|
2021-09-18 15:30:11 +03:00 |
|
main.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
mainframe.cpp
|
replace ArrayRange by tcb::span (reproduction of std::span)
|
2021-10-24 08:32:10 +03:00 |
|
mainframe.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
map.cpp
|
* region build: widen temp box to handle small volumes, light entities at the edge and flat primitives
|
2021-10-21 04:48:54 +03:00 |
|
map.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
modelwindow.cpp
|
replace ArrayRange by tcb::span (reproduction of std::span)
|
2021-10-24 08:32:10 +03:00 |
|
modelwindow.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
mru.cpp
|
indent classes, align by spaces
|
2021-03-24 00:25:15 +03:00 |
|
mru.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
multimon.cpp
|
only #include <gdk/gdk.h> <gdk/gdkwin32.h> <gdk/gdkx.h> <gdk/gdkkeysyms.h>
|
2020-05-21 16:27:19 +03:00 |
|
multimon.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
nullmodel.cpp
|
indent classes, align by spaces
|
2021-03-24 00:25:15 +03:00 |
|
nullmodel.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
parse.cpp
|
indent classes, align by spaces
|
2021-03-24 00:25:15 +03:00 |
|
parse.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
patch.cpp
|
reduce the use of GSlist
|
2021-08-19 12:28:56 +03:00 |
|
patch.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
patchdialog.cpp
|
use ostream_write( CopiedString )
|
2021-09-18 15:30:11 +03:00 |
|
patchdialog.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
patchmanip.cpp
|
* patch thicken: create new patches in original patch entity
|
2021-10-19 18:25:42 +03:00 |
|
patchmanip.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
patchmodule.cpp
|
indent classes, align by spaces
|
2021-03-24 00:25:15 +03:00 |
|
patchmodule.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
plugin.cpp
|
* add optional soundtypes keyword of .game config, affecting file types shown in sound browsing dialog
|
2021-05-07 16:30:52 +03:00 |
|
plugin.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
pluginapi.cpp
|
indent classes, align by spaces
|
2021-03-24 00:25:15 +03:00 |
|
pluginapi.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
pluginmanager.cpp
|
indent classes, align by spaces
|
2021-03-24 00:25:15 +03:00 |
|
pluginmanager.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
pluginmenu.cpp
|
fix spelling
|
2021-05-24 20:23:09 +03:00 |
|
pluginmenu.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
plugintoolbar.cpp
|
indent classes, align by spaces
|
2021-03-24 00:25:15 +03:00 |
|
plugintoolbar.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
points.cpp
|
indent classes, align by spaces
|
2021-03-24 00:25:15 +03:00 |
|
points.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
preferencedictionary.cpp
|
my own uncrustify run
|
2012-03-27 12:03:21 +02:00 |
|
preferencedictionary.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
preferences.cpp
|
replace ArrayRange by tcb::span (reproduction of std::span)
|
2021-10-24 08:32:10 +03:00 |
|
preferences.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
qe3.cpp
|
* region build: widen temp box to handle small volumes, light entities at the edge and flat primitives
|
2021-10-21 04:48:54 +03:00 |
|
qe3.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
qgl.cpp
|
indent classes, align by spaces
|
2021-03-24 00:25:15 +03:00 |
|
qgl.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
radiant_old.ico
|
initial
|
2008-09-13 18:28:57 +00:00 |
|
radiant.ico
|
initial
|
2008-09-13 18:28:57 +00:00 |
|
radiant.rc
|
initial
|
2008-09-13 18:28:57 +00:00 |
|
referencecache.cpp
|
add and use path_extension_is()
|
2021-10-03 17:13:12 +03:00 |
|
referencecache.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
renderer.cpp
|
my own uncrustify run
|
2012-03-27 12:03:21 +02:00 |
|
renderer.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
renderstate.cpp
|
replace ArrayRange by tcb::span (reproduction of std::span)
|
2021-10-24 08:32:10 +03:00 |
|
renderstate.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
resource.h
|
my own uncrustify run
|
2012-03-27 12:03:21 +02:00 |
|
scenegraph.cpp
|
indent classes, align by spaces
|
2021-03-24 00:25:15 +03:00 |
|
scenegraph.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
select.cpp
|
add and use Entity::getClassName(), Entity::hasKeyValue()
|
2021-05-16 10:13:42 +03:00 |
|
select.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
selection.cpp
|
replace ArrayRange by tcb::span (reproduction of std::span)
|
2021-10-24 08:32:10 +03:00 |
|
selection.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
server.cpp
|
indent classes, align by spaces
|
2021-03-24 00:25:15 +03:00 |
|
server.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
sockets.cpp
|
my own uncrustify run
|
2012-03-27 12:03:21 +02:00 |
|
sockets.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
stacktrace.cpp
|
indent classes, align by spaces
|
2021-03-24 00:25:15 +03:00 |
|
stacktrace.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
surfacedialog.cpp
|
* Q2::surface inspector::brush face flags: add "Unset flags" button
|
2021-08-24 18:57:59 +03:00 |
|
surfacedialog.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
texmanip.cpp
|
more globalWarningStream() globalErrorStream() use
|
2018-03-21 16:06:22 +03:00 |
|
texmanip.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
textureentry.cpp
|
my own uncrustify run
|
2012-03-27 12:03:21 +02:00 |
|
textureentry.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
textures.cpp
|
replace ArrayRange by tcb::span (reproduction of std::span)
|
2021-10-24 08:32:10 +03:00 |
|
textures.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
texwindow.cpp
|
replace ArrayRange by tcb::span (reproduction of std::span)
|
2021-10-24 08:32:10 +03:00 |
|
texwindow.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
timer.cpp
|
indent classes, align by spaces
|
2021-03-24 00:25:15 +03:00 |
|
timer.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
treemodel.cpp
|
shorten special class members declarations
|
2021-10-14 23:31:07 +03:00 |
|
treemodel.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
undo.cpp
|
use ostream_write( CopiedString )
|
2021-09-18 15:30:11 +03:00 |
|
undo.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
url.cpp
|
indent classes, align by spaces
|
2021-03-24 00:25:15 +03:00 |
|
url.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
view.cpp
|
my own uncrustify run
|
2012-03-27 12:03:21 +02:00 |
|
view.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
watchbsp.cpp
|
replace ArrayRange by tcb::span (reproduction of std::span)
|
2021-10-24 08:32:10 +03:00 |
|
watchbsp.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
winding.cpp
|
indent classes, align by spaces
|
2021-03-24 00:25:15 +03:00 |
|
winding.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
windowobservers.cpp
|
only #include <gdk/gdk.h> <gdk/gdkwin32.h> <gdk/gdkx.h> <gdk/gdkkeysyms.h>
|
2020-05-21 16:27:19 +03:00 |
|
windowobservers.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
xmlstuff.cpp
|
my own uncrustify run
|
2012-03-27 12:03:21 +02:00 |
|
xmlstuff.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |
|
xywindow.cpp
|
replace ArrayRange by tcb::span (reproduction of std::span)
|
2021-10-24 08:32:10 +03:00 |
|
xywindow.h
|
use #pragma once
|
2021-10-22 02:19:50 +03:00 |