Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Timeline


and

Aug 26, 2010:

4:39 PM download edited by rgrieder
(diff)
4:38 PM Changeset in downloads [79] by rgrieder
Added dependency version 5.0 for Visual Studio 8 and 9. They're …
3:25 PM Changeset [7226] by rgrieder
Visual Studio 2005 doesn't cope too well with windows includes when it …
3:02 PM Changeset [7225] by rgrieder
Extended search paths for dependencies. You should now be able to host …
3:00 PM Changeset [7224] by rgrieder
Adjusted CMake code to accept the new v5 dependencies that requires …
1:10 PM download edited by rgrieder
(diff)
1:07 PM Changeset in downloads [78] by rgrieder
Added Windows Visual Studio 8/9 dependencies version 4.2. Updated …
10:23 AM Changeset [7223] by dafrick
Replaced some svn usernames with real names.
2:27 AM Changeset [7222] by landauf
added access level checking
2:06 AM Changeset [7221] by landauf
adapted CommandExecutor and CommandEvaluation to make it compile …
12:29 AM Changeset [7220] by landauf
found another old console command
12:09 AM Changeset [7219] by landauf
adapted all console commands to the new interface

Aug 25, 2010:

11:46 PM Changeset [7218] by landauf
some improvements/fixes in ConsoleCommand
11:27 PM Changeset [7217] by dafrick
Improved AUTHORS file (added models, lots of authors), names with a * …
7:07 PM Changeset [7216] by landauf
removed old console command implementation (doesn't compile)
5:35 PM Changeset [7215] by landauf
new console command interface now supports all functions of the old …
1:04 PM Changeset [7214] by landauf
progress on the new console command interface. enhanced possibilities …

Aug 24, 2010:

11:26 PM Changeset [7213] by landauf
small changes in Functor, removed specialization for FunctorStatic …
4:56 PM Changeset [7212] by landauf
re-implemented Functor - without macros!
4:01 PM Changeset [7211] by landauf
fixed Lua script after the recent changes in CommandExecutor
3:54 PM code/doc/Pickups edited by dafrick
(diff)
2:28 PM code/doc/Notifications edited by dafrick
(diff)
2:26 PM Changeset [7210] by dafrick
Created new NotificationDispatcher. It just displays, upon being …
2:05 PM code/doc/Notifications edited by dafrick
(diff)
2:04 PM notification2.png attached to code/doc/Notifications by dafrick
Classtree of notification module
1:42 PM questsystem5.png attached to code/doc/Questsystem by dafrick
Classtree of questsystem module
1:38 PM code/doc/Questsystem edited by dafrick
(diff)
1:37 PM pickups.png attached to code/doc/Pickups by dafrick
Classtree of pickups module
1:36 PM code/doc/Pickups edited by dafrick
(diff)
10:59 AM Changeset [7209] by dafrick
Fixed little "bug", will have to be reviewed, when the pickup module …
9:49 AM Changeset [7208] by dafrick
Removed Timer from Pickup, as this is no his core functionality.

Aug 23, 2010:

11:16 PM code/doc/Pickups edited by dafrick
(diff)
7:58 PM code/doc/Pickups edited by dafrick
(diff)
6:50 PM Changeset [7207] by landauf
moved ScopedSingletonManager to util
5:54 PM people/DamianFrick edited by dafrick
(diff)
5:52 PM people/DamianFrick edited by dafrick
(diff)
5:40 PM people/DamianFrick edited by dafrick
(diff)
5:25 PM pps/main edited by dafrick
(diff)
5:25 PM pps/main edited by dafrick
(diff)
12:46 PM pps/main edited by dafrick
(diff)
11:43 AM Changeset [7206] by dafrick
Cleaning up and documenting PickupManager. Also discovered and fixed a …
2:05 AM Changeset [7205] by landauf
moved SharedPtr to util
1:08 AM Changeset [7204] by landauf
adjusted includes in all other files
12:58 AM Changeset [7203] by landauf
adjusted includes in core/command/*
12:54 AM Changeset [7202] by landauf
moved all files related to the command execution chain to core/command …

Aug 22, 2010:

4:40 PM people/DamianFrick edited by dafrick
(diff)
4:40 PM people/DamianFrick edited by dafrick
(diff)
4:40 PM people/DamianFrick edited by dafrick
(diff)
4:39 PM people/DamianFrick edited by dafrick
(diff)
4:37 PM people/DamianFrick edited by dafrick
(diff)
3:12 PM pps/main edited by dafrick
(diff)
3:11 PM pps/main edited by dafrick
(diff)
3:10 PM pps/main edited by dafrick
(diff)
3:09 PM pps/main edited by dafrick
(diff)
3:08 PM pps/main edited by dafrick
(diff)
3:07 PM pps/main edited by dafrick
(diff)
3:03 PM pps/main edited by dafrick
(diff)
2:48 PM pps/main edited by dafrick
(diff)
2:48 PM pps/main edited by dafrick
(diff)
2:38 PM pps/main edited by dafrick
(diff)
2:38 PM pps/main edited by dafrick
(diff)
2:35 PM pps/main edited by dafrick
(diff)
2:33 PM pps/main edited by dafrick
(diff)
2:30 PM pps/main edited by dafrick
(diff)
2:25 PM pps/main edited by dafrick
(diff)
2:22 PM pps/main edited by dafrick
(diff)
2:19 PM pps/main edited by dafrick
(diff)
2:19 PM pps/main edited by dafrick
(diff)
2:16 PM pps/main edited by dafrick
(diff)
2:03 PM pps/main edited by dafrick
(diff)
2:02 PM pps/main edited by dafrick
(diff)
1:52 PM pps/TopicsFS2010 created by dafrick
1:47 PM pps/TimeTableFS2010 edited by dafrick
(diff)
1:46 PM pps/TimeTableFS2010 edited by dafrick
(diff)
1:46 PM pps/TimeTableFS2010 created by dafrick
1:39 PM pps/archive edited by dafrick
(diff)
12:48 AM Changeset [7201] by landauf
some cleanup in SharedPtr and its relatives
12:27 AM Changeset [7200] by landauf
createExecutor() now returns a SharedPtr instead of a pointer. Adapted …

Aug 21, 2010:

10:20 PM Changeset [7199] by landauf
LuaFunctor better doesn't inherit from Functor since it's used …
9:52 PM Changeset [7198] by landauf
createFunctor() now returns a SharedPtr instead of a pointer. Adapted …
9:03 PM Changeset [7197] by landauf
Changed the implementation of SharedPtr again. I decided to represent …
4:54 PM Changeset [7196] by landauf
Changed implementation of SharedPtr, it's now non-intrusive and uses …
12:43 PM Changeset [7195] by scheusso
creating new network branch for further testing
12:21 PM Changeset [7194] by scheusso
removing some branches we don't need anymore

Aug 20, 2010:

9:55 PM Changeset [7193] by dafrick
Added NotificationDispatcher, class that can, upon being triggered, …
2:59 AM Changeset [7192] by landauf
Added a small SharedPtr template for use in Functor and Executor. It's …

Aug 19, 2010:

6:07 PM Changeset [7191] by landauf
don't add repetitive or empty commands to the command history
5:48 PM Changeset [7190] by landauf
removed unnecessary return values from console commands "log", …
4:57 PM Changeset [7189] by landauf
changed passing of the returnvalue in the command execution pipeline: …
3:03 PM content/CC_guidelines edited by bknecht
typos (diff)
2:57 PM content/tools/BlenderTutorials edited by bknecht
(diff)
2:57 PM content/tools/BlenderTutorials edited by bknecht
(diff)
1:23 PM Changeset [7188] by landauf
reduced amount of member variables in Functor by moving these rarely …
2:42 AM Changeset [7187] by landauf
added new function to MultiType to check whether or not it contains a …
2:14 AM Changeset [7186] by landauf
Moved ability to possess descriptions from Executor to ConsoleCommand, …
2:11 AM Changeset [7185] by landauf
continued working on the new console command interface and implementation

Aug 18, 2010:

9:46 PM Changeset [7184] by rgrieder
Replaced mathematical constants with a common definition in Math.h. …
7:49 PM Changeset [7183] by rgrieder
Removed a load of warnings for VS 2005 and possibly VS 2008.
7:41 PM Changeset [7182] by rgrieder
Build fixes for Visual Studio 2005.
5:09 PM people/BenjaminKnecht edited by bknecht
(diff)
4:01 PM Changeset [7181] by landauf
Great, looks like I created some circular dependencies between …
3:43 PM Changeset [7180] by landauf
adjusted Functor to work with the changes introduced in r7177
3:39 PM Changeset [7179] by landauf
merged consolecommands2 to consolecommands3
3:28 PM Changeset [7178] by landauf
next annual update of the consolecommands branch
3:26 PM content/Styleguides edited by bknecht
(diff)
1:52 AM Changeset [7177] by landauf
fixed a potential problem introduced in r7158 - calling an executor on …
1:01 AM Changeset [7176] by landauf
removed some (commented) code from BigExplosion. looks like an attempt …
12:12 AM Changeset [7175] by rgrieder
Fixed a problem with Ogre 1.7 and our exception handling mechanism. …
12:08 AM Changeset [7174] by rgrieder
Only catch exceptions you actually expect. And rethrow unknown …

Aug 17, 2010:

8:56 PM Changeset [7173] by rgrieder
Enabled parallel build of compilations and normal source files for …
8:25 PM Changeset [7172] by landauf
removed network as dependency of tools. these libraries can build in …
5:47 PM Changeset [7171] by landauf
removed a strange line that changed the game speed with a console …
1:01 PM Changeset [7170] by rgrieder
Doxygen should work again (and tardis as well).
1:13 AM Changeset [7169] by landauf
fixed an issue with boost 1.44.0

Aug 16, 2010:

11:26 PM Changeset [7168] by landauf
sent some tabs to hell
11:15 PM Changeset [7167] by landauf
using SetConfigValueExternal also for two old config values
10:56 PM Changeset [7166] by landauf
added new macro to ConfigValueIncludes.h, "SetConfigValueExternal" for …
8:31 PM Changeset [7165] by landauf
for some reason MinGW with gcc 4.5 needs some additional _UtilExport …
2:37 PM WikiStart edited by bknecht
fixed a typo (diff)

Aug 14, 2010:

11:56 PM Changeset [7164] by dafrick
Moving notifications to own module.

Aug 13, 2010:

10:15 AM ~archive/News edited by bknecht
(diff)
10:15 AM WikiStart edited by bknecht
(diff)

Aug 11, 2010:

8:55 AM Changeset [7163] by dafrick
Merged presentation3 branch into trunk.

Aug 8, 2010:

8:53 PM Changeset [7162] by dafrick
Significant structural changes to the pickup module. Lots of bugs …

Aug 6, 2010:

1:33 PM download edited by landauf
(diff)
1:57 AM WikiStart edited by landauf
(diff)
1:56 AM convention12_23_banner_900.jpg attached to screenshots by landauf
1:22 AM download edited by landauf
(diff)
1:20 AM download edited by landauf
(diff)
1:15 AM download edited by landauf
(diff)
1:06 AM about edited by landauf
(diff)
12:44 AM download edited by landauf
(diff)
12:24 AM macosx.png attached to download by landauf
12:16 AM eth.png attached to download by landauf
12:16 AM fedora.png attached to download by landauf
12:16 AM gentoo.png attached to download by landauf
12:16 AM debian.png attached to download by landauf
12:15 AM ubuntu.png attached to download by landauf
12:15 AM windows_vs.png attached to download by landauf
12:15 AM windows.png attached to download by landauf
12:15 AM Big_Logo_Macintosh.jpg attached to download by landauf
12:15 AM Big_Logo_Linux.jpg attached to download by landauf
12:15 AM Big_Logo_Windows.jpg attached to download by landauf

Aug 5, 2010:

11:26 PM about edited by landauf
(diff)
11:17 PM about edited by landauf
(diff)
11:00 PM screenshots edited by landauf
(diff)
10:49 PM convention12_23_nofont_1680.jpg attached to screenshots by landauf
10:48 PM convention12_23_nofont_640.jpg attached to screenshots by landauf
10:44 PM dev/WindowsMinGW edited by landauf
(diff)
1:51 PM dev/WindowsMinGW edited by landauf
(diff)
1:51 PM dev/WindowsMinGW edited by landauf
(diff)
1:49 PM download edited by landauf
(diff)
1:42 PM about edited by landauf
(diff)

Jul 28, 2010:

8:29 PM Changeset [7161] by scheusso
some new features: -Orxonox servers announce themselves now inside a …
Note: See TracTimeline for information about the timeline view.