home
·
contact
·
privacy
projects
/
plomrogue
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
Applied new formatting and documentation rules to misc module.
[plomrogue]
/
src
/
2013-07-29
Christian Heller
Applied new formatting and documentation rules to misc...
tree
|
commitdiff
2013-07-29
Christian Heller
Applied new formatting and documentation requirements...
tree
|
commitdiff
2013-07-29
Christian Heller
Removed false descriptions and added TODOs to draw_wins...
tree
|
commitdiff
2013-07-29
Christian Heller
Minor formatting change.
tree
|
commitdiff
2013-07-29
Christian Heller
Added file new comment to draw_wins.c
tree
|
commitdiff
2013-07-29
Christian Heller
Applied new indentation rule to draw_map_objects().
tree
|
commitdiff
2013-07-29
Christian Heller
Applied new formatting and documentation rules to draw_...
tree
|
commitdiff
2013-07-25
Christian Heller
Corrected map generation algorithm description.
tree
|
commitdiff
2013-07-25
Christian Heller
Improved comment precision.
tree
|
commitdiff
2013-07-25
Christian Heller
Applied new style and documentation requirements to...
tree
|
commitdiff
2013-07-25
Christian Heller
Minor stylistic consistency correction.
tree
|
commitdiff
2013-07-25
Christian Heller
Enforced new indentation rules.
tree
|
commitdiff
2013-07-25
Christian Heller
Enforced three empty lines between functions / large...
tree
|
commitdiff
2013-07-25
Christian Heller
Enforced width limit on a comment.
tree
|
commitdiff
2013-07-25
Christian Heller
Applied new style and documentation rules to the "windo...
tree
|
commitdiff
2013-07-23
Christian Heller
More documentation and re-styling of code.
tree
|
commitdiff
2013-07-23
Christian Heller
More documentation and re-styling of code according...
tree
|
commitdiff
2013-07-22
Christian Heller
More code re-styling and documentation.
tree
|
commitdiff
2013-07-21
Christian Heller
Minor code-stylistic adjustment.
tree
|
commitdiff
2013-07-21
Christian Heller
Removed unneeded AND operation.
tree
|
commitdiff
2013-07-21
Christian Heller
Minor stylistic alignment adjustment.
tree
|
commitdiff
2013-07-21
Christian Heller
Use bit-shifting instead of bizarre arithmetics on...
tree
|
commitdiff
2013-07-21
Christian Heller
Forced new documentation style on readwrite library.
tree
|
commitdiff
2013-07-20
Christian Heller
Moved game exiting into its own function.
tree
|
commitdiff
2013-07-20
Christian Heller
Use standard-conformant exit.
tree
|
commitdiff
2013-07-20
Christian Heller
Use enum instead of define for directions in yx_uint16...
tree
|
commitdiff
2013-07-19
Christian Heller
Replaced dummy function by just passing NULL and checki...
tree
|
commitdiff
2013-07-19
Christian Heller
Moved initialization of map object definitions from...
tree
|
commitdiff
2013-07-19
Christian Heller
Read monster / item definitions from file "defs". File...
tree
|
commitdiff
2013-07-18
Christian Heller
Had forgotten to actually add the new library.
tree
|
commitdiff
2013-07-18
Christian Heller
Emptied map_objects library of stuff that fits better...
tree
|
commitdiff
2013-07-18
Christian Heller
Support different kinds of monsters and items defined...
tree
|
commitdiff
2013-07-10
Christian Heller
Renamed include guard constants to better reflect the...
tree
|
commitdiff
2013-07-10
Christian Heller
Renamed "objects_on_map" library to "map_objects".
tree
|
commitdiff
2013-07-10
Christian Heller
Added some externs.
tree
|
commitdiff
2013-07-10
Christian Heller
Split roguelike.(c|h) into main.(c|h) and misc.(c|h).
tree
|
commitdiff
2013-07-10
Christian Heller
Actually save player's hitpoints to savefile (instead...
tree
|
commitdiff
2013-07-10
Christian Heller
Addendum to previous commit: Added files mentioned...
tree
|
commitdiff
2013-07-10
Christian Heller
Moved map-specific functions into map.h / map.c library.
tree
|
commitdiff
2013-07-10
Christian Heller
Made draw_info_win() use new center_offset () for scrol...
tree
|
commitdiff
2013-07-10
Christian Heller
Fixed map centering bug, refactored center offseting.
tree
|
commitdiff
2013-07-10
Christian Heller
Added command to focus map on player.
tree
|
commitdiff
2013-07-10
Christian Heller
Map scrolling is only possible within map size now.
tree
|
commitdiff
2013-07-10
Christian Heller
Added hitpoints and death for player.
tree
|
commitdiff
2013-07-09
Christian Heller
Some minor refactoring.
tree
|
commitdiff
2013-07-09
Christian Heller
Moved building/reading/writing of map objects into...
tree
|
commitdiff
2013-07-09
Christian Heller
Improved map generation algorithm.
tree
|
commitdiff
2013-07-04
Christian Heller
Restructured chained objects on map via new ChainMapObj...
tree
|
commitdiff
2013-07-03
Christian Heller
Enemies have hitpoints (5 at start), disappear when...
tree
|
commitdiff
2013-07-03
Christian Heller
Generate name chars for items, monsters randomly, save...
tree
|
commitdiff
2013-07-03
Christian Heller
Reworked "actors" library as more inclusive "objects_on...
tree
|
commitdiff
2013-07-03
Christian Heller
Refactored finding of random passable position into...
tree
|
commitdiff
2013-07-02
Christian Heller
Number of items and enemies is now random. To facilitat...
tree
|
commitdiff
2013-07-02
Christian Heller
Grew number of monsters / items.
tree
|
commitdiff
2013-07-02
Christian Heller
Refactored / made more flexible: item/monster initializ...
tree
|
commitdiff
2013-07-02
Christian Heller
Refactored code for loading/saving positions of monster...
tree
|
commitdiff
2013-07-02
Christian Heller
Started implementing items. They don't do much but...
tree
|
commitdiff
2013-06-28
Christian Heller
If pad ends leftwards of current right screen border...
tree
|
commitdiff
2013-06-28
Christian Heller
Re-grouped functions in readwrite library for readabili...
tree
|
commitdiff
2013-06-28
Christian Heller
Made all function declarations in header files extern...
tree
|
commitdiff
2013-06-28
Christian Heller
Rewrote update_log () for a comeback of the message...
tree
|
commitdiff
2013-06-27
Christian Heller
Removed library dependencies made obsolete by last...
tree
|
commitdiff
2013-06-27
Christian Heller
Make is_passable() use yx_uint16 for coordinates instea...
tree
|
commitdiff
2013-06-27
Christian Heller
Make resize_active_win use yx_uint16 for coordinates...
tree
|
commitdiff
2013-06-27
Christian Heller
Sorted out library dependencies / includes. Include...
tree
|
commitdiff
2013-06-26
Christian Heller
Moved lots of stuff into new library actors.
tree
|
commitdiff
2013-06-26
Christian Heller
Moved more stuff into yx_uint16 library.
tree
|
commitdiff
2013-06-26
Christian Heller
Simplified internal structure of move_monster().
tree
|
commitdiff
2013-06-26
Christian Heller
Simplified internal structure of move_player().
tree
|
commitdiff
2013-06-26
Christian Heller
Removed buggy log text compression.
tree
|
commitdiff
2013-06-26
Christian Heller
Refactored all "next turn" / "record action" stuff...
tree
|
commitdiff
2013-06-24
Christian Heller
Moved line to make refactoring easier.
tree
|
commitdiff
2013-06-24
Christian Heller
Removed redundant condition.
tree
|
commitdiff
2013-06-24
Christian Heller
Re-grouped functions in roguelike.c/roguelike.h into...
tree
|
commitdiff
2013-06-24
Christian Heller
Monsters now clash with and hit each other; more elabor...
tree
|
commitdiff
2013-06-23
Christian Heller
Made Map struct use yx_uint16 for 2D coordinates/sizes.
tree
|
commitdiff
2013-06-23
Christian Heller
Make map_scroll() use new direction macros and slightly...
tree
|
commitdiff
2013-06-23
Christian Heller
Added #include guards.
tree
|
commitdiff
2013-06-23
Christian Heller
Moved basic yx_uint16 handling into its own library.
tree
|
commitdiff
2013-06-21
Christian Heller
Refactored direction-decision part of movement of actor...
tree
|
commitdiff
2013-06-21
Christian Heller
Some code grouping and commenting to explain program...
tree
|
commitdiff
2013-06-20
Christian Heller
Use global variable uchar_s instead of UCHARSIZE macro.
tree
|
commitdiff
2013-06-20
Christian Heller
Use preprocessor macro instead of constant variable...
tree
|
commitdiff
2013-06-20
Christian Heller
Have a number (currently: 3) of monsters, instead of...
tree
|
commitdiff
2013-06-20
Christian Heller
Regrouped functions in roguelike.c.
tree
|
commitdiff
2013-06-19
Christian Heller
Restructured source tree. Code moves to src/, object...
tree
|
commitdiff