root/trunk/src

Name Size Rev Age Last Change
../
doc 663 4 months takkaria: Add .c files to the list of files doxygen looks at, and exclude the tests …
gtk 878 2 weeks shanoah: Correct the location of the icons in the gtk port, to match the new file …
osx 884 1 week takkaria: Add new, better, Mr. Att icons, for the OS X port. (Thanks to ajps, …
tests 585 8 months takkaria: Generalise the testsuite a bit; patch by Fennec on IRC.
win 489 9 months ctate: * Guard types.h against multiple inclusion * Widespread cleanup of …
angband.h 1.9 kB 676 4 months takkaria: - Move out the value_check_aux*() functions to obj-make.c (though I'm …
angband.ico 0.7 kB 1 1 year takkaria: Angband 3.0.7s3.
angband.man 3.6 kB 662 4 months takkaria: Add the angband man page from the debian packaging. (Thanks to Manoj …
attack.c 23.5 kB 899 19 hours takkaria: - Add "terror" timed effect. This is fear + small speed boost. - Add …
birth.c 39.7 kB 895 5 days takkaria: Fix #44: (by Rowan Beentje) - Replace all instances of rand_int() with …
bitflag.h 1.0 kB 789 2 months takkaria: Stage one in the big flags1...6 to [0]-[5] move: (Kenneth Boyd) - Add …
button.c 5.5 kB 756 2 months takkaria: Add bits of a patch sent by Shanoah: - Add a MN_NULL constant so we can …
cave.c 95.3 kB 895 5 days takkaria: Fix #44: (by Rowan Beentje) - Replace all instances of rand_int() with …
cmd0.c 14.3 kB 864 2 weeks takkaria: Some more simplification of the menu API. Remove the registry of …
cmd1.c 16.3 kB 895 5 days takkaria: Fix #44: (by Rowan Beentje) - Replace all instances of rand_int() with …
cmd2.c 40.4 kB 895 5 days takkaria: Fix #44: (by Rowan Beentje) - Replace all instances of rand_int() with …
cmd3.c 18.9 kB 887 5 days takkaria: Move the tval/sval declarations to a separate file.
cmd4.c 95.2 kB 887 5 days takkaria: Move the tval/sval declarations to a separate file.
cmd5.c 13.9 kB 895 5 days takkaria: Fix #44: (by Rowan Beentje) - Replace all instances of rand_int() with …
cmd6.c 6.7 kB 895 5 days takkaria: Fix #44: (by Rowan Beentje) - Replace all instances of rand_int() with …
cmd-obj.c 15.4 kB 887 5 days takkaria: Move the tval/sval declarations to a separate file.
cmds.h 2.5 kB 609 8 months takkaria: Update cmds.h.
compress.c 10.4 kB 510 9 months takkaria: Add some compression code, stolen from liblzf. This brings the code added …
compress.h 1.9 kB 510 9 months takkaria: Add some compression code, stolen from liblzf. This brings the code added …
config.h 3.5 kB 521 9 months takkaria: Clean up config.h a bit, and remove the …
death.c 9.3 kB 869 2 weeks takkaria: Simply the menu API again -- remove the menu ID values.
debug.c 1.2 kB 571 8 months takkaria: Add a simple debugging package.
debug.h 0.5 kB 571 8 months takkaria: Add a simple debugging package.
defines.h 59.1 kB 907 9 hours takkaria: This is the big object list reordering. Savefile compat broken for …
dungeon.c 39.4 kB 901 18 hours takkaria: Add the IMPAIR_HP and IMPAIR_MANA, and change the regeneration algorithm: …
effects.c 36.6 kB 903 11 hours takkaria: Add a new effect and a stub for another.
effects.h 1.0 kB 755 2 months GabeCunningham: Fix #407: Detection now gives a message when nothing is detected, as long …
externs.h 21.9 kB 899 19 hours takkaria: - Add "terror" timed effect. This is fear + small speed boost. - Add …
files.c 56.5 kB 887 5 days takkaria: Move the tval/sval declarations to a separate file.
game-cmd.c 214 bytes 539 9 months ajps: Forgot to add these two files as part of [538]
game-cmd.h 1.6 kB 815 2 months ajps: THe next stage of "fixing" bug #348, the "improved abstraction of the UI" …
game-event.c 4.0 kB 817 2 months ajps: Proper fix for #413 (segfaulting in game-event.c).
game-event.h 3.6 kB 817 2 months ajps: Proper fix for #413 (segfaulting in game-event.c).
generate.c 72.2 kB 895 5 days takkaria: Fix #44: (by Rowan Beentje) - Replace all instances of rand_int() with …
h-basic.h 5.6 kB 592 8 months takkaria: Some cleanup, and an optimistic use of the uint64_t type.
HEADER 0.5 kB 475 9 months takkaria: Add HEADER file, which has the canonical file header.
history.c 9.0 kB 653 4 months takkaria: Further work on #430: - Clean up object_desc() calls by using the new …
init1.c 96.8 kB 904 10 hours takkaria: Add AFRAID flag, which induces perma-fear.
init2.c 34.1 kB 893 5 days takkaria: Replace some "generic" parse errors with more specific ones.
init.h 5.2 kB 893 5 days takkaria: Replace some "generic" parse errors with more specific ones.
list-effects.h 17.7 kB 903 11 hours takkaria: Add a new effect and a stub for another.
load.c 37.1 kB 907 9 hours takkaria: This is the big object list reordering. Savefile compat broken for …
loadsave.c 36.9 kB 849 3 weeks takkaria: Move the monster spell flags into their own spell array. Patch by Kenneth …
main-crb.c 102.9 kB 850 3 weeks takkaria: Commit the latest work on the OS X port by Rowan Beentje: - Fix #545: …
main-gcu.c 17.0 kB 507 9 months takkaria: Update file headers to the new GPL template for files which are 100%, …
main-ros.c 189.7 kB 861 2 weeks takkaria: Remove now-pointless RISC OS-specific workarounds for a no-longer-used …
main-sdl.c 79.4 kB 766 2 months takkaria: Fix the font menu in the SDL port. (Patch by Iain)
main-win.c 96.0 kB 542 9 months ajps: Split out ui-event and ui-menu from ui.c, partly in preparation for other …
main-x11.c 52.1 kB 839 3 weeks takkaria: Fix #508: - Fix x11 compiling under OS X.
main-xxx.c 21.1 kB 664 4 months takkaria: Remove main-xaw.c. (#62)
main.c 8.6 kB 790 2 months takkaria: Get main-gtk compiling again, and remove a now-unnecessary check on the …
main.h 1.6 kB 664 4 months takkaria: Remove main-xaw.c. (#62)
Makefile 0.6 kB 782 2 months takkaria: Add the basics of a debian package to SVN. This works OK but is far from …
Makefile.inc 13.6 kB 887 5 days takkaria: Move the tval/sval declarations to a separate file.
Makefile.nmake 0.9 kB 437 10 months ctate: "clean" target in the NMAKE makefile now deletes the compiled resource …
Makefile.osx 5.4 kB 894 5 days takkaria: Make OS X always give us the correct home directory. Fixes #384, with …
Makefile.ros 1.8 kB 139 1 year ajps: Makefile to allow native RISC OS compiling
Makefile.src 1.7 kB 834 1 month takkaria: Remove the maid-x11.* files, incorporate into main-x11.c.
Makefile.std 4.1 kB 834 1 month takkaria: Remove the maid-x11.* files, incorporate into main-x11.c.
Makefile.win 2.0 kB 657 4 months takkaria: Commit Jonathan Deonarine's patch to make Angband compile in Cygwin again.
melee1.c 25.8 kB 895 5 days takkaria: Fix #44: (by Rowan Beentje) - Replace all instances of rand_int() with …
melee2.c 96.5 kB 895 5 days takkaria: Fix #44: (by Rowan Beentje) - Replace all instances of rand_int() with …
monster1.c 33.0 kB 908 9 hours takkaria: (#596) Make monster XP and native depth obvious.
monster2.c 54.0 kB 895 5 days takkaria: Fix #44: (by Rowan Beentje) - Replace all instances of rand_int() with …
obj-desc.c 17.6 kB 906 9 hours takkaria: Describe the new object flags.
obj-info.c 17.9 kB 907 9 hours takkaria: This is the big object list reordering. Savefile compat broken for …
obj-make.c 31.9 kB 907 9 hours takkaria: This is the big object list reordering. Savefile compat broken for …
obj-ui.c 28.8 kB 887 5 days takkaria: Move the tval/sval declarations to a separate file.
obj-util.c 68.9 kB 907 9 hours takkaria: This is the big object list reordering. Savefile compat broken for …
object.h 5.2 kB 896 5 days takkaria: Allow textual tval/kind names to be specified in artifact.txt.
option.c 25.4 kB 717 3 months takkaria: Fix #450: - Enable level feelings again. - Use the OAngband level …
option.h 7.1 kB 717 3 months takkaria: Fix #450: - Enable level feelings again. - Use the OAngband level …
pathfind.c 32.5 kB 810 2 months mikon: * removed some unused pickup parameters; fixed comments
randart.c 35.8 kB 907 9 hours takkaria: This is the big object list reordering. Savefile compat broken for …
randname.c 17.6 kB 895 5 days takkaria: Fix #44: (by Rowan Beentje) - Replace all instances of rand_int() with …
randname.h 1.1 kB 175 1 year ajps: Cleanup: Stopped a compiler warning and tried to comply better with the …
save.c 17.8 kB 849 3 weeks takkaria: Move the monster spell flags into their own spell array. Patch by Kenneth …
score.c 14.9 kB 674 4 months takkaria: Move the high_score struct into score.c, since that's where it belongs.
signals.c 6.9 kB 500 9 months takkaria: Commit the new savefile code. (#30) Currently incorporated only on the …
snd-sdl.c 6.7 kB 895 5 days takkaria: Fix #44: (by Rowan Beentje) - Replace all instances of rand_int() with …
spells1.c 89.0 kB 902 14 hours takkaria: (#588) Add player vulnerabilities for the base four elements. Not used …
spells2.c 72.1 kB 899 19 hours takkaria: - Add "terror" timed effect. This is fear + small speed boost. - Add …
squelch.c 19.8 kB 887 5 days takkaria: Move the tval/sval declarations to a separate file.
store.c 59.8 kB 895 5 days takkaria: Fix #44: (by Rowan Beentje) - Replace all instances of rand_int() with …
tables.c 29.3 kB 891 5 days takkaria: Fix #140: Move store stocking information into an external edit file, at …
target.c 28.0 kB 823 2 months takkaria: Renumber the flag constants to start at RF0_. I've played with this …
trap.c 7.6 kB 895 5 days takkaria: Fix #44: (by Rowan Beentje) - Replace all instances of rand_int() with …
tvalsval.h 8.4 kB 907 9 hours takkaria: This is the big object list reordering. Savefile compat broken for …
types.h 29.2 kB 902 14 hours takkaria: (#588) Add player vulnerabilities for the base four elements. Not used …
ui-birth.c 26.2 kB 895 5 days takkaria: Fix #44: (by Rowan Beentje) - Replace all instances of rand_int() with …
ui-birth.h 113 bytes 818 2 months ajps: Added ui-birth.h - should've been part of r815.
ui-event.c 2.0 kB 871 2 weeks takkaria: Remove an unused paramater from run_event_loop().
ui-event.h 1.7 kB 871 2 weeks takkaria: Remove an unused paramater from run_event_loop().
ui-menu.c 20.2 kB 871 2 weeks takkaria: Remove an unused paramater from run_event_loop().
ui-menu.h 7.9 kB 869 2 weeks takkaria: Simply the menu API again -- remove the menu ID values.
ui.c 2.1 kB 542 9 months ajps: Split out ui-event and ui-menu from ui.c, partly in preparation for other …
ui.h 1.2 kB 542 9 months ajps: Split out ui-event and ui-menu from ui.c, partly in preparation for other …
util.c 65.8 kB 877 2 weeks takkaria: Add some more colour names for the edit files.
variable.c 15.4 kB 856 3 weeks takkaria: #433: - Remove individual-shopkeeper and race-based price changes from …
wiz-spoil.c 16.4 kB 887 5 days takkaria: Move the tval/sval declarations to a separate file.
wiz-stats.c 5.7 kB 890 5 days takkaria: Get the statistics bit working again.
wizard.c 33.9 kB 905 10 hours takkaria: Add a new testing function to wizard.c.
wizard.h 225 bytes 605 8 months takkaria: Commit wizard.h (oops, and sorry!). #402
x-spell.c 27.3 kB 895 5 days takkaria: Fix #44: (by Rowan Beentje) - Replace all instances of rand_int() with …
xtra1.c 39.9 kB 904 10 hours takkaria: Add AFRAID flag, which induces perma-fear.
xtra2.c 45.6 kB 899 19 hours takkaria: - Add "terror" timed effect. This is fear + small speed boost. - Add …
xtra3.c 34.3 kB 899 19 hours takkaria: - Add "terror" timed effect. This is fear + small speed boost. - Add …
z-blockfile.c 5.8 kB 507 9 months takkaria: Update file headers to the new GPL template for files which are 100%, …
z-blockfile.h 5.1 kB 569 8 months takkaria: Add a doxygen configuration file, doc/ directory, and a makefile target to …
z-file.c 15.3 kB 894 5 days takkaria: Make OS X always give us the correct home directory. Fixes #384, with …
z-file.h 6.1 kB 569 8 months takkaria: Add a doxygen configuration file, doc/ directory, and a makefile target to …
z-form.c 18.0 kB 346 10 months takkaria: Review and alter memory handling: * No-one ever needs to worry about OOM …
z-form.h 1.4 kB 569 8 months takkaria: Add a doxygen configuration file, doc/ directory, and a makefile target to …
z-msg.c 3.4 kB 650 4 months takkaria: Change the licence of z-msg to BSD rather than GPL/Angband, for added …
z-msg.h 6.1 kB 569 8 months takkaria: Add a doxygen configuration file, doc/ directory, and a makefile target to …
z-quark.c 1.4 kB 507 9 months takkaria: Update file headers to the new GPL template for files which are 100%, …
z-quark.h 422 bytes 455 9 months takkaria: Move the quark package out to z-quark.c, making it expand as necessary in …
z-rand.c 9.4 kB 895 5 days takkaria: Fix #44: (by Rowan Beentje) - Replace all instances of rand_int() with …
z-rand.h 2.1 kB 895 5 days takkaria: Fix #44: (by Rowan Beentje) - Replace all instances of rand_int() with …
z-smap.c 9.7 kB 516 9 months takkaria: Break the new savefile format again: * Make smap_tostring() and …
z-smap.h 1.7 kB 516 9 months takkaria: Break the new savefile format again: * Make smap_tostring() and …
z-term.c 55.9 kB 542 9 months ajps: Split out ui-event and ui-menu from ui.c, partly in preparation for other …
z-term.h 8.1 kB 542 9 months ajps: Split out ui-event and ui-menu from ui.c, partly in preparation for other …
z-type.c 1.2 kB 845 3 weeks ajps: Clear the region of screen a panel is about to be printed onto. Fixes …
z-type.h 0.7 kB 453 9 months takkaria: Use header file guards in all header files, and use a consistent naming …
z-util.c 7.1 kB 670 4 months takkaria: - Move ang_sort() & co into z-util.c. (not perfect, but better) - Split …
z-util.h 2.2 kB 670 4 months takkaria: - Move ang_sort() & co into z-util.c. (not perfect, but better) - Split …
z-virt.c 2.8 kB 346 10 months takkaria: Review and alter memory handling: * No-one ever needs to worry about OOM …
z-virt.h 3.2 kB 768 2 months takkaria: Fix up the way z-virt.h does FREE()ing to make it a little more …
Note: See TracBrowser for help on using the browser.