Message Boards

 Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - Ralphis

Pages: 1 ... 3 4 [5] 6 7 ... 9
61

Maps, Wads and Mods / Re: Dsdoom3

« on: May 03, 2010, 22:25:37 »
I will say that the angle of the pistol looks sort of weird. Like it's cocked too far to the left in relation to the hand and placement on the screen.
62

Maps, Wads and Mods / Re: Dsdoom3

« on: April 28, 2010, 11:21:51 »
The maps look pretty neat, I look forward to getting a chance to play through them
63

Technical Support / Re: Server Documentation

« on: February 02, 2010, 08:37:01 »
Though this is not a complete list of everything that Odamex can do (exhaustive documentation still has to be done), the following articles on the wiki may prove useful to you:

How To Run A Server

Server Variables

Server Commands
64

Developer's Corner / Re: 'votemap' Design Document/Proposal

« on: January 24, 2010, 02:01:34 »
An example of how this would look in game:

Client goes to console and types votemap. The following is output in their console:

[1] UDM1.WAD MAP01
[2] UDM1.WAD MAP04
[3] DWANGO5.WAD MAP02
[4] DWANGO5.WAD MAP11

These are the maps in the server's map list. Say there are four players in a server, Ralphis, Manc, Denis, and SoM.

I want to vote for dwango5 map11, so I type votemap 4 in the console. The following would be output to all players in the server:

Ralphis has voted on DWANGO5.WAD MAP11 [4] (1/3)

1 being how many people have voted on the map so far, 3 being the required votes (over 50% of players in the server rounds up to 3 players).

At the same time, Manc could do the same thing and vote on another map, say udm1 map04 by using votemap 2. The following would be output to clients:

Manc has voted on UDM1.WAD MAP04 [2] (1/3)

So there are now two votes in progress at the same time. Then denis decides that Manc has a good idea voting for udm1 map04, so he also types votemap 2. The following is output to clients:

Denis has voted on UDM1.WAD MAP04 [2] (2/3)

SoM is convinced that Manc and Denis have the right idea so he agrees and types votemap 2 in the console as well:

SoM has voted on UDM1.WAD MAP04 [2] (3/3)

So now all the required votes have been met and the server will jump to intermission and switch to udm1.wad map04.
65

Developer's Corner / Re: Bug Tracker Cleanup Initiative - Winter 2010

« on: January 19, 2010, 09:56:32 »
Updated as of 1/19/09.

Closed bug 326 as invalid since there hasn't been any response from the bug author since 2007 and nobody else I've asked can reproduce this bug.
66

Developer's Corner / Re: Bug Tracker Cleanup Initiative - Winter 2010

« on: January 16, 2010, 08:37:29 »
Bug 474 cannot be reproduced anymore, marked invalid.
67

Developer's Corner / Re: Bug Tracker Cleanup Initiative - Winter 2010

« on: January 15, 2010, 10:45:33 »
Bug 243 has been closed as bug 499 has been declared a better solution.

EDIT: Scrapped enhancement bug for keys/ctf support (bug 458)
68

Devoblog / Have some free time? Help make Odamex better!

« on: January 15, 2010, 08:50:35 »
The Odamex Bug Tracker Cleanup Initiative is back! The initiative is being revived in light of a clouded bug tracker which was being bogged down with duplicates and bugs which were already resolved. With the help of you, the user, we can aid the Odamex programmers by creating a healthier, more manageable project. This will certainly help speed up Odamex's development and growth.

Getting involved is easy! Read More...
69

Developer's Corner / Bug Tracker Cleanup Initiative - Winter 2010

« on: January 15, 2010, 08:19:11 »
The Bug Tracker Cleanup Initiative - Winter 2010

It's that time again to look through the Bug Tracker, only this time we're gonna try and squash as much as we can. The Bug Tracker Cleanup Initiative which promotes community and personal involvement and investment in Odamex. This will hopefully lead to a healthier, more manageable project for our programmers and encourage project growth.

The way to get involved is easy! All you have to do is use this compiled list of currently outstanding bugs and attempt to reproduce any of the bugs in the list that haven't been tested yet.

WHAT YOU NEED TO DO


==ALWAYS USE THE MOST RECENT REVISION==

Your job is to identify or try to reproduce the bug in your current client. PLEASE SPECIFY YOUR OPERATING SYSTEM AND THE REVISION YOU ARE RUNNING ('version' command in either client or server will output this information).

SPECIFY WHICH BUGS YOU HAVE TESTED AND YOUR RESULTS.

If during your testing, you have any new information on how to reproduce a bug, you should report any new findings to both the bug tracker and this thread immediately.

If you cannot reproduce the bug but are not sure that it is corrected, please specify that you cannot reproduce. This may or may not be the most common response we'll receive. We'll have to see how this goes.

While it is important to find any new information on a bug, it is not the main goal of this program. The main goal is simply put to determine the legitimacy of any bugs still in the tracker (some of which have been open for over 3 years!). However if you do find new information pertaining to an outstanding bug, PLEASE REPORT IT!

Do not waste your time with any grayed out bugs in the list as they are usually enhancement bugs or something similar that detail implementation of a feature rather than an existing issue.

The projected goal is to report and complete the status of all current open bugs on this list by February 5th. Let's see if we can pull together and help get the ball rolling even faster towards an Odamex 0.5 release.

70

Devoblog / Odamex moves to 0.4.4!

« on: December 26, 2009, 20:29:44 »
** This is a required update **

The fifth, and likely, the last release in the 0.4.X series of Odamex, 0.4.4 introduces some important fixes for server administrators and players.

Odamex 0.4.4 comes with the usual code optimization and bug fixes, as well as improvements related to client/server sector desyncs and dehacked support.

The Odamex client comes with a few fixes which include weapon sorting issues, a working reimplementation of spynext in coop, server disconnects, and crashes which affected Linux users.

Important changes for server administrators are included in 0.4.4, including fixes for a variety of memory leaks which were found since the release of 0.4.3. Odamex 0.4.4 also corrects a crash which occured on win32 machines when using the "clearmaplist" command. It appears that the infamous bug which spawned random objects in capture the flag mode has potentially been resolved as well.

An additional cvar, sv_unblockplayers, allows server administrators to make it so that players may pass through eachother. This may be useful to prevent players from stopping forward progression by problematic players in cooperative mode.

The launcher received a significant number of fixes and optimizations since the last version, notably with improved Mac OSX support.

There's much more technical and smaller fixes in this release! Check out a more extensive list in the release page or the complete listing using our svn changelog.

The Odamex team would like to remind our users that the Odamex project thrives off of user input, particularly when it comes to resolving bugs in the engine. If you would like to be involved in helping Odamex's development move forward, please take a moment to sign up for the Odamex Bug Tracker. The team refers to the bug tracker to determine how development should move forward. If you come across something odd or broken that is not listed in the tracker, please submit as much information as you can! Odamex can only truly succeed with the help of dedicated users!

If you are interested in tracking official Odamex news releases more easily, you can subscribe to updates in a variety of ways:

1) You can subscribe to the Odamex releases rss feed.

2) You can receive email alerts (requires a sourceforge account or an openid).

3) Join the Odamex Facebook group.
71

Devoblog / Doomseeker 0.5b beta released; adds Mac OSX support

« on: December 09, 2009, 21:17:44 »
The cross-platform server browser, Doomseeker, has been updated to include even more support. With the release of the Doomseeker 0.5b beta (revision 364), the powerful browser now has Mac OSX support thanks to the efforts of our Hyper_Eye.

On top of support for Mac OSX, Doomseeker also has improved stability among a variety of other changes.

The changelog,download links, and discussion for this beta of Doomseeker 0.5b can be found in this development blog.
72
map08 of icarus is also very annoying in coop with the yellow key teleporter maze
73

Devoblog / Doomseeker 0.2a; now with Odamex support

« on: May 24, 2009, 11:31:56 »
The new cross-platform server browser, Doomseeker, has just been released with support for the current version of Odamex.

Doomseeker boasts some of the fastest speeds seen on server browsers yet. Other useful features of the browser are a search filter for servers, buddy lists, and plugin support for other multiplayer engines. Doomseeker also utilizes Wadseeker, a quick, GetWAD alternative.

Doomseeker appears to be a nice alternative to those who do not prefer the native Odamex launcher or IDE. To download Doomseeker, visit their download page to select your platform.
74

Devoblog / Apple OS X package available once again!

« on: April 16, 2009, 18:45:03 »
After an eighteen month wait, Odamex has an official Mac OS X package once again! The package works on both x86 and PPC systems and has been confirmed to work with OS X 10.4 and higher.

This has been one of the most frequently received requests from our players. Many thanks go to Hyper_Eye who took the time to prepare and package Odamex for our loyal (and patient) Mac users.

To grab the package, click the Apple at the top of our home page.
75
No, the Odaball spawn would have its own special thing type
Pages: 1 ... 3 4 [5] 6 7 ... 9