Author | Changes | Lines of Code | Lines per Change |
---|---|---|---|
Totals | 42 (100.0%) | 395 (100.0%) | 9.4 |
gros | 7 (16.7%) | 178 (45.1%) | 25.4 |
ryo_saeba | 21 (50.0%) | 109 (27.6%) | 5.1 |
mwedel | 2 (4.8%) | 70 (17.7%) | 35.0 |
akirschbaum | 3 (7.1%) | 14 (3.5%) | 4.6 |
quinet | 1 (2.4%) | 11 (2.8%) | 11.0 |
tchize | 1 (2.4%) | 7 (1.8%) | 7.0 |
anmaster | 5 (11.9%) | 6 (1.5%) | 1.2 |
partmedia | 2 (4.8%) | 0 (0.0%) | 0.0 |
Remove automatic prototype generation with cproto
Obtained from: Tolga Dalman
0 lines of code changed in 1 file:
Trim legacy Makefile headers.
0 lines of code changed in 1 file:
Change event listener prototype for plugins to return int instead of void*.
2 lines of code changed in 1 file:
Enable querying whether an object is animated or not.
2 lines of code changed in 1 file:
plugins/cfpython/include/cfpython_proto.h, plugins/cfpython/cfpython.c: Fix
broken give command. Was broken due to MSW removing -Bsymbolic when building
plugins about half a year ago. Also change some other symbols to static in the
plugins to avoid more issues like this.
plugins/cflogger/include/cflogger_proto.h, plugins/cflogger/cflogger.c,
plugins/citylife/include/citylife_proto.h, plugins/citylife/citylife.c,
plugins/cfrhg/include/cfrhg_proto.h, plugins/cfrhg/cfrhg.c,
plugins/cfanim/include/cfanim.h, plugins/cfanim/include/cfanim_proto.h,
plugins/cfanim/cfanim.c, plugins/cfnewspaper/include/cfnewspaper_proto.h,
plugins/cfnewspaper/cfnewspaper.c: More changes in the same style as the above
python changes to reduce possible symbol lookup conflicts. Also make some
functions static.
plugins/cfrhg/include/cfrhg_proto.h, plugins/cfrhg/cfrhg.c: Fix a typo in cfrhg
(was "cfrgh" in one place).
1 lines of code changed in 2 files:
Whitespace changes: consistently reformat code.
14 lines of code changed in 1 file:
Fix for bug #2088893: Assertion in cfanim.c globalEventListener on client connect.
1 lines of code changed in 1 file:
Automatic style fix: replace "foo* bar" by "foo *bar", remove extra spaces inside parentheses, etc.
11 lines of code changed in 1 file:
Make more functions and variables in plugins static. Clean up some indention in plugins.
5 lines of code changed in 2 files:
Removed unused .cvsignore files, after all we use SVN since a long time.
0 lines of code changed in 1 file:
Clean some stuff, allow animation to be specified through the message field of the event connector.
1 lines of code changed in 1 file:
Removed 'context' stuff as it isn't used here. Clean event handling.
1 lines of code changed in 2 files:
Bug fixes, add 'moveto' command and 'byname' victim type.
27 lines of code changed in 2 files:
Document a few things.
17 lines of code changed in 1 file:
First fix pass on CFAnim.
1 lines of code changed in 1 file:
Changed the name of variables that some C compilers considered as keywords.
2 lines of code changed in 2 files:
Win32 compilation fixes.
7 lines of code changed in 1 file:
Plugins Added Trigger, updated TimeOfDay and glowRadius
Add support to trigger a specific "connected" from plugins
Add support to get timeofday names (seasons, months, weeks, day, period of day)
Add in timeofday the notion of period of the day (Night, Morning, Noon, etc)
Fixed glowRadius setter priperty in plugin interface so changes are reflected to user's UI
Add EVENT_TRIGGER call to all objects triggered in a connected chain
autogen.sh invoked
Note: those changes were necessary to build some basic tod based scripts
7 lines of code changed in 1 file:
Remove trailing whitespace.
0 lines of code changed in 2 files:
Fix Win32 compilation.
7 lines of code changed in 1 file:
Fixed crashes when more than one animation was running simultaneously.
2 lines of code changed in 1 file:
Change plugin object event interface to send the event object itself.
1 lines of code changed in 2 files:
Remove generated files.
0 lines of code changed in 1 file:
Bring forward 1.10.0 fix for make distcheck
Fix 'make distclean':
acinclude.m4: Use -I./${srcdir} for crossedit check - otherwise, when
building in alternate directory, doesn't fine files correctly.
configure.*: Add new makefiles.
check-fragment.am, test/unit/crossedit/Makefile.am,
test/unit/common/Makefile.am,test/toolkit/Makefile.am: Add support for build!
make distclean does - using relative directories to find files
does not work. Some files should also be in the buildir, not srcdir.
Have Makefiels remove .autrun.xml with distclean
Makefile.am: Remove to config files on make distclean
test/include/Makefile.*, test/templates/Makefile.*: Add missing Makefiles
test/unit/random_maps/Makefile.am,test/unit/socket/Makefile.am,
test/unit/Makefile.am: remove .autorun.xml file as part of distclean
test/unit/server/Makefile.am: Remove LDFLAGS from Makefile.am - automake
says don't mess with those - use AM_LDFLAGS instead. Remove
.autrun.xml file with distclean
test/Makefile.am: Add include, templates to subdir list. Have
make clean remove log files, .autorun.xml file.
crossedit/Makefile.am: Fix indentation of stubs.c (use tab, not spaces)
other files: Rebuilt as part of running autogen.sh
MSW 2007-03-25
1 lines of code changed in 1 file:
Remove common plugin functions from proto.
0 lines of code changed in 1 file:
Change archetype API.
1 lines of code changed in 1 file:
Changes to plugin API: start to use a (type)* parameter instead of returning a value
cast to void*.
30 lines of code changed in 1 file:
Win32 compilation fixes.
7 lines of code changed in 1 file:
Remove some static variables. Return values from server.
2 lines of code changed in 1 file:
Update cf_object_[gs]et key to use parameter instead of void* return.
2 lines of code changed in 1 file:
Makefile.am, Makefile.in (and Makefiles in subdirs): Put types in list of
SUBDIRS before server so that compilation happens in correct order -
server area requires types to be up to date.
MSW 2007-02-07
69 lines of code changed in 1 file:
Refactored several object types.
Implemented the move_on event, replacing the call to move_apply().
2007-01-21 - gros
45 lines of code changed in 2 files:
Refactoring for TRANSPORT, BOOK, ITEM_TRANSFORMER and POWER_CRYSTAL classes of objects.
Methods implemented: apply, process, describe.
2007-01-14 - Gros
129 lines of code changed in 2 files: