Activity
From 2013-01-28 to 2013-02-10
2013-02-10
- 22:24 Revision 15d8f6c5 (github): Shell|GUI|Mac OS X: Better menu layout, smaller status bar font
- 21:41 Revision 7f77d73b (github): Shell|Windows|GUI: Multiple improvements for the Windows platform
- Also, configuring the IWAD folder in the Local Server dialog.
- 21:40 Revision d34404a8 (github): Windows|libdeng2|libshell: Fixed missing exports
- 18:43 Revision 3df5e2a5 (github): Shell|Server|libshell: Implemented the map outline packet
- The GUI shell is able to visualize the current map as a vector graphic
outline. - 14:47 Revision 9de66d20 (github): Server: Added a todo about needed future work (de::World class)
- 11:58 Revision 4a76d5ba (github): Server: Map change observers in r_world; send game state to shell users
- Since there is no class for the World yet, the map change audience is
simply a global variable in r_world.cpp. - 11:56 Revision dfa8a946 (github): Refactor: Improved GameCollection and Game interfaces for C++ usage
- The internal C wrappers will ultimately be dropped altogether...
- 11:54 Revision 40bfe97e (github): Shell|GUI: Show the game state in the status widget
- 11:53 Revision 003823de (github): libshell: Implemented the game state packet
- 03:30 Revision b1dc31a1 (github): Merge branch 'master' into revise-texture-animation
- Conflicts:
doomsday/client/src/render/rend_main.cpp
2013-02-09
- 23:03 Revision 31f3f7c1 (github): Shell|GUI: Added StatusWidget, renamed MainWindow to LinkWindow
- Also added a status bar indicating the currently connected address
and duration of the connection. - 19:16 Revision 782bb42f (github): Shell|GUI: Fixed settings key for OpenDialog's history
- 19:09 Revision 1856d6a6 (github): Shell|GUI: Connection address dialog should not be resizable
- 19:04 Revision 00c9f4f0 (github): Shell|GUI: Starting a local server on Mac OS X
- 19:02 Revision e55029f6 (github): Shell|qmake|Mac OS X: Renamed app to "Doomsday Shell.app"
- 19:01 Revision 2583fedf (github): libshell|Mac OS X: Improved logic for locating Doomsday.app
- 19:01 Revision 690d9f4b (github): libdeng2: Added NativePath::exists()
- 17:07 Revision 5fb20a9e (github): Shell: Use DoomsdayInfo also in the text-based shell app
- 17:06 Revision bb95229d (github): Shell|GUI: Implemented dialog for starting a local server
- 17:06 Revision 29b6705a (github): libshell: Added DoomsdayInfo
- A single place to acquire information about Doomsday: available games,
options, help strings, etc. - 13:48 Revision cace6004 (github): Shell|GUI: History of opened servers, separate menu item for window close
- 11:08 Revision fc770c91 (github): Shell|GUI: Cleanup
- 11:06 Revision 0367cac7 (github): Shell|GUI: Improved window behavior, menu items, added about dialog
2013-02-08
- 15:30 Revision 672fa4f7 (github): Shell|GUI: Sending commands to the server
- 15:10 Revision 4ec0c8ec (github): Shell|GUI: Opening a connection
- Added a dialog for specifying which server to connect to. Log entries
and other packets received from the server are ... - 15:08 Revision 6756f619 (github): libdeng2: Beacon discovery needs a unique UDP port
- Each Beacon doing discovery needs to have a UDP port of its own, or
it may not be the one that receives the replies. - 15:07 Revision 8a4b7565 (github): libdeng2: Allow using de::Address in a QVariant
- 13:15 Revision fd5b14d4 (github): Updater: Applied the DENG2_PIMPL macro in UpdaterSettingsDialog
- 12:11 Revision 5e016246 (github): Fixed|BSP Builder: Vertex allocation must be C++ new
- The partitioner was still allocating vertices using M_Malloc().
- 12:11 Revision 197d3606 (github): Fixed|BSP Builder: Vertex allocation must be C++ new
- The partitioner was still allocating vertices using M_Malloc().
- 10:45 Revision 3ea15976 (github): Server|Fixed: Initial player mobj angle
- The player think functions that deal with player controls must be
skipped altogether on the server. They were causing... - 10:45 Revision d4e38f02 (github): Server|Debug: Investigating initial player mobj angle
- 10:45 Revision d894f6ec (github): Server|Fixed: Initial player mobj angle
- The player think functions that deal with player controls must be
skipped altogether on the server. They were causing... - 10:44 Revision d73daf4b (github): Server|Debug: Investigating initial player mobj angle
- 09:49 Revision 953f4ed9 (github): Refactor|Fixed: Server planes array now uses a QList
- Replaced the C-style dynamic array management with a more robust
QList. Fixes a crash at shutdown in MP games. - 09:49 Revision 8749ece7 (github): Server|Fixed: Bias surfaces are meaningless, should be ignored
- The server was crashing when trying to move a plane (e.g., open a door)
because it was trying to access unallocated a... - 09:48 Revision f6054278 (github): Refactor|Fixed: Server planes array now uses a QList
- Replaced the C-style dynamic array management with a more robust
QList. Fixes a crash at shutdown in MP games. - 09:21 Revision 3b486ac6 (github): Server|Fixed: Bias surfaces are meaningless, should be ignored
- The server was crashing when trying to move a plane (e.g., open a door)
because it was trying to access unallocated a... - 06:51 Bug #1112: game freezes
- - **Priority**: 1 --> 5
2013-02-07
- 21:46 Revision bc3918fc (github): Shell|GUI: Setting up the menus, added ServerFinder
- The local servers appear in the menu.
- 21:45 Revision 5e1faf50 (github): libshell|Fixed: Set the random seed number for ServerFinder
- 21:45 Revision f41e4619 (github): libshell|LocalServer: Allow specifying additional options
- 16:43 Revision b16a2355 (github): Shell: Implemented character attribute for blinking
- Separately from cursor blinking.
- 16:27 Revision 1082b9c9 (github): Shell|Qt: Improved QtRootWidget, added command line and log widgets
- 16:26 Revision 3e641ced (github): Shell: Apply the DENG2_PIMPL macro
- 16:26 Revision 3534776b (github): libdeng2: Utility for the pimpl idiom
- The DENG2_PIMPL macro makes it somewhat easier to define a private
implementation struct that contains a reference to... - 09:50 Revision 3972ce07 (github): Shell: Text canvas rendering on Qt bitmaps
2013-02-06
- 21:41 Revision 13deec42 (github): Refactor|Surface: Converted all Surface_* functions to methods of Surface
- 19:57 Revision b8da0ab3 (github): Refactor|GameMap: Replaced methods for retrieving GameMap's SurfaceSets
- - GameMap_DecoratedSurfaces() => GameMap::decoratedSurfaces()
- GameMap_GlowingSurfaces() => GameMap::glowingSurfac... - 18:16 Revision cc5d52a2 (github): Refactor|Materials|Textures: Innumerable material/texture system cleanup refactorings
- 17:47 Bug #1112: game freezes
- yes, when I disable vsync in nvidia-settings, then it does not freeze anymore
I am using nvidia drivers 313.18 - 17:47 Bug #1112 (Closed): game freezes
- on freedoom after a short period of playing, reproducible
not sure if the backtrace is helpful
https://gist.githu... - 17:16 Revision da8b5386 (github): Shell: Started setting up the GUI Shell app
- QtGui-based App class, Mac OS X deployment.
- 16:36 Bug #1111: Help Infine can't be closed
- Fixed in commit: https://github.com/skyjake/Doomsday-Engine/commit/0a23625c28ceea58c634482bbee9366e486939bc
- 16:31 Bug #1111: Help Infine can't be closed
- - **labels**: help infine --> InFine, Client
- **status**: open --> fixed
- **assigned_to**: Jaakko Keränen
- **prior... - 16:32 Bug #1107: [GL] Ineffective gamma-correction
- - **milestone**: v1.8.6 --> v1.9.10
- **priority**: 1 --> 5
- 15:44 Bug #1110: Doomsday fails to compile on gentoo because of python error
- > the state of 1.9.10 (crash on startup or game freeze)
Please post a stack trace of any crash you encounter (i.e.... - 15:34 Revision 744480ff (github): libshell: Relocated LogWidget and CommandLineWidget to libshell
- These two widgets are generic enough to work in a GUI Shell as well.
- 15:16 Revision 7ec3ead5 (github): Refactor|Client|Server: Split dd_init to main_server and main_client
- Both applications now have their own main() functions.
- 15:02 Revision c01d58c2 (github): Server: Cleanup
- 14:56 Revision fd367e6a (github): Windows|Server: Removing OpenGL dependencies
- 14:30 Revision cc2a4fe1 (github): Server: Must not depend on OpenGL
- 14:25 Revision ffa78959 (github): Client|Server: Dropped GUI/input dependencies in server binary
- The server has no input devices, and therefore needs no bindings either.
Both the input and bindings subsystems were ... - 14:22 Revision f49dc58e (github): Refactor: Added libgui, separated TextApp and GuiApp
- libgui extends libdeng2 with GUI-related code. libdeng2 itself no longer
depends on QtGui, only QtCore and QtNetwork.
2013-02-05
- 23:53 Revision 16efd6c8 (github): Merge branch 'master' into revise-texture-animation
- 21:37 Revision 45ec0921 (github): Cleanup
- 21:06 Revision 9eec58e1 (github): Audio: Incremented maximum number of sound channels to 256 (from 64)
- This affects the maximum number of channels that Doomsday internally
uses to track playing sounds. Individual sound p... - 20:59 Revision bdb8d531 (github): Merge branch 'separate-server'
- 19:53 Revision ecfea748 (github): Windows|libdeng2|libshell: Exported public classes
- 19:23 Revision 3104ccc0 (github): libdeng2: Added de::wrap template for wrapping inside a range
- 19:16 Revision 065b56b3 (github): libshell: Backwards completion cycle with Backtab in LineEditWidget
- 18:37 Revision 0d9e207f (github): Shell|libshell|Server: Send console lexicon to the shell
- 14:13 Revision a12de617 (github): libshell: Auto-completion for the line edit widget
- 14:12 Revision eff78a1b (github): libshell|TextCanvas: Text attribute ranges for drawing text
- Also added a utility type called Range.
- 14:11 Revision 490b626c (github): libdeng2|String: Added length-restricted, case-insensitive string comparison
- 12:08 Revision 5dc4ee1d (github): Shell: Tweaked status widget appearance
- 12:04 Revision 1e34f1ec (github): Shell: Scrolling in the log history
- 12:03 Revision 937a4c48 (github): Shell|Curses: Mapped all function keys to Qt keys
- 12:02 Revision 27e4d24a (github): libdeng2: Beacon begins discovery immediately
- 12:02 Revision 49ed6a3c (github): libshell|libdeng2: Flag remote log entries as such
- Added a log entry flag indicating log entries that have been received
over the network from a remote source. - 10:08 Revision 52760417 (github): libdeng2|Shell: Socket is quiet about reconnection attempts
- Todo for later: The connection could wait until the Beacon announces
that the server is ready.
Todo for later: Serve... - 09:52 Revision 75b0cce1 (github): Cleanup
- 09:50 Revision 2b6d1037 (github): libshell|Shell: Widget behavior improvements
- Focus navigation with unhandled Up and Down keys.
Enter is no longer a shortcut in LocalServerDialog. Selection posi...
2013-02-04
- 22:26 Revision a6c0a768 (github): libdeng1: Lowered log level of garbage recycling messages
- The announcement about recycled allocations/instances is now at the
lowest (trace) level. - 22:25 Revision 1a4dea31 (github): libdeng2|Fixed: Bug in changing the values of ConstantRule
- Setting the value twice could lead to the second time being ignored.
- 22:24 Revision ec74ffc5 (github): libshell: Improved ServerFinder for continuous operation
- The finder is now started automatically after construction. Old entries
expire if nothing is heard from the server. S... - 22:23 Revision 47e2daa4 (github): libdeng2: Improved Beacon to include server's listening port in message
- This allows Beacon to identify a server fully at the lowest level.
- 22:21 Revision 45817b61 (github): Shell: Added PersistentData and updating menu with found servers
- 13:46 Bug #1110: Doomsday fails to compile on gentoo because of python error
- We don't need to convert to python3 at all. The solution on that bug is wrong too.
Gentoo has technically no probl... - 09:33 Revision 3b29b768 (github): Shell: Testing a ServerFinder
- The proper usage of a ServerFinder is to have it running in the
background continuously and insert the found servers ... - 09:32 Revision d04e9490 (github): libshell: Added ServerFinder
- shell::ServerFinder uses a Beacon to discover local servers and parses
the Record contained in the servers' beacon ad... - 09:30 Revision 85d4cb47 (github): Server: Use a Beacon to announce presence of a server locally
- The beacon is supplied with an up-to-date serverinfo_t so that clients
can immediately know what is going on at the s... - 09:26 Revision ad456a21 (github): libdeng2: Improved Record, Block, and ByteRefArray
- More versatility and missing assignment operators.
- 09:25 Revision a4bd69b4 (github): libdeng2|Network: Added Beacon, UDP-based peer discovery mechanism
- The Beacon class acts as a UDP broadcast receiver that will be used
for replying to clients' discovery queries.
2013-02-03
- 16:57 Revision 836486eb (github): Fixed|Server|Client: Inappropriate output to stdout
- sys_direc was printing directly with printf() rather than relying
on the Log. Also switched memory allocations to use... - 15:26 Revision bbf66069 (github): Shell|Mac OS X: Functional dialog for starting a local server
- 15:25 Revision cd2dc397 (github): libshell: Added LocalServer for controlling local servers
- Starting, stopping, and finding local servers.
Also updated the existing widgets for the Rule::Semantic enum. - 15:24 Revision 06815860 (github): libdeng2: Command line startup directory
- When using de::CommandLine to start a new process, the startup
directory is the same as for the command line used to ... - 15:23 Revision 5364a326 (github): libdeng2|Widgets: API improvements for Widgets and Rules
- 15:22 Revision a098d7de (github): libdeng2: Added a method for reconnecting to previous address
- 14:39 Bug #1110: Doomsday fails to compile on gentoo because of python error
- I think the only acceptable long-term solution is to port all of Doomsday's Python build scripts to Python 3, and hav...
- 11:29 Revision 8ac27338 (github): libshell: Moving cursor is menu using letter keys as shortcuts
- 11:11 Revision 46745e58 (github): Shell: Added dialog for starting a local server
- 11:10 Revision 17c2943a (github): libshell: Added ChoiceWidget that combines a label and a popup menu
- 11:09 Revision e1ff5831 (github): libdeng2|Widgets: Defining focus cycle, added focus gained/lost events
2013-02-02
- 16:03 Revision e2c6ca67 (github): Shell: Added an About dialog
- 16:03 Revision 9adf75e0 (github): libdeng2|libshell: Support line breaks; improved RuleRectangle interface
- Word wrapping now supports newline characters.
- 15:30 Revision c3df6bc6 (github): Merge branch 'master' of ssh://github.com/skyjake/Doomsday-Engine
- 15:29 Revision 1a441efe (github): Host: Servers' standard output not needed
- 15:21 Revision 6e2f74de (github): Fixed|qmake|Mac OS X: Removed another incompatible option
- It would be nice to have a way to determine the compiler (gcc/clang)
version... - 12:36 Revision db428769 (github): Fixed|qmake|Mac OS X: Removed an unsupported option when using an old compiler
- 11:22 Revision 0a23625c (github): Fixed|Client: Paused infine cannot be unpaused by key events
- The FinaleInterpreter_Skip() function was not being called in the
__CLIENT__ build. - 11:21 Revision 69510d2d (github): Fixed|Client: Paused infine cannot be unpaused by key events
- The FinaleInterpreter_Skip() function was not being called in the
__CLIENT__ build. - 11:09 Revision e9a021d7 (github): Server|Fixed: Crash due to calling a client-only API function
- 11:09 Revision 1946801f (github): Input: Changed "input-sharp-lateprocessing" to 0 by default
- View angle turning using the keyboard feels better with late processing
disabled. For now it is better to compromise ... - 11:08 Revision 2e6ca158 (github): Server|Fixed: Crash due to calling a client-only API function
- 11:07 Revision c20e7eae (github): Input: Changed "input-sharp-lateprocessing" to 0 by default
- View angle turning using the keyboard feels better with late processing
disabled. For now it is better to compromise ... - 09:25 Bug #1112: game freezes
- > 0x00007ffff53587e4 in glXWaitVideoSyncSGI () from /usr/lib64/libGL.so.1
A problem with the OpenGL driver? Have y... - 09:25 Bug #1112: game freezes
- I used master from git repo
2013-02-01
- 21:12 Bug #1111 (Closed): Help Infine can't be closed
- The Help infine in all games can't be closed once opened.
I haven't looked yet to see whether it is a mistake with... - 17:36 Revision 0d89dd9f (github): Shell|Fixed: StatusWidget should update itself when IP address resolved
- de::Socket knows the address already, so now it returns the address
to which connection was requested rather than the... - 17:34 Revision aedae172 (github): libshell|Refactor: Added InputDialog, base class for text query dialogs
- Generalized the OpenConnectionDialog class.
- 14:16 Revision 36014889 (github): Server|Fixed: Catch exception when receiving invalid packet from shell user
- 14:05 Revision ad2b45ac (github): Host: Compress old log output files
- To prevent running out of disk space, compress old log files in the
runtime directories. - 13:14 Revision 9e9574d9 (github): Server: With -daemon, disable standard output
- The server is headed towards being a background process; for now,
the -daemon option is used when the server is start... - 13:13 Revision db12b81f (github): Shell: Opening and closing the connection to user-provided address
- 13:12 Revision 8839139b (github): libshell: Removed unnecessary TextWidget::setRule()
- Replacing a widget's rule rectangle instance is not very useful.
- 13:11 Revision b8b1d86a (github): libdeng2|Network: Opening a socket to a host identified by domain name
- de::Socket now has the ability to look up the IP address of a domain
name in its non-blocking connectToDomain() metho... - 13:09 Revision 2bfa649e (github): libshell: Improving dialog closing
- Derived classes may override the dialog post-processing function.
- 13:05 Revision 1524b40f (github): Server: With -daemon, disable standard output
- The server is headed towards being a background process; for now,
the -daemon option is used when the server is start...
2013-01-31
- 22:28 Revision 1c9b13c3 (github): Shell: Focus navigation in OpenConnectionDialog
- Tweaked layout a little, too, now that the menu has no border padding.
- 22:26 Revision 5b8bc9d2 (github): Shell: Popup menu usage is a bit simpler
- MenuWidget controls focus and the Hidden behavior.
- 22:25 Revision 6a952f81 (github): libshell: More versatile LineEditWidget and MenuWidget
- Menu presets, cursor navigation, border spacing, handling actions.
- 22:21 Revision d2e7442e (github): libshell|Fixed: Dialog controls focus during open/close
- 22:20 Revision 79e4c2b8 (github): libdeng2: Widget behavior flags and focus cycle
- 22:17 Revision df58f074 (github): libdeng2: Cleanup
- 19:46 Bug #1109: game crashes at start of
- - **status**: open --> closed
- 19:44 Revision a421f6de (github): libdeng2: Easier to way to create ConstantRule instances
- The ConstantRule::Builder<> template allows us to automatically build
new, refless ConstantRule instances when given ... - 15:37 Revision 231ce90c (github): Shell: Added dialog for opening a connection
- Also acts as a test for child widgets. The child widgets' positions
are defined in terms of the parent widget's RuleR... - 15:34 Revision 5e87a3a7 (github): Shell|Fixed: Refresh timing, rule usage
- If one starts another QEventLoop from a QTimer timeout(), the timer
is paused and would cause refresh to stop.
Now e... - 15:29 Revision 24c32574 (github): libshell: Added DialogWidget, updated with revised Rule conventions
- Added a proper class for wrapped lines (LineWrapping in libshell.h).
Labels and the line edit widget use the same lin... - 15:24 Revision 128a49d4 (github): libdeng2|Refactor|Fixed: Improved Rules implementation
- Rules are now passed as argument by const references rather than
const pointers. This allows overriding arithmetic op... - 15:19 Revision 8093e14d (github): libdeng2: Added Rectangle<>::adjusted()
- Expanding or shrinking the size of a rectangle.
2013-01-30
- 21:48 Revision a9822b15 (github): libshell: MenuWidget's border style is configurable
- 21:43 Revision c012f67b (github): Shell: Adjusting menu items
- 21:42 Revision 3815f3b3 (github): libshell: Added a utility routine for determining line wrapping
- 20:32 Revision 667d83a8 (github): Shell: Added menu items, fixed MenuWidget
- 17:38 Revision 8511f61f (github): libdeng2|Shell|Refactor: Renamed RectangleRule to RuleRectangle
- RuleRectangle is a better name because the class is no longer derived
from Rule, and conceptually defines a rectangle... - 16:10 Revision fd106c1e (github): libdeng2|Shell: Improvements in the widget framework
- 16:09 Revision 36769b6a (github): libdeng2|Refactor: RectangleRule is no longer derived from Rule
- RectangleRule is not really a Rule instance, it only manages a complex
set of connections between input and output ru... - 16:07 Revision 031dc97a (github): libshell: Added MenuWidget
- 11:30 Revision 8809644c (github): libdeng2: Cleanup
- 11:18 Revision 840bdea8 (github): libdeng2|Refactor: Replaced Qt signals with de::Observers in Rules and Clock
- de::Observers has less overhead and does not require an additional
base class (QObject). - 11:14 Revision 9be84464 (github): libdeng2: Improved Observers macros for more versatility
- It is now possible to declare an observer interface outside a class.
- 09:53 Revision c24f744f (github): libdeng2|Refactor: Revised RectangleRule and DelegateRule implementation
- RectangleRule was improved so that the horizontal and vertical rules
are separate from each other: invalidating a hor...
2013-01-29
- 22:20 Revision 3b189c89 (github): Doom64|Fixed: Compiler warning about pointer types
- 22:20 Revision 7b95f97d (github): qmake|Mac OS X: Tweaked deployment of shared libraries
- 22:19 Revision 073ead03 (github): libshell: TextCanvas interface improvements, handling Actions
- 22:18 Revision c66911bb (github): libshell: Added Action and LabelWidget
- 11:46 Revision 6d089166 (github): Documentation: Added Doxygen config for libshell API docs
- Also included in the Builder for nightly updates.
- 11:45 Revision 76bc9e9d (github): libshell: Renamed TextEditWidget -> LineEditWidget
- A more descriptive name for the class.
- 08:34 Revision b37b3b6c (github): Merge branch 'master' into revise-texture-animation
2013-01-28
- 21:17 Revision b007486e (github): Shell: Mapping more key codes to Qt keys
- 20:09 Revision 21b2ef71 (github): Fixed: Several compiler warnings suppressed/fixed
- There is a lot of thinkfunc_t related implicit casting from one
type of pointer to another. Eventually we need a safe... - 19:42 Revision adfec9a5 (github): Windows: Updated VS deploy script to include libshell
- 19:37 Revision 818a4019 (github): GCC|Clang: Ignore warnings about unused results in texc and md2tool
- 19:23 Revision 2ba9b9b7 (github): Shell|Fixed: Added missing header
- 18:36 Revision e75234f3 (github): libshell: Relocated to same level with libdeng1 and libdeng2
- The "tools" source folder is optional, and libshell is required by
doomsday-server. Therefore, it cannot be under "to... - 17:50 Revision 86c9aa4a (github): Shell: Handling of link disconnection
- 17:15 Bug #1109: game crashes at start of
- ok, updating WAD to 1.9 fixed the issue
- 16:29 Revision e3a378c8 (github): Shell|Fixed: Entering commands when not connected
- 16:26 Revision 97d70716 (github): Cleanup
- 16:25 Bug #1110: Doomsday fails to compile on gentoo because of python error
- - **status**: open --> wont-fix
- 16:19 Bug #1108: Infine corruption during first tic
- This issue should now be resolved because the first tic of InFine scripts is no longer getting special treatment. Ins...
- 16:18 Bug #1108: Infine corruption during first tic
- - **status**: open --> fixed
- **assigned_to**: Jaakko Keränen
- 16:14 Revision 4aa7fa25 (github): Fixed|Windows: Exports from libshell and libdeng2
- 16:10 Revision 6577ff23 (github): Merge remote-tracking branch 'origin/master' into separate-server
Also available in: Atom