Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-01-28 | Avoid conflict with stdc time function | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 352 | |||
2006-01-27 | Exit with an error when playing a demo with the wrong version, like Vanilla Doom | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 351 | |||
2006-01-27 | Fix compiler warning due to missing include | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 348 | |||
2006-01-27 | dehacked replacements for switch texture names | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 346 | |||
2006-01-25 | Allow overriding the animation texture/flat names via dehacked | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 344 | |||
2006-01-24 | More endianness fixes | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 342 | |||
2006-01-23 | Include the config header so that endianness is dealt with correctly | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 340 | |||
2006-01-23 | Fix bug when expanding large sound effects with odd sample rates | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 338 | |||
2006-01-23 | Rearrange the order of startup code to allow replacing the IWAD filename | Simon Howard | |
via dehacked Subversion-branch: /trunk/chocolate-doom Subversion-revision: 336 | |||
2006-01-23 | Make the network waiting screen not thrash the CPU so much. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 335 | |||
2006-01-23 | Allow changing the names of level lump names via dehacked. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 334 | |||
2006-01-23 | Fix dehacked sky replacement | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 332 | |||
2006-01-23 | More dehacked text substitutions for finale text names | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 330 | |||
2006-01-22 | Allow changing of all menu graphic lumps via dehacked | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 328 | |||
2006-01-22 | Allow changing the status bar graphic lumps via dehacked | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 326 | |||
2006-01-22 | Allow changing the sky texture names via dehacked patches | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 324 | |||
2006-01-22 | Periodically request the time from clients to estimate their offset to | Simon Howard | |
the server time. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 323 | |||
2006-01-22 | Dehacked string replacements for menu graphic lump names | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 322 | |||
2006-01-22 | Dehacked string replacements for intermission screen graphic lumps | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 320 | |||
2006-01-22 | Dehacked string replacements for sound and music lump names | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 318 | |||
2006-01-22 | Dehacked string replacements for startup messages, IWAD names, demo | Simon Howard | |
names and backgrounds Subversion-branch: /trunk/chocolate-doom Subversion-revision: 316 | |||
2006-01-22 | Catch calls to DEH_String before DEH_Init is called | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 314 | |||
2006-01-21 | Add first game data sending code. Check the client version when connecting. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 312 | |||
2006-01-21 | Remove SAVESTRINGSIZE (now defined in p_saveg.h) | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 311 | |||
2006-01-20 | Import differences from stable branch. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 309 | |||
2006-01-19 | Move savegame header read/write code into p_saveg.c | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 300 | |||
2006-01-19 | Remove now-redundant note about structure packing. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 299 | |||
2006-01-19 | Add functions to r/w structures to the savegame buffer, rather than | Simon Howard | |
copying the raw structures. This way, we read and write to the DOS savegame format always, regardless of the compiler and processor architecture, to ensure Vanilla compatibility. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 298 | |||
2006-01-16 | Write icon data as hex numbers, rather than decimal | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 297 | |||
2006-01-16 | Vanilla savegame load/save | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 296 | |||
2006-01-14 | Include the game version in the settings structure. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 295 | |||
2006-01-14 | Set the window caption and title | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 294 | |||
2006-01-14 | Detect if disconnected from the server while waiting for the game start. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 293 | |||
2006-01-14 | Change the format of color commands. Reorganise the waiting dialog. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 292 | |||
2006-01-13 | Add text-mode I/O functions. | Simon Howard | |
Use text-mode screen for the waiting screen. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 291 | |||
2006-01-13 | Fix game start packet parsing logic. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 290 | |||
2006-01-13 | Textscreen getchar() function; remove SDL code from I_Endoom. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 289 | |||
2006-01-13 | Update prototypes to match header. Make sure we include the header in the | Simon Howard | |
source file. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 288 | |||
2006-01-13 | Signed integer read functions. Use these when reading ticcmd diffs. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 287 | |||
2006-01-13 | Only accept sane player values when starting a new game. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 286 | |||
2006-01-12 | Only start new games when in the waiting-for-start state. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 285 | |||
2006-01-12 | Game start packets | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 284 | |||
2006-01-12 | Combine mouse motion for tics into single events. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 283 | |||
2006-01-12 | Interpret the dehacked "max health" setting properly. | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 282 | |||
2006-01-11 | ticcmd diffs: allow compare and patching ticcmds, and reading/writing | Simon Howard | |
ticdiffs to packets. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 281 | |||
2006-01-10 | Shut up compiler warnings | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 280 | |||
2006-01-10 | Reliable packet transport mechanism | Simon Howard | |
Subversion-branch: /trunk/chocolate-doom Subversion-revision: 279 | |||
2006-01-09 | Send clients their player number, and indicate on the waiting screen | Simon Howard | |
which client we are. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 278 | |||
2006-01-09 | Deduce a sane player name by examining environment variables. Add | Simon Howard | |
a "player_name" setting to chocolate-doom.cfg. Transmit the name to the server and use the names players send in the waiting data list. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 277 | |||
2006-01-08 | Strip carriage returns from the end of lines when reading configuration | Simon Howard | |
files. Subversion-branch: /trunk/chocolate-doom Subversion-revision: 276 |