Advertisement
Guest User

Untitled

a guest
Jun 19th, 2018
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.52 KB | None | 0 0
  1.  
  2. appfat.cpp: Fatal application errors.
  3. automap.cpp: Automap.
  4. capture.cpp: Screenshots.
  5. codec.cpp: Encoding and decoding of save files.
  6. control.cpp: UI controls.
  7. cursor.cpp: Mouse cursor actions.
  8. dead.cpp: Dead bodies on ground.
  9. debug.cpp: Debug functions.
  10. diablo.cpp: Main functions of the game.
  11. doom.cpp: The doom quest.
  12. drlg_l1.cpp: Dynamic random level generation of cathedral.
  13. drlg_l2.cpp: Dynamic random level generation of catacombs.
  14. drlg_l3.cpp: Dynamic random level generation of caves.
  15. drlg_l4.cpp: Dynamic random level generation of hell.
  16. dthread.cpp: Dungeon thread management.
  17. dx.cpp: DirectX initialization.
  18. effects.cpp: Sound effects.
  19. encrypt.cpp: MPQ encryption.
  20. engine.cpp: CEL decoding, PRNG, memory management.
  21. error.cpp: Error dialogues used by shrines.
  22. exception.cpp: Exception handling.
  23. gamemenu.cpp: Main game menu (e.g. single player, multi player).
  24. gendung.cpp: Dungeon generation utility functions.
  25. gmenu.cpp: In-game menu.
  26. help.cpp: Help screen.
  27. hero.cpp: Hero information.
  28. init.cpp: General initialization.
  29. interfac.cpp: Cut-scenes and progress bar interface.
  30. inv.cpp: Inventory.
  31. items.cpp: Items.
  32. lighting.cpp: Lighting effects.
  33. loadsave.cpp: Save file handling.
  34. mainmenu.cpp: Main menu.
  35. minitext.cpp: Medium-sized text rendering.
  36. missiles.cpp: Projectiles (e.g. arrow, firebolt).
  37. monster.cpp: Monsters.
  38. movie.cpp: Movie playback.
  39. mpqapi.cpp: MPQ functions.
  40. msg.cpp: Network messages.
  41. multi.cpp: Multi-player functions.
  42. nthread.cpp: Network thread management.
  43. objects.cpp: Objects (e.g. door, chest).
  44. palette.cpp: Colour palettes.
  45. path.cpp: Path finding.
  46. pfile.cpp: Player save file.
  47. player.cpp: Players (i.e. character/hero).
  48. plrmsg.cpp: Chat messages.
  49. portal.cpp: Town portals.
  50. quests.cpp: Quests.
  51. scrollrt.cpp: Drawing functions.
  52. setmaps.cpp: Place objects in quest areas.
  53. sha1.cpp: SHA1 hash algorithm.
  54. sound.cpp: Sounds.
  55. spell.cpp: Spells.
  56. stores.cpp: Stores (i.e. NPC item sales).
  57. sync.cpp: Network synchronization.
  58. themes.cpp: Dungeon themes (e.g. paintings on walls, armor stands).
  59. tmsg.cpp: Temporary network messages.
  60. town.cpp: Town rendering.
  61. towners.cpp: Town NPCs.
  62. track.cpp: Movement tracks.
  63. trigs.cpp: Dungeon triggers (e.g. stairways, red portal).
  64. wave.cpp: WAVE audio file parsing.
  65. world.cpp: Game world rendering.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement