Activity
From 2014-01-03 to 2014-01-16
2014-01-16
-
20:34 Doomsday Engine Revision e6e1dd58 (github): libdeng2|Script: Utilities for easier creation of native script functions
- Binder automates the tasks for registering and unregistering native
entry points that appear as script functions. -
20:34 Doomsday Engine Revision 87589314 (github): Refactor|Client|libgui: Use Binder to manage script bindings
-
19:38 Doomsday Engine Revision 0a317ebf (github): Fixed|Renderer: Model particles not affected by dynamic lights, plus cleanup
- The particle renderer used the wrong axes when determining the BSP
leaf at the origin of a given particle (Z and Y we...
2014-01-15
-
13:59 Doomsday Engine Revision eeec1ae5 (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
-
13:59 Doomsday Engine Revision 25605e10 (github): libdeng2|StringPool: The 'data' argument of StringPool::iterate() is now optional
-
13:54 Doomsday Engine Revision f47d5089 (github): Cleanup|Client: Log entry
-
13:51 Doomsday Engine Revision 95e2230d (github): World: Log a separate warning for each unknown material
- Now that the warnings produce collated alerts it is better to log
each unknown material encountered during map conver... -
12:56 Doomsday Engine Revision 681410ac (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
-
12:55 Doomsday Engine Revision 189fce2b (github): DehReader|Fixed: Parse error reading a [PARS] block using doom2 notation
-
12:53 Doomsday Engine Revision f38566b9 (github): Fixed|libdeng2: Warning in release build
-
11:02 Doomsday Engine Revision d830a002 (github): Refactor|Generator|World: Made private more members of Generator
-
10:05 Doomsday Engine Revision 48022294 (github): Windows: Fixed build (platform header inclusion order)
-
09:35 Doomsday Engine Revision f79dfba1 (github): Default Style|OS X: Default UI font
- On second thought, Open Sans only works with Qt 5.2; with Qt 4.8
it doesn’t get a bold weight at all. Better stick wi... -
09:30 Doomsday Engine Revision a3ad1f8b (github): API: Relocated internal thinker functions from public API header
- These belong in an internal header.
-
09:12 Doomsday Engine Revision 0da7b89a (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
-
09:12 Doomsday Engine Revision eb64c530 (github): Cleanup|Log|libgui|libappfw|Console: Log message cleanup
-
09:11 Doomsday Engine Revision d2a4a63d (github): Default Style|OS X: Use Open Sans as UI font (like on Windows)
- Standardizing appearance. Also, Qt is having real difficulties
picking the right font weights on Mavericks, which mak... -
09:09 Doomsday Engine Revision 628fdc4d (github): UI|libgui: Disable widget background blurring when a game is loaded
- Game rendering is simply not efficient enough to be done multiple
times per frame => perf hit is too big. -
09:05 Doomsday Engine Revision cc995755 (github): Refactor|World: Renamed p_particle.h/cpp to generator.h/cpp respectively
- Also added a convenience header for Generator.
-
08:49 Doomsday Engine Revision 54d54b47 (github): Refactor|World: Continued splitting up p_particle.h/cpp
-
07:56 Doomsday Engine Revision 2a3ce816 (github): Client: Cleanup
-
07:26 Doomsday Engine Revision e17ccd39 (github): Cleanup: Moved global validCount to WorldSystem; r_main.h/cpp now client-only
- The server executable no longer depends on any source file in the
render domain.
2014-01-14
-
20:10 Doomsday Engine Revision 11357422 (github): libgui: Fonts can specify alternate families for different weights
- However, at least on OS X 10.9 it seems Qt is currently unable to
select a light font no matter which mechanism is used. -
18:24 Doomsday Engine Revision 6bb992be (github): Tests|OS X: Test deployment with Qt 5, failed assert in test_log
-
18:23 Doomsday Engine Revision ccb1c893 (github): FMOD|Cleanup: Log entries containing pointer values
-
14:52 Doomsday Engine Revision f8a662d5 (github): Fixed|OS X|Qt: Bundling Qt 5 frameworks in Doomsday.app
-
12:24 Doomsday Engine Revision 53172f14 (github): Log|Resources|libgui: Improved log output
-
12:24 Doomsday Engine Revision 01d5e980 (github): libdeng2: Added a header for some printable character symbols
- Unicode if possible.
-
11:51 Doomsday Engine Revision 8e54a19e (github): Fixed|UI: Use GLFramebuffer when drawing a blurred widget background
- The game renderer assumes that both color and depth attachments are
being used. -
10:34 Doomsday Engine Revision fab3c296 (github): libgui|GLFramebuffer: Use a Property to track the default sample count
- All existing GLFramebuffer instances observe the default sample count
and update their contents accordingly when it’s... -
10:33 Doomsday Engine Revision 8d7272d7 (github): Console: Disabled warning about ‘playdemo’
- Demos are currently not supported, so no point in warning about them.
-
10:32 Doomsday Engine Revision db1f6e12 (github): libdeng2: Added the Property utility for observable native variables
- Unlike script Variables, Property deals with native value types
and cannot accept more than one type of value.
2014-01-13
-
21:31 Doomsday Engine Revision e2ebe9f6 (github): Fixed|Particles: Out-of-bounds memory access
- Apparently spinIndex was sometimes incorrectly calculated on
p_particle.cpp:794. -
17:49 Doomsday Engine Revision 7a339f5f (github): Cleanup: Log entries, levels, and domains (continued)
-
17:30 Doomsday Engine Revision 5e9ac8ae (github): Cleanup: Log entries, levels, and domains (continued)
-
17:07 Doomsday Engine Revision e917e915 (github): Cleanup|All Games: Removed dead code related to player controls
- The g_ctrl.* files were not needed any more since libcommon handles
player control setup. -
17:07 Doomsday Engine Revision aca7c3b5 (github): Cleanup|API: Removed all use of Con_Message, removed from public API
- Also removed Con_PrintRuler. The libdeng2 C API now has a macro for
making escape codes (DE2_ESC). -
14:54 Doomsday Engine Revision 18349923 (github): libappfw: Moved dialogs to a separate source folder
- They were kept separate in the client, and it's good to keep them
separate in libappfw. -
13:12 Doomsday Engine Revision d5184f20 (github): Map|Client: Continued cleaning up particle generator management
-
10:34 Doomsday Engine Revision 16a8bfdf (github): Renderer: Relocated generator visibility flags to viewports.cpp, use QBitArray
-
10:11 Doomsday Engine Revision 1f858131 (github): Map: Cleanup
- Todo: Is it really necessary to link generators to sectors?
-
09:27 Doomsday Engine Revision 0b33995a (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
-
09:27 Doomsday Engine Revision 18269b4b (github): Map|Client: Continued tearing down the clientside Generators abstraction
-
08:55 Doomsday Engine Revision 277d6139 (github): qmake|OS X: deng_noclient is not available in the OS X build
- On the Mac, the client app and libs need to be built anyway.
-
08:52 Doomsday Engine Revision ec69976f (github): Fixed: Library build order
- libappfw requires libdeng1.
-
08:45 Doomsday Engine Revision a54a63a3 (github): Map|Client: Moved the map's Generator collection into de::Map
- Todo: Continue tearing down this now obsolete abstraction.
-
07:29 Doomsday Engine Revision 6523743c (github): Renderer: Cleanup
-
06:57 Doomsday Engine Revision e5074bfb (github): Map|Client: Fully encapsulate the clientside Generators collection within de::Map
- Also began remodeling the particle generator representation toward a
more object-oriented model (note that a particle... -
01:32 Doomsday Engine Revision bae6c5e0 (github): Cleanup|World: Added Thinker_Map() (returns the map in which the thinker exists)
- Note that presently this merely resolves to a WorldSystem::map() call.
-
00:44 Doomsday Engine Revision 5ec443f7 (github): Hand|World: Updated wrt WorldSystem name change, fix compiler warning
-
00:37 Doomsday Engine Revision 5027182b (github): Refactor: Renamed World as WorldSystem, derive from de::System
2014-01-12
-
23:26 Doomsday Engine Revision 6543298e (github): WinMM|Windows: Fixed build (missing header), cleanup
-
21:22 Doomsday Engine Revision eaea5fdb (github): Cleanup|All Games|Plugins: Replacing use of Con_Message with App_Log
- Applying log entry metadata flags.
-
20:51 Doomsday Engine Revision 6cec9bb8 (github): Cleanup|All Games|Plugins: Replacing use of Con_Message with App_Log
- Applying log entry metadata flags.
-
13:50 Doomsday Engine Revision ad93df03 (github): Refactor: Added App_Log() to the libdeng2 C wrapper, use it everywhere
- App_Log() works the same way as the LOG_* macros: a newline is
automatically added (if there isn’t one). Replaced app... -
13:09 Doomsday Engine Revision cedf0673 (github): Refactor: Convenient log level enums for the libdebg2 C wrapper API
-
12:28 Doomsday Engine Revision 61f68e3a (github): libcommon|libdoom: Running player thinkers and their mobjs in fractional time
- Proof of concept where players and their mobjs live in fractional
time while the rest of the world uses only sharp ti... -
12:25 Doomsday Engine Revision f27ab3b3 (github): Started work branch for low-latency input and modern player movement
- The objective is to allow players (and only players) to be controlled
and moved in fractional time, i.e., as fast as ... -
12:13 Doomsday Engine Revision af95f5fa (github): Fixed|Heretic: Transition from intermission to next map
- The busy mode transition frame was not being prepared at the
end of the Heretic intermission. Also, there was a waiti... -
12:11 Doomsday Engine Revision 81eb082a (github): Fixed|Heretic: Transition from intermission to next map
- The busy mode transition frame was not being prepared at the
end of the Heretic intermission. Also, there was a waiti... -
11:23 Doomsday Engine Revision 8e67f805 (github): Fixed|UI: All-white busy transition frame
- It appears that somebody somewhere alters the min filter of the
transition frame when using “leavemap”, however not w... -
11:23 Doomsday Engine Revision 5fb6de69 (github): Client|libgui: Added some log messages
-
11:22 Doomsday Engine Revision d9030b73 (github): Fixed|UI: All-white busy transition frame
- It appears that somebody somewhere alters the min filter of the
transition frame when using “leavemap”, however not w... -
10:03 Doomsday Engine Revision 6848105e (github): Refactor|Console|API: Printing log messages, removed old Console API functions
- The engine should not internally use Con_Message, Con_Printf, or
Con_FPrintf to print log messages, as these do not p...
2014-01-11
-
21:13 Doomsday Engine Revision f55bc159 (github): Cleanup|Client: Log entries, levels, and domains (continued)
-
20:30 Doomsday Engine Revision 31d1341b (github): Cleanup|Refactor|Client: Log entries, levels, and domains (continued)
- Reduced redundancy and use of fatal errors in fi_main.cpp.
-
18:39 Doomsday Engine Revision a0d050eb (github): Map|Client: Cleanup
-
17:48 Doomsday Engine Revision 3ce88f87 (github): Console: Improved output of “listcontrols”
-
17:27 Doomsday Engine Revision 2e79c6a7 (github): Map|Client: Encapsulate write access to the client mobj hash within de::Map
-
16:18 Doomsday Engine Revision 05c836fc (github): Cleanup|Map|Client: Moved Map::expireClMobjs into map.cpp
-
15:18 Doomsday Engine Revision 77c44ec8 (github): Cleanup|Client: Log entries, levels, and domains (continued)
-
12:18 Doomsday Engine Revision 71a20b39 (github): Cleanup|Client: Log entries, levels, and domains (continued)
-
11:29 Doomsday Engine Revision 836d7990 (github): Client|Log: Only Dev messages are shown with the section info
- The log entry “sections” contain information about where in the
native code the entry was created. This information i... -
10:56 Doomsday Engine Revision b62e2f31 (github): Refactor|libdeng1: Renamed the "boolean" define to "dd_bool"
- Windows system headers define a "boolean" with a different size. To
avoid this conflict, libdeng1's boolean is now dd... -
08:50 Doomsday Engine Revision 5188efa3 (github): Merge branch 'libappfw'
-
08:35 Doomsday Engine Revision a5207b49 (github): Windows|Installer: Deploy deng_appfw.dll
-
08:34 Doomsday Engine Revision 4dfcf410 (github): Refactor|Client: Updated to use libappfw
- The generic portions of the UI framework have now been migrated to
libappfw. -
07:06 Doomsday Engine Revision 023b82a5 (github): Refactor: Updating client to use libappfw
2014-01-10
-
19:41 Doomsday Engine Revision 2e641bb7 (github): Refactor: Continued setting up libappfw and updating the client
-
15:10 Doomsday Engine Revision 003f9714 (github): Started work branch for separating the UI framework in a shared lib
- The client's UI framework has grown large enough to warrant moving
it into its own shared library called "libappfw" (... -
13:08 Doomsday Engine Revision 1f64756e (github): Fixed: Compiler warnings
- Unused variables and tautological conditions.
-
13:06 Doomsday Engine Revision 93964519 (github): Fixed: Compiler warnings
- Unused variables and tautological conditions.
-
10:50 Doomsday Engine Revision 6513a8b3 (github): Cleanup|Client: Log entries, levels, and domains (continued)
-
10:30 Doomsday Engine Revision 7f3a52b2 (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
-
10:29 Doomsday Engine Revision 57afd11b (github): Cleanup|Client: Log entries, levels, and domains (continued)
-
10:28 Doomsday Engine Revision 07927d41 (github): World|Client: Cleanup
-
10:05 Doomsday Engine Revision d08b3c9a (github): Cleanup|Client: Log entries, levels, and domains (continued)
-
08:57 Doomsday Engine Revision 97a6152e (github): Map|Client: Cleanup
-
08:21 Doomsday Engine Revision 991a2414 (github): Cleanup: de::dintptr() is unnecessary when logging with de::LogEntry::Arg
-
08:06 Doomsday Engine Revision 768ec6d1 (github): Refactor|Map|Client: Moved Map's ClMobjHash to the private Instance
-
07:46 Doomsday Engine Revision 5ddb9064 (github): Refactor|Map|Client: Reworked the client mobj hash into a basic C++ class
-
06:26 Doomsday Engine Revision 30b17945 (github): Map|Client: Cleanup
-
06:01 Doomsday Engine Revision c12b14a6 (github): Client: Cleanup
-
05:55 Doomsday Engine Revision 638cd846 (github): Map|Client: Removed fixed limit CLIENT_MAX_MOVERS (was 1024)
-
05:06 Doomsday Engine Revision 1d011e2e (github): Refactor|Map|Client: Clientside active mover arrays are now private to Map
-
04:53 Doomsday Engine Revision 9c9edeab (github): Cleanup|Map|Client: Moved all client only methods of Map to map.cpp
-
04:23 Doomsday Engine Revision fcfec832 (github): ClPlaneMover|Client: Cleanup
-
04:21 Doomsday Engine Revision c34b37eb (github): Refactor|ClPlaneMover|Client: Simplified ClPlaneMover (use a Plane pointer)
-
03:56 Doomsday Engine Revision 64f08249 (github): Refactor|World|Client: Moved ClPolyMover into new source files
-
03:50 Doomsday Engine Revision 5d609443 (github): Refactor|World|Client: Moved ClPlaneMover into new source files
-
03:10 Doomsday Engine Revision c3fbda76 (github): World|Client: Cleanup
-
02:27 Doomsday Engine Revision 63b65707 (github): World|Client: Cleanup
-
01:12 Doomsday Engine Revision 5ea7600e (github): World: Cleanup
-
00:18 Doomsday Engine Revision 4e051503 (github): World|Server: Cleanup
2014-01-09
-
23:53 Doomsday Engine Revision 0e0f33ec (github): LightGrid|Renderer: Cleanup
-
23:50 Doomsday Engine Revision cbffd0e1 (github): World: Cleanup
-
20:52 Doomsday Engine Revision 1b033ec2 (github): Cleanup|Client: Log entries, levels, and domains (continued)
-
20:35 Doomsday Engine Revision 2ffec24c (github): Cleanup|Client: Log entries, levels, and domains (continued)
-
19:41 Doomsday Engine Revision e8af1a95 (github): Fixed: Build error
-
19:40 Doomsday Engine Revision bbd93763 (github): Cleanup|Client: Log levels and domains (continued)
-
18:33 Doomsday Engine Revision a6cc1a6a (github): Fixed|Ring Zero: Do not attempt to parse a game config when switching to ring zero
-
18:27 Doomsday Engine Revision c4df0bb5 (github): Fixed|Console: Do not warn about non-existent autoexec/startup config files
-
17:41 Doomsday Engine Revision 1a26e85c (github): ResourceSystem: Cleanup
-
17:40 Doomsday Engine Revision 9b940cc7 (github): Console: When saving config/bindings only log if actually written to a file
-
17:38 Doomsday Engine Revision 2a2f83a9 (github): Fixed: Exception during log flush (argument string format error)
-
17:11 Doomsday Engine Revision ff2c1fc5 (github): Fixed: Compiler warnings
-
17:11 Doomsday Engine Revision 6b251f7d (github): Log|libdeng2: Elaborate when a log entry throws an exception
- The format string is included in the error message.
-
16:44 Doomsday Engine Revision 911a9e1d (github): Fixed|Log: Crash when making a log entry
- Trying to delete an invalid pointer when setting Arg value.
-
16:44 Doomsday Engine Revision 58c10e98 (github): Cleanup|Network|Client: Log levels and domains (continued)
- Also converted some Con_Message() calls to use LOG.
-
16:36 Doomsday Engine Revision cca236fb (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
-
16:36 Doomsday Engine Revision 6e34d450 (github): Console: Cleanup
-
15:38 Doomsday Engine Revision 9d05452a (github): Cleanup|Network|Client: Log levels and domains (continued)
- Also converted some Con_Message() calls to use LOG.
-
15:18 Doomsday Engine Revision 0a1166b9 (github): Windows: Fixed build (unknown DEBUG_Message)
-
12:55 Doomsday Engine Revision 961022c1 (github): Cleanup|Server|Client: Log levels and domains (continued)
- Converted remaining Con_Message() calls in the network domain to
use LOG. -
12:51 Doomsday Engine Revision b6ee2888 (github): Refactor|Log|libdeng2: Keep a pool of shared log entry argument instances
- To avoid repeatedly allocating and freeing memory for log entry
arguments, the existing ones are now kept in a shared... -
09:59 Doomsday Engine Revision 916647c5 (github): Fixed: Compilation errors
-
09:05 Doomsday Engine Revision fe1420c3 (github): Audio|Client: Replaced Con_Errors with exceptions (with -isfx, etc.)
-
09:02 Doomsday Engine Revision b6aef6f0 (github): Cleanup|Audio: Log levels and domains (continued)
2014-01-08
-
20:05 Doomsday Engine Revision 935df5f1 (github): Cleanup|Client: Log levels and domains (continued)
-
18:31 Doomsday Engine Revision 04a6f557 (github): FluidSynth|FMOD: Use libdeng2 Log for debug logging from audio plugins
-
18:30 Doomsday Engine Revision c178bebc (github): Fixed|UI|Client: Per-domain log filters overridden inadvertently
-
13:07 Doomsday Engine Revision 6febdd14 (github): Merge branch 'ui-alerts'
-
13:07 Doomsday Engine Revision 9621515b (github): Cleanup|Client|libgui: Log levels and domains
- Todo: Much more of this to come…
-
13:06 Doomsday Engine Revision fe3c2485 (github): libdeng2|Log: Include log entry domain in printed copy
-
11:06 Doomsday Engine Revision df67bca2 (github): libdeng2|Log: Include domain in printed log entries
- Only the first applicable domain is printed. Upper case letters are
for non-dev entries and lower case is for dev ent... -
11:04 Doomsday Engine Revision cb7ef360 (github): Client|Log: Resetting Log filter and alert settings to defaults
-
10:25 Doomsday Engine Revision 263ff468 (github): Cleanup
-
10:25 Doomsday Engine Revision 2b27c10a (github): Fixed|UI|Client: Button text hover color with rich formatting
- Rich formatting would override the button hover color, which would
result in a potential clash with the hover backgro... -
10:02 Doomsday Engine Revision a65722fb (github): Merge branch 'ui-alerts' of ssh://github.com/skyjake/Doomsday-Engine into ui-alerts
-
09:14 Doomsday Engine Revision 13c29204 (github): Cleanup
-
09:12 Doomsday Engine Revision be375b8e (github): UI|Client|Log: Alert about entries in requested domains
- The Config.alert record now determines which domains raise alerts
on which levels.
AlertMask composes a LUT that is ... -
08:33 Doomsday Engine Revision d3be5fcc (github): Refactor|Log|libdeng2: Always require a context domain for log entries
- This makes it simpler to check which levels and enabled, etc.
2014-01-07
-
21:50 Doomsday Engine Revision d8561722 (github): Oculus Rift|Renderer: Separately configurable Oculus Rift multisampling
- Added “rend-vr-rift-samples” to control the number of samples used
for the unwarped Oculus Rift framebuffer. The defa... -
21:49 Doomsday Engine Revision 4c11ac4d (github): Oculus Rift|Renderer: Separately configurable Oculus Rift multisampling
- Added “rend-vr-rift-samples” to control the number of samples used
for the unwarped Oculus Rift framebuffer. The defa... -
18:55 Doomsday Engine Revision fb03a380 (github): UI|Client: Cleanup and fixes in the Log Filter settings dialog
- Now the App’s LogFilter is updated when values are changed in the
widgets. -
18:53 Doomsday Engine Revision 2daa2561 (github): UI|Client|ChoiceWidget: Determine potential maximum width
-
16:27 Doomsday Engine Revision 4f7c0dda (github): UI|Client: Revised and improved the Log Filter & Alerts dialog
- Better layout and implementation.
-
16:26 Doomsday Engine Revision cfae081f (github): Fixed|UI|GridLayout: Right-aligned cells that span multiple columns
-
16:26 Doomsday Engine Revision a6f7808b (github): UI|Client|AlertDialog: Added a Gear button for alert settings
- It just shows the Log Filter & Alerts dialog, the same one that is
in the console menu. -
16:24 Doomsday Engine Revision ce58192d (github): Refactor|Record|libdeng2: Setting values without recreating variables
- For convenience, Record now provides methods for setting member
variable values in such as a way that the variable is...
2014-01-06
-
21:49 Doomsday Engine Revision 77e84d2e (github): UI|Client: Put together the log settings dialog’s contents
- Todo: Better layout and full functionality.
-
21:48 Doomsday Engine Revision 7a36ac45 (github): UI|Client: Various widget improvements
- PopupWidget that opens to the right is now clamped vertically
into the view.
VariableToggleWidget can use any two va... -
21:46 Doomsday Engine Revision 6b1f2e3a (github): Client|Config: Set default alert levels
-
21:45 Doomsday Engine Revision 51ce7c83 (github): UI|Client: Added VariableChoiceWidget
-
17:34 Doomsday Engine Revision 11c746ee (github): Console: Added the “Log Filter & Alerts” dialog in the console menu
-
17:34 Doomsday Engine Revision fe0ad0f2 (github): libdeng2|Config: Include default alert levels in Config.log.filter
- Also, clean up the obsolete Config.log.level.
-
16:34 Doomsday Engine Revision 1cb02e79 (github): UI|Log|Client: Added a stub for the log settings dialog
-
13:58 Doomsday Engine Revision 285358a1 (github): libgui|OpenGL: Correct exported name of glRenderbufferStorageMultisampleCoverageNV
-
13:58 Doomsday Engine Revision 783411f3 (github): libgui|OpenGL: Detect NVIDIA CSAA support, use it if available
- IssueID #1707
-
13:47 Doomsday Engine Revision 5374534c (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine into ui-alerts
- Conflicts:
doomsday/libgui/include/de/gui/glentrypoints.h
doomsday/libgui/src/glentrypoints.cpp
doomsday/libgui/sr... -
13:44 Doomsday Engine Revision 24524fdf (github): libdeng2|Script: Functions retain their original namespace
- A function should use the global namespace where it was originally
created in. -
13:43 Doomsday Engine Revision 0aee88e7 (github): Fixed|Log|libdeng2: Checking the Dev flag in log entries
-
12:39 Doomsday Engine Revision c8a6ca93 (github): Log|libdeng2|Client: Filtering log entries
- LogBuffer can now use a separate filter object to decide whether
a log entry should be entered into the buffer or not... -
10:56 Doomsday Engine Revision 3ced433b (github): Script|libdeng2: Creating records with expressions
- Previously it was only possible to create a new record using the
“record” statement or the Record() function. This co... -
10:46 Doomsday Engine Revision a336ba83 (github): libgui|OpenGL: Correct exported name of glRenderbufferStorageMultisampleCoverageNV
-
09:17 Doomsday Engine Revision cb72a741 (github): libgui|OpenGL: Detect NVIDIA CSAA support, use it if available
- IssueID #1707
-
09:12 Doomsday Engine Revision c161f213 (github): libgui|OpenGL: Detect NVIDIA CSAA support, use it if available
- IssueID #1707
-
07:00 Doomsday Engine Revision b6cf8b45 (github): Sky|Added: Support scrolling skies vertically
- The sky renderer now supports scrolling layers on both axes. However,
the fadeout colors are not currently updated an... -
03:42 Doomsday Engine Revision 0554ea73 (github): Map|World: Associate and index Skys in the owning Map
-
03:19 Doomsday Engine Revision 4db95387 (github): Map API: Sky properties are now available via this API
- Various properties of the map's sky can now be manipulated using the
map API (DMU):
- DMU_COLOR (Ambient color)
- DM... -
02:42 Doomsday Engine Revision ff93b5a9 (github): Sky|World: Sky is a MapElement addressable via the Map API (DMU)
-
02:14 Doomsday Engine Revision 4ae122e2 (github): Refactor|Sky: Sky is a world-domain component; Map owns an instance
- A Sky is now considered a logical component of the world, with each
map owning an instance.
Todo: Separate drawing o...
2014-01-05
-
22:37 Doomsday Engine Revision fe55b4e9 (github): Sky|Renderer: Use shared hemisphere geometry for all Sky instances
-
16:22 Doomsday Engine Revision 5b9cfe1f (github): Merge branch 'master' into ui-alerts
-
16:22 Doomsday Engine Revision 857ccef8 (github): Fixed|Shell|OS X: Build failure in OS X 10.6 (Qt 4.7)
- Missing enum value.
-
16:20 Doomsday Engine Revision fb54d784 (github): Fixed|Shell|OS X: Build failure in OS X 10.6 (Qt 4.7)
- Missing enum value.
-
16:19 Doomsday Engine Revision 91d6448d (github): Bumped version to 1.13.2
-
15:48 Doomsday Engine Revision 1c12341a (github): Tests|Log: Trying out the Dev flags
-
15:38 Doomsday Engine Revision 8d9088f1 (github): Refactor|Log: Dev flag can be used together with other domain flags
- Added a new set of macros for logging developer-only entries.
These are named LOGDEV_* compared to the regular LOG_* ... -
14:33 Doomsday Engine Revision b70d2174 (github): API|Refactor: Bumped WAD API to v2, removed a function
- W_CheckLumpNumForName2() is not really needed, as the only purpose
of the extra parameter was to suppress a log messa... -
14:30 Doomsday Engine Revision 0fe54faa (github): Client|Cleanup: Continued updated logging with domain-specific LOG macros
- Also, removed old client-specific VERBOSE or other log-related macros.
2014-01-04
-
23:00 Doomsday Engine Revision 785c0770 (github): Client: Continued updated logging with domain-specific LOG macros
-
22:02 Doomsday Engine Revision 167d3280 (github): Client: Started updated logging with domain-specific LOG macros
- Also, reworded some messages to be more appropriate for the context
and usage. -
20:17 Doomsday Engine Revision 8190f598 (github): DehRead|WadMapConverter: Updated logging with domain-specific LOG macros
- Also, tweaked the entry levels to be more suitable within the domain.
-
20:16 Doomsday Engine Revision 29c56254 (github): Shell|libshell: Updated logging with domain-specific LOG macros
- Also, tweaked the entry levels to be more suitable within the domain.
-
20:16 Doomsday Engine Revision ce7572fd (github): libgui: Updated logging with domain-specific LOG macros
- Also, tweaked the entry levels to be more suitable within the domain.
-
20:15 Doomsday Engine Revision edc678b9 (github): libdeng2: Updated logging with domain-specific LOG macros
- Also, tweaked the entry levels to be more suitable within the domain.
-
19:43 Doomsday Engine Revision cba0940a (github): Spelling
-
19:42 Doomsday Engine Revision 3ef8d8f0 (github): Refactor|Log|libdeng2: Renamed the INFO/Important level to Note
- “Note” as in “please note this important detail”. Also, the term
“info” is already used for Info files. -
18:46 Doomsday Engine Revision 0ccbc888 (github): Merge branch 'master' into ui-alerts
-
18:42 Doomsday Engine Revision d3eb9829 (github): GL: Request OpenGL 2.1 compatibility profile
- This might help with some newer OpenGL drivers (hopefully).
-
18:39 Doomsday Engine Revision 7e0a6c3b (github): Refactor|Log: Added bits for target audience, more LOG_* macros
- It is now possible to mark log entries for specific user groups
and/or domains. While the DEV group is intended for p... -
15:01 Doomsday Engine Revision 7ffc2979 (github): UI|Client: Crash when deleting a menu widget
- The ownership of menu items’ sub-widgets is dual: as popups, they
always have a parent and if the parent is deleted, ... -
14:50 Doomsday Engine Revision 4fec9c68 (github): Game|Resources: Applied rich formatting to "inspectgame" output
-
14:41 Doomsday Engine Revision 8dd40b3e (github): Fixed|OS X: Build failure (missing header)
-
13:15 Doomsday Engine Revision 4d200241 (github): Windows|SDL|qmake: Upgraded SDL, updated build configuration to suit
- IssueID #1692
-
13:13 Doomsday Engine Revision 5d8a6dd3 (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
-
13:12 Doomsday Engine Revision bc3ab40a (github): Windows|SDL|qmake: Upgraded SDL, updated build configuration to suit
- IssueID #1692
-
13:11 Doomsday Engine Revision 82e36899 (github): Game|Resources: Added method of querying the logical status of a Game
-
12:49 Doomsday Engine Revision 3b8e0b54 (github): Refactor|Game|Resources: Removed the now redundant Game::print()
-
12:24 Doomsday Engine Revision 240fc60c (github): Console: Improved "help (identity-key)" output
- Rather than assume the user is interested in the status of the game
specified, the console will output:
- Name the g... -
11:49 Doomsday Engine Revision bf5bd201 (github): Resources: Added cmd "inspectgame" for logging details of a registered game
- The 'inspectgame' command can be used to obtain detailed information
about a registered game. If no identity key is s... -
09:39 Doomsday Engine Revision e14a7613 (github): Console|Cleanup: Renamed Con_StyledCommandUsage() as Con_CmdUsageAsStyledText()
- In line with existing naming conventions.
-
09:19 Doomsday Engine Revision 67687898 (github): Typos
-
09:11 Doomsday Engine Revision fd84de0c (github): Console: Applied rich formatting to "help (what)" output
-
07:20 Doomsday Engine Revision 863df595 (github): Refactor|Game|Resources: Continued cleaning up the de::Game API
-
06:25 Doomsday Engine Revision d066e507 (github): Refactor|Manifest|Resources: Moved logic for Manifest::consolePrint() into Game::printFiles()
-
06:12 Doomsday Engine Revision a278c958 (github): Refactor: Removed Con_PrintPathList()
- This routine is now obsolete as there more flexible ways of preparing
and printing a concatenated list of paths. -
05:15 Doomsday Engine Revision 20509d3a (github): Resources|Manifest: Cleanup
-
05:15 Doomsday Engine Revision 8d95e864 (github): Console: Cleanup
-
04:36 Doomsday Engine Revision 3e530c9d (github): Cleanup
-
04:18 Doomsday Engine Revision 33d4b989 (github): Refactor|Game: Game now uses de::String and de::Path to represent attributes
-
01:11 Doomsday Engine Revision 5a0dffc6 (github): Windows: Use backslashes when querying the registry via QSettings
- Evidently one must use backslashes else the query will fail.
2014-01-03
-
22:48 Doomsday Engine Revision 2bf6fc4d (github): Resources|Windows|Mac OS: Automatically search for IWADs installed via Steam
- Doomsday will now search the platform specific SteamApps directory
on Windows and OS X when locating IWADS, unless th... -
22:37 Doomsday Engine Revision 35eabec6 (github): Fixed|Sky|Renderer: Sky rendering issues/HOM in Hexen (refactoring oversight)
-
20:40 Doomsday Engine Revision b5176593 (github): Stereo 3D|UI: Clarified terms used in the VR settings dialog
-
20:40 Doomsday Engine Revision c9f3dfe9 (github): Stereo 3D|UI: Clarified terms used in the VR settings dialog
-
20:32 Doomsday Engine Revision 4a065932 (github): Refactor|Client|Server|libgui: Checking for existence of singletons
- Renamed methods that check for singleton existence to
“somethingExists()”. Also don’t have redundant methods in Clien... -
20:12 Doomsday Engine Revision 756d02e6 (github): Fixed|Shell|OS X: Use the correct UI font (Lucida Grande)
- IssueID #1703
-
20:12 Doomsday Engine Revision 27ae871d (github): Fixed|Shell|libshell: ServerFinder must work without a de::App
-
20:12 Doomsday Engine Revision a5b46557 (github): Fixed|Shell|OS X: Use the correct UI font (Lucida Grande)
- IssueID #1703
-
20:08 Doomsday Engine Revision 9b28a7db (github): Fixed|Shell|libshell: ServerFinder must work without a de::App
-
19:55 Doomsday Engine Revision 22190902 (github): libcommon|UI: Make sure game is frozen before opening a network connection
-
19:55 Doomsday Engine Revision 3b041d00 (github): Fixed|libcommon: Don’t check control input of remote players
- Remote players are moved according to a smoothed path of received
coordinates, not any control input values. -
19:55 Doomsday Engine Revision 04f391c6 (github): Fixed|Bindings|Multiplayer: Crash when more than one client in the game
- When checking for player controls, a null pointer was accessed
in P_IsControlBound(). -
19:55 Doomsday Engine Revision a5af1622 (github): libcommon|UI: Make sure game is frozen before opening a network connection
-
19:49 Doomsday Engine Revision 2dd9566b (github): Fixed|libcommon: Don’t check control input of remote players
- Remote players are moved according to a smoothed path of received
coordinates, not any control input values. -
19:45 Doomsday Engine Revision 9634c68c (github): Fixed|Bindings|Multiplayer: Crash when more than one client in the game
- When checking for player controls, a null pointer was accessed
in P_IsControlBound(). -
19:03 Doomsday Engine Revision 26b87a6b (github): Typo
-
17:06 Doomsday Engine Revision 5fed004f (github): UI|Client: Tweaked clip-culling for scrolling
- When scrolling, it is beneficial to have things ready before they
become visible. Clip-culling will now use a hardcod... -
17:00 Doomsday Engine Revision 9b2f76e3 (github): Renderer|Particles: Don’t warn needlessly about missing particle textures
- Instead of warning, print an INFO-level message about which textures
were successfully loaded.
Warnings are still pr... -
16:58 Doomsday Engine Revision f93e2354 (github): libdeng2|Range: Added utilities for finding and printing contiguous integer ranges
-
16:58 Doomsday Engine Revision 91f8921b (github): Fixed|ClientApp: Potential uncaught exception when alerting without a window
-
16:17 Doomsday Engine Revision bd3a9f71 (github): UI|Client: Tweaked information in the About dialog
-
16:09 Doomsday Engine Revision 6cc35691 (github): UI|Client: Changed button label in alert dialog
-
14:37 Doomsday Engine Revision 04577b25 (github): UI|Client|libdeng2: Cull widgets that cannot be visible due to clipping
- Widgets that lie outside the visible clip rectangles will not be
drawn at all. Previously all widgets were always dra... -
11:10 Doomsday Engine Revision e56696a7 (github): UI|Client: Adjusted dialog content margins
- Now the buttons don’t have a top margin, which allows the content
to be laid out without overlapping the buttons. -
11:09 Doomsday Engine Revision 70283fb6 (github): Fixed|UI|Client: Updating widget margins
- The sums were not correctly updated when margins were changed.
Also available in: Atom