]> git.xonotic.org Git - xonotic/netradiant.git/commit
* added basic code for ufoai plugin (this still needs the pending filter api patch...
authormattn <mattn@8a3a26a2-13c4-0310-b231-cf6edde360e5>
Sun, 16 Mar 2008 08:46:02 +0000 (08:46 +0000)
committermattn <mattn@8a3a26a2-13c4-0310-b231-cf6edde360e5>
Sun, 16 Mar 2008 08:46:02 +0000 (08:46 +0000)
commitb03994e683cd16ecbb21c6d3b23c20f1fb45ee06
tree42d93abb9b63f3009529e256a1f7e13f7ef4c7d1
parente5efa2b41a287a645cb99da25a9184a7a241f712
* added basic code for ufoai plugin (this still needs the pending filter api patch - that's why it's not included in the build chain yet)

git-svn-id: https://zerowing.idsoftware.com/svn/radiant/GtkRadiant/branches/ZeroRadiant@207 8a3a26a2-13c4-0310-b231-cf6edde360e5
18 files changed:
contrib/ufoai/bitmaps/ufoai_actorclip.bmp [new file with mode: 0644]
contrib/ufoai/bitmaps/ufoai_level1.bmp [new file with mode: 0644]
contrib/ufoai/bitmaps/ufoai_level2.bmp [new file with mode: 0644]
contrib/ufoai/bitmaps/ufoai_level3.bmp [new file with mode: 0644]
contrib/ufoai/bitmaps/ufoai_level4.bmp [new file with mode: 0644]
contrib/ufoai/bitmaps/ufoai_level5.bmp [new file with mode: 0644]
contrib/ufoai/bitmaps/ufoai_level6.bmp [new file with mode: 0644]
contrib/ufoai/bitmaps/ufoai_level7.bmp [new file with mode: 0644]
contrib/ufoai/bitmaps/ufoai_level8.bmp [new file with mode: 0644]
contrib/ufoai/bitmaps/ufoai_nodraw.bmp [new file with mode: 0644]
contrib/ufoai/bitmaps/ufoai_stepon.bmp [new file with mode: 0644]
contrib/ufoai/bitmaps/ufoai_weaponclip.bmp [new file with mode: 0644]
contrib/ufoai/plugin.cpp [new file with mode: 0644]
contrib/ufoai/plugin.h [new file with mode: 0644]
contrib/ufoai/ufoai.def [new file with mode: 0644]
contrib/ufoai/ufoai.vcproj [new file with mode: 0644]
contrib/ufoai/ufoai_filters.cpp [new file with mode: 0644]
contrib/ufoai/ufoai_filters.h [new file with mode: 0644]