Commits on Source (45)
-
Lactozilla authored
Code reorganization Implement multiplayer support Implement support for global text prompts Implement support for talk sounds
-
Lactozilla authored
Increase MAX_PROMPT_PICS
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
Ignore conversations if they lack pages
-
Lactozilla authored
Add 'executelinedef' to pages
-
Lactozilla authored
-
Lactozilla authored
Add G_IsGameControl as a shortcut to check if either gamecontrol is down Support GC_FORWARD and GC_BACKWARD as up/down in text prompt choices Improve splitscreen support
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
Now text speed 0 is used to type text immediately. Text speed >= 1 works as it did before, but offset by one.
-
Lactozilla authored
Make Tokenizer_Read capture quotation marks as individual tokens Make DIALOGUE parser more strict about capturing strings Make DIALOGUE parser treat identifiers and keywords as case-insensitive Support multi-line page dialogs
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
Split code out of m_misc.c into m_writebuffer.c Turned text buffer variables into a struct Use F_DrawDialogText for speaker name and choices strings Support multiline strings and color commands in page 'name' and choices 'text'
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
Added support for using textures as conversation icons Implemented V_DrawTexture Misc. cleanup
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
-
Lactozilla authored
Showing
- doc/specs/usdf-srb2.txt 143 additions, 0 deletionsdoc/specs/usdf-srb2.txt
- src/CMakeLists.txt 4 additions, 0 deletionssrc/CMakeLists.txt
- src/Sourcefile 4 additions, 0 deletionssrc/Sourcefile
- src/console.c 2 additions, 2 deletionssrc/console.c
- src/d_main.c 5 additions, 1 deletionsrc/d_main.c
- src/d_player.h 3 additions, 0 deletionssrc/d_player.h
- src/deh_soc.c 148 additions, 204 deletionssrc/deh_soc.c
- src/doomstat.h 56 additions, 19 deletionssrc/doomstat.h
- src/f_finale.c 114 additions, 722 deletionssrc/f_finale.c
- src/f_finale.h 0 additions, 8 deletionssrc/f_finale.h
- src/g_game.c 127 additions, 10 deletionssrc/g_game.c
- src/g_game.h 1 addition, 1 deletionsrc/g_game.h
- src/g_input.c 10 additions, 0 deletionssrc/g_input.c
- src/g_input.h 3 additions, 0 deletionssrc/g_input.h
- src/hardware/hw_cache.c 3 additions, 3 deletionssrc/hardware/hw_cache.c
- src/hardware/hw_draw.c 211 additions, 23 deletionssrc/hardware/hw_draw.c
- src/hardware/hw_main.h 1 addition, 0 deletionssrc/hardware/hw_main.h
- src/hardware/hw_md2.c 8 additions, 2 deletionssrc/hardware/hw_md2.c
- src/hu_stuff.c 3 additions, 4 deletionssrc/hu_stuff.c
- src/lua_baselib.c 78 additions, 0 deletionssrc/lua_baselib.c
doc/specs/usdf-srb2.txt
0 → 100644
This diff is collapsed.