Activity
From 2013-03-25 to 2013-04-07
2013-04-07
- 23:18 Revision b07b302e (github): Refactor|BspBuilder: Moved logging of BSP build issues out of Partitioner
- Partitioner is no longer concerned with logging any issues it may
encounter during the BSP build process. Instead var... - 21:19 Revision e38add73 (github): Cherry picked fc533afe4576f13aeac4d5b8e9e31c8bc89a1c72
- 21:13 Revision fc533afe (github): Documentation|Readme|Console: Use @code rather than @cmd in examples
- @cmd now translates to a cmdlink template in the wiki.
- 17:44 Revision 1bed6861 (github): Fixed|Windows: Referencing the main window, window icon, build issues
- 14:12 Revision ba855dcb (github): Fixed|Server: Plugin loading was moved out of platform-specific code
- 14:12 Revision 93a6a7eb (github): libshell|Cleanup|Mac OS X: Obsolete command line option for LocalServer
- 10:48 Revision be736134 (github): Documentation|Console: Display mode and window manipulation commands
- Added documentation for commands related to display modes and window
manipulation. - 10:46 Revision b77c2853 (github): Client|libgui|Mac OS X: Enhanced switching between fullscreen and windowed modes
- Also, 'setwinres' switches off the window's maximized mode.
- 08:55 Revision 0b5000b7 (github): Fixed|Music: Expand symbols in the soundfont path
- 08:55 Revision a6b98d1a (github): Documentation|API|libdeng2: Macro expanding when running Doxygen
- 08:54 Revision 39f9e611 (github): Client: Cleanup
- 08:54 Revision b338c0d3 (github): Documentation|API|libdeng2: Macro expanding when running Doxygen
- 05:51 Revision 299ba585 (github): Refactor|BspNode: Applied the PIMPL idiom to BspNode
- 03:26 Revision 5331591c (github): Refactor|BspBuilder: Map argument is now specified as const
- Building a BSP for the map requires only read access.
- 03:01 Revision 49cf3cd4 (github): Refactor|BspBuilder: Removed unnecessary recalculation of the map bounds
- The world bounds of the map geometry are already known by the time
the BSP build begins - reuse the same values.
2013-04-06
- 21:48 Revision 9a955d09 (github): Client: Tweaked output of the "displaymode" command
- 21:47 Revision 791f89a4 (github): Fixed|libgui: Managing state of PersistentCanvasWindow
- Todo: Check display mode changes.
- 21:46 Revision 9746e60b (github): Fixed|Music: Expand symbols in the soundfont path
- 21:45 Revision dfc642eb (github): libdeng2: Improved text representation of Rectangle<>
- 18:38 Revision 5b86d469 (github): Client|libgui: Window resizing and moving
- Fixed determining window width and height: should always use current
canvas size rather than the window's windowed-mo... - 18:22 Revision 5ec808c5 (github): Client: Added commands for maximizing/centering the window
- Also tweaked the output of "displaymode" to report the current,
windowed, and fullscreen sizes separately. - 17:03 Revision e6dd0fc0 (github): Refactor|GameMap: Free as much memory as we presently can do in ~GameMap()
- 15:26 Revision ffb7eb47 (github): Fix typo
- 14:59 Revision eeed538b (github): BspBuilder|Fixed: Called free() on a new'd Vertex when cleaning up a failed build
- 14:48 Revision 5df23c89 (github): Merge branch 'master' into mapdata-c++
- 14:41 Revision 0ad0c4ae (github): Refactor|GameMap: Take ownership of the editable Vertexes immediately
- As hardening of the vertexes is now unnecessary and because we can
simply take ownership of the BspBuilder's vertexes... - 13:49 Revision 74542e4e (github): Merge branch 'master' into ui-framework
- 13:45 Revision adca39db (github): Refactor|libgui|Client: Mouse and keyboard input routing
- ClientWindow now listens to the input notifications from its Canvas
and submits appropriate input events. Canvas was ... - 12:37 Revision 080745da (github): Moved algorithm for REJECT building to map/reject.cpp/h
- I'm tired of moving this presently unused code around, so its now in
it's own source files. It will be updated and br... - 11:35 Revision 1cae59f5 (github): Fix typo
- 11:33 Revision bac5ee78 (github): Moved dam_main.c/h to /resource domain; renamed as maparchive.cpp/h
- 11:19 Revision 20f549a0 (github): Refactor|MapArchive: Completed refactoring work on MapArchive
- 10:57 Revision a1d38b0a (github): Cleanup
- 10:55 Revision 42fc4b18 (github): Client|Fixed: Updated Config with new window variables and defaults
- 10:18 Revision 0185d2a3 (github): Refactor|MapArchive: Moved all post load map init to P_LoadMap()
- The MapArchive is no longer concerned about other tasks the engine
needs to perform in order to prepare a loaded map ... - 09:58 Revision 69e34dfb (github): Refactor|GameMap: Construct the BSP leaf blockmap as soon as the BSP is built
- The BSP leaf blockmap would be useful to accelerate other tasks in
the map load process, so get this ready at the ear...
2013-04-05
- 21:31 Revision 758f7ee5 (github): Refactor|Fixed|Client: Client window GL init
- 21:26 Revision c2e09a86 (github): All Games: Link game plugins with libgui for GUI features (DDKEY)
- 21:24 Revision 41cde032 (github): Fixed|Server: DisplayMode is not needed in the server
- 21:23 Revision 03d94c46 (github): Refactor|Client: Use new ClientWindow class, WindowSystem methods
- Moved window management methods to WindowSystem.
- 21:18 Revision 40f3b08c (github): libgui: Cleanup and post-refactoring fixes
- 21:17 Revision 7796f824 (github): Refactor|Client: ClientWindow implemented, added GuiRootWidget
- The ClientWindow is the highest-level window class that manages the UI
widgets in the window.
GuiRootWidget is the r... - 11:16 Revision 972dece5 (github): libgui: Cleanup
- 11:08 Revision 6134ce60 (github): Documentation|API: Cleanup
- 11:04 Revision 7ffa65da (github): libgui: Working towards a successful build on Windows/Unix
- 11:03 Revision 7210d01e (github): libgui|Canvas: Cleanup and debug log messages
- 11:02 Revision 704a4937 (github): libgui|X11: Use "x11" as a platform suffix
- 10:25 Revision 791f1bfd (github): Documentation: Instructions for adding new versions of public APIs
- 10:24 Revision d633b3e5 (github): Documentation: Instructions for adding new versions of public APIs
- 08:35 Revision b2700c22 (github): libgui: Added template for new classes
- Based on the never-implemented Window class.
- 08:34 Revision de93d83c (github): libdeng2: Method for checking if an Observers set is empty
- 08:34 Revision aaa80cb0 (github): libdeng2: Added an easier way to get the appClock's current time
- 08:33 Revision 28c4f8a1 (github): libdeng2: Added methods to the Rectangle template
- 08:33 Revision 821f82ae (github): Cleanup: Further cleanup after dropping Qt 4.6 support
- 08:32 Revision bdda767e (github): Cleanup|Client: Macro naming convention (DENG_ instead of LIBDENG_)
- 07:39 Revision d42cc112 (github): Refactor: Reimplemented the MapArchive with proper SoC
- 04:47 Revision 0ff5e186 (github): Disabled the unused and obsolete archived map reader/writer
- 03:17 Revision 833b9a97 (github): Fix typo and comment out polyobj debug message
- 02:54 Revision 0400eea4 (github): Refactor|Polyobj: Revised Polyobj's internal representation
- Polyobj now represents the list of lines with a QList.
Polyobj now maintains a set of "unique vertexes". A vertex wh...
2013-04-04
- 22:33 Revision 5f41510f (github): Refactor|Client|libgui: Started revising window architecture
- Began a large refactoring where the window architecture is
"re-imagined" with proper separation of concerns, and gene... - 17:35 Revision e82a0ff7 (github): Refactor|GameMap: Moved more logics for map loading into GameMap
- 09:37 Revision e4ea14e0 (github): Builder|Mac OS X: Prevent building on OS X 10.5 (targeting 10.4)
- The autobuilder will now skip 1.11+ builds on OS X 10.5, which has
been used for building 10.4+ packages. - 09:05 Revision ff348393 (github): Mac OS X: Dropped support for OS X 10.4
- Also means Carbon Qt (4.6) is gone as well as PowerPC builds.
- 05:44 Revision 48cd946d (github): Refactor: Replaced GameMap SideDefs traversals with equivalents using LineDefs
- SideDefs are being phased out, so all traversals of the SideDefs LUT
owned by GameMap have been replaced with equival... - 05:22 Revision de72f06b (github): Fix typo
- 04:27 Revision 3102adbf (github): Refactor|LineDef|SideDef: Moved various logics from SideDef to LineDef::Side
- updateSoundEmitterOrigins() and updateSurfaceTangents() no longer
belong in SideDef (which is on the way out). - 03:59 Revision cec8635e (github): Refactor|GameMap: Encapsulate mutable access to BSP element LUTs within GameMap
- 03:42 Revision c32e4d66 (github): Refactor|GameMap: Moved BSP building in and LOS tracing out of GameMap
- 02:46 Revision 1c125c5a (github): Refactor|GameMap: Began moving private instance data to GameMap::Instance
- Generators/skyfix/trace-state/surface-sets/tracked-planes.
- 01:34 Revision 6791336d (github): Refactor|GameMap: Cleaned up GameMap-internal map element iteration helper funcs
- 01:00 Revision dbf7e61f (github): Refactor|GameMap: Applied the pimpl idiom to GameMap
- As yet there is no private data, however...
- 00:30 Revision 00832008 (github): Refactor|GameMap: Moved more GameMap_* functions to methods of GameMap
- Line of sight trace state accessors.
- 00:09 Revision cb7e87d0 (github): Refactor|GameMap: Moved more GameMap_* functions to methods of GameMap
- Map element in-box and path traversals.
2013-04-03
- 23:48 Revision 0b975747 (github): Refactor|GameMap: Replaced GameMap's list of Polyobjs with a QList
- 23:06 Revision 78212337 (github): Refactor|GameMap: Moved more GameMap_* functions to methods of GameMap
- Sound emitter location and map element to index lookups.
- 22:04 Revision 31e6eded (github): Bumped version to 1.11, changed release type back to "Unstable"
- 22:03 Revision 0bff9d8a (github): Refactor: Preparing to move Window to libgui
- It will serve as the base class for CanvasWindow.
- 21:48 Revision 7c1ee4df (github): libgui: Added Window base class, synced version with project version
- 20:37 Revision 0d935a55 (github): libdeng2|App: Added -reset for emptying persist.pack to defaults
- The new command line option "-reset" will delete persist.pack causing
all persistent data to be lost, effectively res... - 20:33 Revision b2b2bbcd (github): libdeng2|FS: Improved interface for file creation
- Instead of a simple bool flag, use an enum for the behavior when
creating new files. - 19:26 Revision 9e1b6215 (github): Builder|Mac OS X: Use clang to build the 10.8 package
- GCC is outdated on recent versions of OS X.
- 19:19 Revision 889b1ca8 (github): Homepage: Enable download of the OS X 10.8 stable package
- 19:18 Revision 8113509a (github): Refactor|GameMap: Refactor|GameMap: Moved more GameMap_* functions to methods of GameMap
- All Blockmap and NodePile initialization.
- 19:04 Revision 5bbae629 (github): Refactor|GameMap: Moved some client specific clmobj/clplane logic to GameMap
- Also inverted the logic of GameMap::clMobjIterator() in line with
conventions used elsewhere (i.e., return non-zero t... - 18:40 Revision e5307766 (github): Refactor|GameMap: Moved more GameMap_* functions to methods of GameMap
- Polyobj lookups and traversals.
- 17:34 Revision 36245cd5 (github): Refactor|GameMap: Moved more GameMap_* functions to methods of GameMap
- Everything to do with sky fix heights...
- 16:02 Revision 7a897c83 (github): Homepage: Updated source package to 1.10
- 12:02 Revision 05a9013b (github): Fixed: Player viewport disappears after resizing window
- It appears there is a bug with the code optimizer of GCC 4.2 that
caused libcommon's ClearPlayer() to incorrectly cle... - 10:36 Revision d1346a29 (github): Fixed|libdeng2: Calculating build numbers
- Adjusted the build number formula to work exactly like the one used
by the autobuilder. libdeng2 had started to drift... - 10:09 Revision e1ffca0b (github): Cleanup
- 10:03 Revision 5d985e2c (github): Documentation: Updated cphelp.txt
- 10:01 Revision 85c26997 (github): Merge branch 'ui-framework'
- 09:58 Revision 8f1d2e77 (github): Fixed|Window Manager: Crash during abnormal shutdown message
- The main window must be deleted (or its drawing prevented) or otherwise
a crash will occur while the shutdown message... - 09:27 Revision 9d342c09 (github): Documentation|Console: Fixed typos
- 07:43 Revision e18bbcfe (github): Builder|Fixed: Sign and publish the latest build, not today's
- These changes allow the day to change during a build; the steps
following the initial tagging now operate on the late... - 07:29 Revision e62d9bb9 (github): Cleanup
- 06:53 Revision 6b925b32 (github): Refactor|GameMap: Moved more GameMap_* functions to methods of GameMap
- Uri/OldUniqueId/Gravity/AmbientLightLevel property accessors.
- 05:40 Revision 3d26670b (github): Refactor|GameMap: Removed more obsolete GameMap_* functions
- 05:13 Revision 28135c4c (github): Refactor|GameMap: Removed the now obsolete GameMap_BspNode()
- 05:10 Revision 7a895521 (github): Refactor|GameMap: Removed the now obsolete GameMap_HEdge()
- 05:07 Revision d635be4f (github): Refactor|GameMap: Removed the now obsolete GameMap_BspLeaf()
- 04:58 Revision 962331df (github): Refactor|GameMap: Removed the now obsolete GameMap_Sector()
- 04:47 Revision 2bf824da (github): Refactor|GameMap: Removed the now obsolete GameMap_SideDef()
- 04:42 Revision d884d30b (github): Refactor|GameMap: Removed the now obsolete GameMap_LineDef()
- 04:37 Revision 3bf7714d (github): Refactor|GameMap: Removed the now obsolete GameMap_Vertex()
- 04:29 Revision 540f9a35 (github): Refactor|GameMap: Moved more GameMap_* functions to methods of GameMap
- BspLeaf/Line/Mobj/Polyobj linking.
- 04:12 Revision 57d1e9cd (github): Refactor|GameMap: Removed the now obsolete GameMap_BspLeafIterator()
- 04:01 Revision 3acf7586 (github): Refactor: Moved all Polyobj_* functions to methods of Polyobj
- 03:35 Revision 71ee86bb (github): Refactor: Replaced EditMap's Polyobj list with a QList
- Memory for Polyobjs is now managed with C++ new/delete.
- 03:15 Revision 87f09660 (github): Refactor: Replaced EditMap's map element std::vectors with QLists
- 02:42 Revision 406e8a7f (github): Cleanup: Removed the now redundant MapElementList<>
- 02:38 Revision 5d4ea4d1 (github): Refactor|GameMap: Use a regular QList for the map elements
- Also replaced the various GameMap_* functions for traversing these
lists with an appropriate in-place traversal of th... - 01:47 Revision 2d4791dc (github): Refactor|GameMap: Moved more GameMap_* functions to methods of GameMap
- Line of sight tests, BSP lookups, generator collection.
- 00:21 Revision 179f00f0 (github): Refactor: Use the relevant GameMap function instead of the helper macros
2013-04-02
- 23:50 Revision 047d776f (github): Refactor|GameMap: Use a regular QList for the BSP map elements
- As the map element lists are no longer hardened, MapElementList is
now redundant. - 23:13 Revision 828f27af (github): Merge branch 'master' into mapdata-c++
- Conflicts:
doomsday/client/include/render/lumobj.h
doomsday/client/src/map/blockmapvisual.cpp
doomsday/client/src/map... - 22:10 Revision 83964d37 (github): Documentation|Console: Added "listbcontexts"
- Removed the obsolete "listbindclasses".
- 21:50 Revision 7b8901fd (github): Documentation|Console: Added (de)activebcontext, cleaned up help output
- Added macros for basic structure (Usage, Examples, See also).
- 15:38 Revision cade3036 (github): Shell|GUI: Toolbar icons v1
- 09:10 Revision 000e160c (github): Documentation|Console: Improved server-password description
2013-04-01
- 20:29 Revision 42d24d87 (github): Documentation|Console|All Games: Updated cphelp.txt and conhelp.txt files
- The console and control panel help strings are now generated out of
the Amethyst sources under "doomsday/doc".
At th... - 20:10 Revision d965e938 (github): Documentation|Console: Improved docs for some commands and variables
- Also added a dry run mode for wikidocs.py.
- 15:23 Revision ab434568 (github): Documentation|wikidocs: Removed extra newline from output
- 14:16 Revision a5d03aab (github): Documentation|Console: Cleanup
- Consistent use of spaces. Tweaked wiki headings.
- 14:15 Revision be4d802c (github): Documentation: Trying out Amethyst formatting in selected commands
- 14:04 Revision 88b7b08b (github): Documentation: Cleanup
- Unified redundant commands and variables.
- 10:26 Revision bbdef178 (github): Amethyst: Added Doomsday Help output style to lib
- 10:23 Revision d2075162 (github): Documentation: Improved conhelp.py runtime output
- 09:57 Revision 3c991eaa (github): Documentation: Cleanup
- 09:51 Revision 0be19d86 (github): Documentation: Improved help builder script
- Now in Python so it can be run on all platforms. Also made conhelp.py
importable.
2013-03-31
- 21:05 Revision 73ac2b34 (github): Definitions: Enabled IWAD/PWAD only flags in Decoration/Detail/Reflection defs
- These flags were temporarily disabled while the material animation
changes were implemented. It is now time to re-ena... - 20:07 Revision 6947fb95 (github): Documentation: Added scripts and Control Panel help as Amethyst sources
- - conhelp.py: Generate a conhelp file containing commands and variables
- makehelp.sh: Generate cphelp/conhelp for en... - 15:19 Revision a41d71e2 (github): Changed release type to "Stable" for 1.10
- 15:04 Revision 3b06c59a (github): Merge branch 'fix-window'
- 14:17 Revision b6acdb05 (github): Documentation|wikidocs: Cleanup
- 13:49 Revision 86633d4b (github): Fixed|qmake|Unix: Output directory accessed before created
- The .desktop file was generated before qmake had a chance to create
the output directory. - 12:05 Revision 698fbf01 (github): Merge branch 'master' into fix-window
- Conflicts:
doomsday/client/src/ui/window.cpp - 11:28 Revision ae7be02d (github): Documentation|wikidocs: Improved index table formatting
- 11:23 Revision f1463582 (github): Documentation|Console: Fixed typos and some redundancy
- 10:57 Revision c8785318 (github): Fixed|Window Manager: Incorrectly changing away from maximized window
- The 'maximized' flag is now cleared when changing the window's
attributes (x, y, width, height). This fixes a problem... - 10:53 Revision 824cb1fd (github): Documentation|TextMate|Mac OS X: Added a .tm_properties for the Amethyst docs
- 08:58 Revision 056f9e17 (github): Fixed: Passing a de::String to Con_Message() instead of char*
- 08:51 Revision c228e3de (github): Fixed: Class member initialization not supported by our C++ standard
- 06:32 Revision 23ec7c44 (github): Window: Cleanup
- 06:32 Revision 5c4e9435 (github): Console: Improved "displaymode" command output
- 05:02 Revision b9bb16ac (github): Window|Refactor: Use QRect throughout
- 04:42 Revision 200fb3ea (github): Window: Cleanup
- 01:58 Revision 80c212b2 (github): Window|Refactor: Various cleanup refactorings
- 00:13 Revision d1799d70 (github): Window: Cleanup
- 00:09 Revision 905a74e7 (github): Window|Refactor: Replaced global var 'theWindow' with macro DENG_WINDOW
2013-03-30
- 23:46 Revision 4878b4c9 (github): Window|Refactor: Revised changeAttributes()
- Replaced the naive and unnecessary internal state backup mechanism
with a validation logic that short-circuits the pr... - 23:32 Revision 9308a0d3 (github): Window|Refactor: Minor interface improvements
- 22:47 Revision c389f392 (github): Window|Refactor: Revised access to the main Window
- 21:27 Revision 2efb52df (github): Window|Refactor: Connect finishMainWindowInit() from create()
- 21:21 Revision 43414ec1 (github): Fixed: Main window destruction upon fatal error
- The main window was destroyed behind the back of the window manager.
- 21:06 Revision 009b9e4a (github): Window|Refactor: Cleaned up Window destruction
- 21:04 Revision a3f46901 (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
- 21:03 Revision 0ed5329e (github): Documentation: Script for generating wiki pages for commands/variables
- Expected to be run in "doomsday/doc".
- 21:00 Revision 4dffe8a2 (github): Documentation: Improved Amethyst markup in command/variable docs
- Whitespace only acts as a separator in Amethyst; replaced the
now-meaningless newline escape chars with a custom macr... - 20:47 Revision 2026e3e1 (github): Window|Refactor: Cleaned up Window construction
- 19:29 Revision add3c82d (github): Window|Refactor: Addressed private Window accesses in window.cpp
- 19:22 Revision 2ec3383b (github): Window|Refactor: Reworked Window into a C++ class
- Todo: Address private accessors in window.cpp
Todo: Replace naive state backup in Window::changeAttributes() - 17:03 Revision adca2771 (github): Window: Cleanup
2013-03-29
- 22:35 Revision 8b694975 (github): Documentation: Console commands and variables as Amethyst sources
- Generated an .ame source for each console command and variable based
on the cphelp/conhelp files. These are intended ... - 20:15 Revision 47d34348 (github): Builder|Fixed: Python import path
- 20:10 Revision fd4f38a5 (github): Builder: Generate "Latest Doomsday release" page
- When a stable release is made, the autobuilder will now generate
the redirection page for the latest Doomsday release. - 18:24 Revision 54c0516b (github): Homepage|Build Repository: Removed static packages for 1.9.7—1.9.9
- Now that the 1.9 series has ended the index should only feature the
last 1.9.10-1 release.
Ideally I'd like to facto... - 15:25 Revision 613d65d6 (github): Refactor|Homepage|Master Browser: Replaced server info array with ServerInfo (class)
- Simply to avoid the semantics of array indexing in PHP. The class
itself can be developed further as and when we have... - 12:51 Revision f6b5c4e9 (github): Fixed|Heretic|Renderer: Torch timeout and rendering with no attenuation
- The engine rendered all torch light (player's fixedColorMap) with
distance attenuation. This is originally due to Hex... - 09:08 Revision 3d3563c0 (github): Optimize: NativePath remembers the current work path
- Rather than always querying the path with QDir::currentPath() (which
looks somewhat inefficient in the profiler), rem... - 08:04 Revision b181bf4a (github): Fixed|Server: Starting and stopping the server
- Internally the engine was still relying on the removed
"net server start" and "net server close" commands. Now that t... - 07:30 Revision b58a6aeb (github): Documentation: Added wiki template for the doomsday-server man page
2013-03-28
- 22:16 Revision d334bb39 (github): Fixed|VersionInfo: Parsing version with just two components
- dengine.net now provides a two-component version if the revision is 0.
Fixed an out-of-bounds indexing in the parser. - 21:04 Revision 86d1c59c (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
- 21:03 Revision 2b9fb720 (github): Homepage|Master Browser|Fixed: Misinterpretation of a server's 'open' status
- Rather than denoting the existence of a password to join the game
session, the 'open' status instead refers to whethe... - 20:59 Revision 18ca9deb (github): Master Server: Added a 'locked' property for future use
- A locked server will require the user to supply a password in order
to join the game session as a player. Note that t... - 19:14 Revision d5cd8e96 (github): Server: Removed "net server start/go/stop/close" commands
- The server is always "started" when it's running; quitting the server
means closing it. In other words, it is no long... - 19:14 Revision bd15e743 (github): Security|Server: Disallow public servers without a shell password
- If there is no shell password, anyone can login via Shell and modify
the server's config.
It is now mandatory to set... - 16:29 Revision b00cfabb (github): Fix typos
- 16:13 Revision 59a190a6 (github): Readme: Added wiki link to the Shell
- 15:30 Revision c729384d (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
- 15:29 Revision ef3ae967 (github): Homepage|Build Repository: Made use of Version for nicer version number output
- The following new properties were added to the JSON object graphs:
- (integer) version_major = major version number
... - 15:22 Revision 029f2a03 (github): Homepage: Added Version class
- 14:27 Revision bf7cc765 (github): Readme: Updated link to "Multiplayer server" in the wiki
- 11:33 Revision 5e1e48bd (github): Homepage|Fixed: Adjusted positioning of the socialbookmark buttons
- Ohloh's new button is much larger and yet visually smaller than the
included iframe says it is... - 10:33 Revision 152d89d1 (github): Fixed|Multiplayer|Hexen: Client wasn't notified when keys picked up
- 10:20 Revision 79c298bc (github): Fixed|Hexen: Status bar life gem colors match player color
- Needed to swap red and blue for the life chain gem.
- 10:01 Revision edace837 (github): Fixed|UI: Error dialog reads log output using libdeng2 FS
- To find and read the log output file, one needs to use the libdeng2 file system.
- 09:24 Revision 49a31b60 (github): Homepage: Updated Mac downloads page with 10.8
- 07:47 Revision f66e0d2c (github): Homepage|Build Repository: Added support for the OS X 10.8 packages
2013-03-27
- 19:36 Revision 3d8d44df (github): Cleanup: Removed an unnecessary try/catch
- Added a slightly nicer way to delete the app's materials collection.
- 19:31 Revision e59ac0e4 (github): Fixed|UI: Ensure LegacyWidget is not drawn until GL is fully initialized
- UI_DrawDDBackground() accesses materials.
- 19:22 Revision 190250fe (github): Fixed|Window Manager: Window refresh stops after canvas recreated
- There was a logic error where a Canvas that was requested to be
recreated, but actually wasn't recreated due to the G... - 16:37 Revision 952ba5f8 (github): libcommon|Hexen|Debug: Replaced fatal error with assertion
- 15:00 Revision 47d853c0 (github): Fixed: Potential crash during startup
- Canvas's init function may actually end up destroying the Canvas
(e.g., FSAA mode changes during the startup). Thus C... - 14:57 Revision 2706ea5e (github): libdeng2: Cleanup
- 13:57 Revision ccaab27b (github): Fixed|md2tool: Warning about unused return value
- 11:50 Revision d3d9a88b (github): Homepage: Updated info about autobuild schedule
- 10:56 Revision b38ea6d0 (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
- 10:55 Revision 0cb3954e (github): Fixed: Pause and input device state
- When a user-initiated pause ends, the state of input devices and
player controls is reset.
When a forced pause ends ... - 03:08 Revision e96c8be0 (github): AudioDriver (Music): Cleanup
- With luck, fixed the "control may reach end of non-void function"
warnings output by GCC on Mac OS X 10.4, too. - 02:27 Revision 64ed0826 (github): Definitions: Fixed OBOE interpreting supplanted material anims
- A typo in the definition parser's handling of the case where a
texture animation defined by the default game ANIMDEFS...
2013-03-26
- 21:21 Revision 11fc79e1 (github): Fixed|Client|Hexen: Duplicated Fighter weapon effects
- 21:20 Revision b29b1962 (github): Hexen|Debug: Cleanup
- A fatal error in the mobj saver, oh my. Probably meant to be an
assert? Triggered this when saving the game right aft... - 21:16 Revision 03b7d61f (github): Fixed|Client: Excessive server list updating
- The client was updating the MPI server list whenever the Beacon
got a local server's response, even if the UI was not... - 17:34 Revision 2a61f079 (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
- 17:34 Revision b2ca38ff (github): Fixed|InFine|Hexen: Player class conditions
- The player class condition was checked incorrectly in the InFine "If"
evaluation hook. - 17:24 Revision ea445c3b (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
- 17:23 Revision 83975f3a (github): libheretic|Fixed: Errant Firemace spawning/repositioning
- Also fixed a multiplayer specific bug where clients would spawn a
duplicate Firemace locally. - 15:57 Revision 389f0c8f (github): Shell|GUI: Hide work-in-progress features in the release build
- 15:46 Revision 8c008f91 (github): Fixed|Client: Clear view filter when spawning
- 15:28 Revision 7aa5622e (github): Windows|Fixed: Output from DebugLogSink
- DebugLogSink was not outputting normal messages, only warning messages.
- 14:59 Revision a5ed7543 (github): Mac OS X|Updater: Updated built-in platform ID for 10.8
- Also removed faulty detection of gettext version in bundleapp.sh.
- 14:02 Revision 0e998a68 (github): Merge branch 'master' of github.com:skyjake/Doomsday-Engine
- 14:02 Revision 13bcaca0 (github): Builder: Added handling of the Mac OS X 10.8 build
- Identifier in the feed is "mac10_8-64bit".
- 13:56 Revision aad4be39 (github): Fix typo
- 13:54 Revision fa588a73 (github): Smart Texture Filtering|Fixed: Inadvertently broken in a refactoring oversight; cleanup
- 12:56 Revision 6dc057eb (github): Mac OS X|Builder: Added a new build for OS X Mountain Lion (10.8)
- It turned out to be quite difficult to get Qt 4.8.4 in the Snow Leopard
build, so now there is a OS X 10.8 build with...
2013-03-25
- 19:48 Revision 4d6072d9 (github): Windows|Updater: Check for Shell and Server instances before installing
- 19:47 Revision 2305bbe0 (github): Shell|GUI|Windows|Mac OS X: Adjusted mouse wheel sensitivity
- 18:24 Revision cb980263 (github): Fixed|Windows: Missing newlines in runtime log output (DebugLogSink)
- 16:50 Revision d9b07bde (github): Readme|Mac OS X: Updated CPU arch requirements
Also available in: Atom