root/trunk/src/birth.c


Mode:

Legend:

Added
Modified
Copied or renamed
Rev Chgset Date Author Log Message
(edit) @987 [987] 08/05/08 14:26:44 takkaria - Remove a pointless variable - Make all torches always start with …
(edit) @975 [975] 07/04/08 04:18:27 shanoah Get rid of a bunch of compiler warnings.
(edit) @930 [930] 05/17/08 11:34:20 takkaria Clear up yet more warnings and whitespace issues.
(edit) @918 [918] 05/17/08 09:08:23 takkaria Use consistent newlines everywhere, and also set the svn:eol-style …
(edit) @912 [912] 05/17/08 08:28:47 takkaria (#275) Rejig social status a bit. Social status depends entirely on …
(edit) @895 [895] 05/11/08 22:23:55 takkaria Fix #44: (by Rowan Beentje) - Replace all instances of rand_int() with …
(edit) @887 [887] 05/11/08 20:38:58 takkaria Move the tval/sval declarations to a separate file.
(edit) @885 [885] 05/10/08 18:21:44 takkaria Restore starting gold to 200.
(edit) @844 [844] 04/28/08 11:57:51 ajps Removal of quickstart's inheritance misfeature.
(edit) @823 [823] 03/29/08 14:31:12 takkaria Renumber the flag constants to start at RF0_. I've played with this …
(edit) @815 [815] 03/25/08 12:09:16 ajps THe next stage of "fixing" bug #348, the "improved abstraction of the UI" …
(edit) @789 [789] 03/18/08 12:21:03 takkaria Stage one in the big flags1...6 to [0]-[5] move: (Kenneth Boyd) - Add …
(edit) @774 [774] 03/12/08 17:52:44 takkaria - Reset the turn in player_wipe(). - Change character dump's indent …
(edit) @756 [756] 03/12/08 15:56:19 takkaria Add bits of a patch sent by Shanoah: - Add a MN_NULL constant so we can …
(edit) @700 [700] 02/08/08 08:28:10 takkaria Make the player actually always start with at least 200AU. (closes #452)
(edit) @698 [698] 02/08/08 08:12:45 takkaria Add Nick McConnell?'s mouse button patch. This adds FA-style buttons at …
(edit) @691 [691] 02/06/08 12:43:24 takkaria Point-based character generation is equivalent to best available from …
(edit) @636 [636] 12/23/07 18:14:14 takkaria Commit the history/notes patch by J.D. White. (closes #10)
(edit) @617 [617] 12/21/07 20:35:38 takkaria Make a note of the main game code now being GPL-clean.
(edit) @568 [568] 09/17/07 07:49:44 takkaria Make point-based points worth less gold.
(edit) @563 [563] 09/17/07 07:46:36 takkaria Stop being needlessly cruel to players -- make the torches in the …
(edit) @542 [542] 08/24/07 07:20:46 ajps Split out ui-event and ui-menu from ui.c, partly in preparation for other …
(edit) @505 [505] 08/12/07 05:41:12 takkaria Finally remove script.h, and move the x-spell defines to externs.h. Remove …
(edit) @500 [500] 08/11/07 17:33:30 takkaria Commit the new savefile code. (#30) Currently incorporated only on the …
(edit) @404 [404] 07/28/07 19:19:51 takkaria Add item history tracking, ported (and simplified a bit) from Ey. (closes …
(edit) @399 [399] 07/28/07 16:28:09 takkaria Merge changes [324]-[396] from the angband-3.0.8 branch.
(edit) @333 [333] 07/13/07 12:47:13 takkaria Auto-wield birth items. (closes #24)
(edit) @304 [304] 07/08/07 12:00:20 takkaria Fix tabs in birth.c.
(edit) @303 [303] 07/08/07 11:51:57 takkaria Add quickstart. (closes #28)
(edit) @246 [246] 07/02/07 08:13:11 ajps Added help text for different roller types and linked to it from the birth …
(edit) @215 [215] 06/23/07 11:05:11 ajps Further birth improvements - the 'stepping back' function is now more …
(edit) @206 [206] 06/22/07 03:47:48 ajps Birth 'improvements'. A few minor bugfixes, and the adoption of ESC as a …
(edit) @199 [199] 06/21/07 19:54:51 takkaria Fix nits in #159.
(edit) @169 [169] 06/09/07 08:26:51 takkaria Fix some menu bugs (#128): * Options submenus should use a, b, c etc. * …
(edit) @156 [156] 06/06/07 09:15:50 takkaria Fix #56: * Stop squelching items in the pack without choice. Mark items …
(edit) @136 [136] 05/14/07 03:31:20 takkaria Minimise use of insecure string functions (#45).
(edit) @135 [135] 05/14/07 03:27:00 takkaria Prompt for overwriting an existing savefile (ajps' patch). Closes #87.
(edit) @134 [134] 05/14/07 03:18:32 takkaria * Create cmd0.c, with new command lists and command menu code. (closes …
(edit) @132 [132] 05/12/07 10:36:48 takkaria Integrate roller menu better. (closes #117)
(edit) @120 [120] 05/07/07 12:00:03 ajps Random name generator now available for character names - this required …
(edit) @111 [111] 05/05/07 15:38:08 pmac Fix -pedantic compiler warnings.
(edit) @66 [66] 04/22/07 22:17:29 pmac Fix birth menu nits from newsgroup (#94)
(edit) @59 [59] 04/22/07 11:24:42 pmac - Added ego lite support - Added 'selections' to store menus - Fixed …
(edit) @54 [54] 04/21/07 16:48:22 takkaria Fix some low-hanging fruit mentioned by Hallvard Furuseth.
(edit) @48 [48] 04/19/07 12:56:23 takkaria * Fix logic in my_fexists() * Ammo in stores is now treated in groups of …
(edit) @36 [36] 04/09/07 10:03:24 takkaria First go with #6. This still has some problems, especially with …
(edit) @33 [33] 04/08/07 00:31:48 pmac Replace poorly named key_event class with event_type (per code review)
(edit) @30 [30] 04/02/07 23:25:43 pmac - Mouse on OSX does not follow screen drags. - Check in hp_changes_color …
(edit) @28 [28] 04/01/07 20:10:52 pmac Replaced "quality squelch" UI with new menu API as a first real test for …
(edit) @27 [27] 03/31/07 14:11:05 pmac Added real event handling for UI changes. - mouse and other event …
(edit) @22 [22] 03/29/07 03:20:15 pmac Some bug fixes = - birth menu does not go back properly - ui.c const …
(edit) @21 [21] 03/28/07 12:24:22 pmac Fixed stupid cut-and-paste error that caused "random" sex to always be …
(edit) @20 [20] 03/28/07 12:14:46 pmac Eliminated "get_player_choice" in birth.c Cleaned up bugs found in ui.c as …
(edit) @11 [11] 03/25/07 09:42:43 takkaria Replace all uses of strcat() with my_strcat().
(add) @1 [1] 03/23/07 16:50:26 takkaria Angband 3.0.7s3.
Note: See TracRevisionLog for help on using the revision log.