evil genius
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 79
Evil Bricks 0.1
Evil Bricks is an svgalib breakout clone. more>>
Evil Bricks project is an svgalib breakout clone.
Evil Bricks, after commiting genocide on your race, are now plotting to leave the 2 dimensional universe you both occupy and conquer the 3rd dimension and beyond. Its up to you, the paddle, to save N-dimensional space from these evil overlords!
Armed with only your Antimatter Negative Reality Inversion Rectifier (aka the ball), you set forth on your task. And a daunting task it is, but what choice do you have?
Keyboard controls: Arrow Keys (left and right) + Space Bar (to serve)
Mouse controls: obvious, and try pressing the left mouse button to serve (use the Space bar if it doesnt work)
you can pause the game by pressing the p key
screenshots can be dumped with t
to end game early safely press Esc
screenshots are in ppm P3 format can be converted with ppmtogif or other such utils. gimp and zgv can handle this format anyway.
It should be mentioned your mouse MUST be configured in /etc/vga/libvga.config for it to work correctly. Also you might have to run gpm with the -R switch I personally cant as it ruins X, I just end up having to kill gpm either way.
Installing
# make; su; make install
installs to /usr/local/bin
you can also do "make nosound" to skip compiling in sound support
important:
/dev/console must be group writable and user must be in that group for sound to work
<<lessEvil Bricks, after commiting genocide on your race, are now plotting to leave the 2 dimensional universe you both occupy and conquer the 3rd dimension and beyond. Its up to you, the paddle, to save N-dimensional space from these evil overlords!
Armed with only your Antimatter Negative Reality Inversion Rectifier (aka the ball), you set forth on your task. And a daunting task it is, but what choice do you have?
Keyboard controls: Arrow Keys (left and right) + Space Bar (to serve)
Mouse controls: obvious, and try pressing the left mouse button to serve (use the Space bar if it doesnt work)
you can pause the game by pressing the p key
screenshots can be dumped with t
to end game early safely press Esc
screenshots are in ppm P3 format can be converted with ppmtogif or other such utils. gimp and zgv can handle this format anyway.
It should be mentioned your mouse MUST be configured in /etc/vga/libvga.config for it to work correctly. Also you might have to run gpm with the -R switch I personally cant as it ruins X, I just end up having to kill gpm either way.
Installing
# make; su; make install
installs to /usr/local/bin
you can also do "make nosound" to skip compiling in sound support
important:
/dev/console must be group writable and user must be in that group for sound to work
Download (0.014MB)
Added: 2006-12-09 License: GPL (GNU General Public License) Price:
1049 downloads
Genius 0.7.7
Genius is a calculator program similiar in some aspects to BC, Matlab or Maple. more>>
Genius project is a calculator program similiar in some aspects to BC, Matlab or Maple. GEL is the name of its extention language (stands for "Genius Extension Language", clever huh?), in fact, a large part of the standard genius functions are written in GEL itself.
Main features:
- Arbitrary precision ints, multiple precision floats, using all the power of gmp.
- Rational numbers, stored as quotient and denominator.
- Complex numbers, stored in cartesian coordinates as usual.
- Automatic typing, no need to declare types of variables.
- Math-like-looking expressions, tries to be as much a what you mean is what Genius understands, up to a limit of course.
- Matrix calculations, with many related functions.
- Modular arithmetic, including inversions and modular arithmetic on matrices.
- A complete programming language. In fact large part of Genius standard library is written in GEL.
- Can output matrices in LaTeX, Troff (eqn) or MathML, this is I think a very cool feature that allows you to copy stuff directly from the Genius console to a document in LaTeX, troff or MathML. I in fact use this even to just enter matrices into LaTeX documents to begin with.
- 2D Function line plots, standard 2D graphs of up to 10 functions at once, with possibility to export to EPS or PNG
- 3D Function surface plots, with possibility to export to EPS or PNG
- GUI IDE where you can edit and run/test your programs
- A plugin interface, not yet really used.
<<lessMain features:
- Arbitrary precision ints, multiple precision floats, using all the power of gmp.
- Rational numbers, stored as quotient and denominator.
- Complex numbers, stored in cartesian coordinates as usual.
- Automatic typing, no need to declare types of variables.
- Math-like-looking expressions, tries to be as much a what you mean is what Genius understands, up to a limit of course.
- Matrix calculations, with many related functions.
- Modular arithmetic, including inversions and modular arithmetic on matrices.
- A complete programming language. In fact large part of Genius standard library is written in GEL.
- Can output matrices in LaTeX, Troff (eqn) or MathML, this is I think a very cool feature that allows you to copy stuff directly from the Genius console to a document in LaTeX, troff or MathML. I in fact use this even to just enter matrices into LaTeX documents to begin with.
- 2D Function line plots, standard 2D graphs of up to 10 functions at once, with possibility to export to EPS or PNG
- 3D Function surface plots, with possibility to export to EPS or PNG
- GUI IDE where you can edit and run/test your programs
- A plugin interface, not yet really used.
Download (2.5MB)
Added: 2007-02-03 License: GPL (GNU General Public License) Price:
1065 downloads
The Revisionist 0.02b
The Revisionist is a tool for extracting and indexing hidden metadata. more>>
The Revisionist is a tool for extracting and indexing hidden metadata (such as deleted or modified text) from large collections of MS Word files.
It can operate whole Web sites or SMB or NFS directories. The Revisionist project is handy for pen-testing, or it can be used just to spot embarrassing secrets.
My primary goal is to provide pen-testers and content administrators with a handy tool to detect hidden data in all documents available at a specific location (be it a locally mounted network share, a HTTP site, or whatnot), and easily review it all.
Right now, the tool only detects and indexes deleted text in documents with "change tracking" enabled, and can also index usernames and hardware addresses embedded in documents (to facilitate external assessment of company structure); future versions should be able to recover other goodies, too.
Usage:
To run the tool against a local directory, a mounted SMB or NFS directory, or such, simply issue the following command (after doing make, that is):
./therev @/path/to/directory
After the tool completes, you should be able to view master.html in current directory using your favourite browser (Lynx, Netscape, etc). Cached copies of documents would be placed in subdirectories named document.XXXXXX, where X is a random digit; hence, it is recommended to run the tool in a separate directory.
Note that you may also instruct the tool to look for specific substring and only choose those documents that contain it (strict checking, no regexp available):
./therev linux @/path/to/directory
To run the program against a specific site or top-level domain, do the following:
./therev site.com
Note that com, gov, gov.pl, www.microsoft.com are all a valid site name. The first parameter works similar to the previous case:
./therev homeland security gov
As a special bonus, when running the script against multilinguinal sites, you might want to specify a third parameter - desired language (using a two-letter code: en, pl, etc). NOTE: DO NOT USE LANGUAGE QUALIFIER UNLESS NECESSARY:
./therev linux microsoft.com en
The HTTP search mode uses Google.com to locate all matching Word documents on a specific site. For a document to be found, it must be indexable (that is, not excluded in robots.txt) and be in the first 1000 of results for a specific site. If there are more than 1000 documents at some website, consider sub-searches with keywords.
Enhancements:
- This release was fixed to work with the new Google page layout.
- Some other minor fixes were made.
<<lessIt can operate whole Web sites or SMB or NFS directories. The Revisionist project is handy for pen-testing, or it can be used just to spot embarrassing secrets.
My primary goal is to provide pen-testers and content administrators with a handy tool to detect hidden data in all documents available at a specific location (be it a locally mounted network share, a HTTP site, or whatnot), and easily review it all.
Right now, the tool only detects and indexes deleted text in documents with "change tracking" enabled, and can also index usernames and hardware addresses embedded in documents (to facilitate external assessment of company structure); future versions should be able to recover other goodies, too.
Usage:
To run the tool against a local directory, a mounted SMB or NFS directory, or such, simply issue the following command (after doing make, that is):
./therev @/path/to/directory
After the tool completes, you should be able to view master.html in current directory using your favourite browser (Lynx, Netscape, etc). Cached copies of documents would be placed in subdirectories named document.XXXXXX, where X is a random digit; hence, it is recommended to run the tool in a separate directory.
Note that you may also instruct the tool to look for specific substring and only choose those documents that contain it (strict checking, no regexp available):
./therev linux @/path/to/directory
To run the program against a specific site or top-level domain, do the following:
./therev site.com
Note that com, gov, gov.pl, www.microsoft.com are all a valid site name. The first parameter works similar to the previous case:
./therev homeland security gov
As a special bonus, when running the script against multilinguinal sites, you might want to specify a third parameter - desired language (using a two-letter code: en, pl, etc). NOTE: DO NOT USE LANGUAGE QUALIFIER UNLESS NECESSARY:
./therev linux microsoft.com en
The HTTP search mode uses Google.com to locate all matching Word documents on a specific site. For a document to be found, it must be indexable (that is, not excluded in robots.txt) and be in the first 1000 of results for a specific site. If there are more than 1000 documents at some website, consider sub-searches with keywords.
Enhancements:
- This release was fixed to work with the new Google page layout.
- Some other minor fixes were made.
Download (0.016MB)
Added: 2006-01-30 License: LGPL (GNU Lesser General Public License) Price:
1363 downloads
Black Penguin 0.2
Black Penguin project is an arcade style jump-on-cubes game. more>>
Black Penguin project is an arcade style jump-on-cubes game.
Use your cursor keys to make the penguin escape from the evil window thats menacing him and gather credits by collecting the items on the cubes.
Black Penguin comes with 16 levels, runs under X11 with Qt and/or KDE, has rendered graphics, sound support is not implemented yet.
<<lessUse your cursor keys to make the penguin escape from the evil window thats menacing him and gather credits by collecting the items on the cubes.
Black Penguin comes with 16 levels, runs under X11 with Qt and/or KDE, has rendered graphics, sound support is not implemented yet.
Download (0.31MB)
Added: 2006-11-24 License: GPL (GNU General Public License) Price:
1065 downloads
Evil Greg Vs. Eight Year Olds 0.4.1
Evil Greg battles hordes of 8 year old kids. more>>
Evil Greg Vs. Eight Year Olds was originally conceived when Nizzity asked EG how many 8 year old kids it would take to bring him down. EG responded that no amount would be enough because he would eat them as he went and would slowly grow in power.
He claims that eventually his heartburn would allow him to breath fire and they would fall before him. The game will test the merit of his claims. This is an accurate scientific simulation.
<<lessHe claims that eventually his heartburn would allow him to breath fire and they would fall before him. The game will test the merit of his claims. This is an accurate scientific simulation.
Download (3.9MB)
Added: 2007-08-05 License: Freeware Price:
810 downloads
StepBill 2.4
StepBill is a clone of XBill for GNUstep. more>>
StepBill project is a clone of XBill for GNUstep.
Yet again, the fate of the world rests in your hands! An evil computer hacker, known only by his handle Bill, has created the ultimate computer virus.
A virus so powerful that it has the power to transmute an ordinary computer into a toaster oven. (oooh!) Bill has cloned himself into a billion-jillion micro-Bills.
Their sole purpose is to deliver the nefarious virus, which has been cleverly disguised as a popular operating system.
As System Administrator/Exterminator, your job is to keep Bill from succeeding at his task.
Enhancements:
- Added Bulgarian from Yavor Doganov
<<lessYet again, the fate of the world rests in your hands! An evil computer hacker, known only by his handle Bill, has created the ultimate computer virus.
A virus so powerful that it has the power to transmute an ordinary computer into a toaster oven. (oooh!) Bill has cloned himself into a billion-jillion micro-Bills.
Their sole purpose is to deliver the nefarious virus, which has been cleverly disguised as a popular operating system.
As System Administrator/Exterminator, your job is to keep Bill from succeeding at his task.
Enhancements:
- Added Bulgarian from Yavor Doganov
Download (0.077MB)
Added: 2006-12-08 License: GPL (GNU General Public License) Price:
1051 downloads
Legendary Legions 20070411
Legendary Legions is a turn-based strategy game with fantasy theme and rpg-elements. more>>
Legendary Legions is a turn-based strategy game with fantasy theme and rpg-elements (e.g. leveling the units, and skills which you could raise).
Your mission is to destroy enemys castle. You can be on good or evil side. A the moment game supports only 2 human player game, but in future we plan to add AI and network play. The gameplay is similar to this in Heroes of Might and Magic but its much simpler of course.
Game was written with allegro for graphic and:
- allegromp3 for music
- loadpng for png support
Note:
All units have been taken from Celtic Legends (an old Amiga game), the concept is a hybrid of Celtic Legends (its not clone), Heroes of Might & Magic and Civilization :D . The dragon in menu and in interface is not ours too as well as music in trailer ;D. Hmmm whats more... the code is ours (but we wont public it yet and everything is in polish so you wont understand it at all), the rest graphic are ours. Oh and sound when the unit is building is not ours too. I think its all about copyrights. The game is freeware, non-profit etc.
Enhancements:
- network multiplayer support
- graphic feature: dynamic clouds with lightining
- builder now can build tower or town
- performance tweak: framelimiter
- fixed bug: tower capture
- some optimization and bugfixes
<<lessYour mission is to destroy enemys castle. You can be on good or evil side. A the moment game supports only 2 human player game, but in future we plan to add AI and network play. The gameplay is similar to this in Heroes of Might and Magic but its much simpler of course.
Game was written with allegro for graphic and:
- allegromp3 for music
- loadpng for png support
Note:
All units have been taken from Celtic Legends (an old Amiga game), the concept is a hybrid of Celtic Legends (its not clone), Heroes of Might & Magic and Civilization :D . The dragon in menu and in interface is not ours too as well as music in trailer ;D. Hmmm whats more... the code is ours (but we wont public it yet and everything is in polish so you wont understand it at all), the rest graphic are ours. Oh and sound when the unit is building is not ours too. I think its all about copyrights. The game is freeware, non-profit etc.
Enhancements:
- network multiplayer support
- graphic feature: dynamic clouds with lightining
- builder now can build tower or town
- performance tweak: framelimiter
- fixed bug: tower capture
- some optimization and bugfixes
Download (3.6MB)
Added: 2007-05-26 License: Freeware Price:
882 downloads
Alien Flux 1.6
Alien Flux is an arcade game where cute little Fluffies need YOUR help! more>>
Alien Flux is an arcade game where cute little Fluffies need YOUR help! Have you got what it takes to save them?
Defend the cutest, fluffiest little creatures in the Galaxy from a horde of evil aliens from the fifth dimension! With only fast reactions, animal cunning and a very big laser cannon to help you, you must rescue the Fluffies as malevolent Bubbles attempt to turn them into lime jelly.
Main features:
- 16 unique evil aliens from the 5th dimension
- 4 massive and fiendish bosses
- 8 cute fluffy friends that need your help
- 12 powerups to help you in your mission
- 100 levels of blistering arcade action in which to battle
- online hiscore table - be the best in the world and compete against your friends!
<<lessDefend the cutest, fluffiest little creatures in the Galaxy from a horde of evil aliens from the fifth dimension! With only fast reactions, animal cunning and a very big laser cannon to help you, you must rescue the Fluffies as malevolent Bubbles attempt to turn them into lime jelly.
Main features:
- 16 unique evil aliens from the 5th dimension
- 4 massive and fiendish bosses
- 8 cute fluffy friends that need your help
- 12 powerups to help you in your mission
- 100 levels of blistering arcade action in which to battle
- online hiscore table - be the best in the world and compete against your friends!
Download (MB)
Added: 2006-03-16 License: Freeware Price:
1318 downloads
TheCircle 0.41c
The Circle is an open source scalable decentralized peer to peer application. more>>
The Circle is an open source scalable decentralized peer to peer application. What does that mean? Well, theres no central authority running the show. No entry taxes either, no censorship, and (in theory) no weak point which can break the whole system. No one even owns the source code. There is a network, even if there are a few people which uses this program.
The Circle allows you to :
* Share files
* Send instant messages and chat IRC-style
* Put together your own personalized, trust based news service
* Proxy Debian package downloads
The Circle is written in Python. It runs on Linux and Windows. (in fact, there is very little operating system specific code, so it will most likely work on any system that supports Python).
At the core of the Circle is a decentralized hashtable, or "Chord". This table allows users to search for files in logarithmic time, based on keywords. This means that the Circle does not have the scalability problems of Gnutella style network (such as Kazaa, eDonkey), while also avoiding the need for a central server and therefore a single point of failure. Details of its operation are given in the "Technical Details" section below.
The Circle does have the ability to post fully anonymous news a la Freenet. However, the file-sharing protocol isnt entirely anonymous. People will be able to work out your IP address.
In order to protect user privacy, the Circle includes a Digital Rights Management system. Although everybody can search your files by their keywords, you may choose which users are authorized to download them. An unauthorized third party has access only to the names of your files, not to their content. Needless to say, we expect you to use this system in order to prevent copyright infringement, while allowing private copy.
Note: If we become aware that you are trying to share snuff or child pornography, we will be able to work out your IP and from that your location and identity, and report you to the police and/or your ISP. Snuff and child pornography are things we think any reasonable person considers to be evil (its an issue quite separate from the debate over copyright).
<<lessThe Circle allows you to :
* Share files
* Send instant messages and chat IRC-style
* Put together your own personalized, trust based news service
* Proxy Debian package downloads
The Circle is written in Python. It runs on Linux and Windows. (in fact, there is very little operating system specific code, so it will most likely work on any system that supports Python).
At the core of the Circle is a decentralized hashtable, or "Chord". This table allows users to search for files in logarithmic time, based on keywords. This means that the Circle does not have the scalability problems of Gnutella style network (such as Kazaa, eDonkey), while also avoiding the need for a central server and therefore a single point of failure. Details of its operation are given in the "Technical Details" section below.
The Circle does have the ability to post fully anonymous news a la Freenet. However, the file-sharing protocol isnt entirely anonymous. People will be able to work out your IP address.
In order to protect user privacy, the Circle includes a Digital Rights Management system. Although everybody can search your files by their keywords, you may choose which users are authorized to download them. An unauthorized third party has access only to the names of your files, not to their content. Needless to say, we expect you to use this system in order to prevent copyright infringement, while allowing private copy.
Note: If we become aware that you are trying to share snuff or child pornography, we will be able to work out your IP and from that your location and identity, and report you to the police and/or your ISP. Snuff and child pornography are things we think any reasonable person considers to be evil (its an issue quite separate from the debate over copyright).
Download (0.78MB)
Added: 2006-06-19 License: GPL (GNU General Public License) Price:
1222 downloads
Dungeon Inc 0.1
DungeonInc is a realtime dungeon simulator. more>>
DungeonInc is a realtime dungeon simulator. The creatures living in the dungeon have their own will and the player can only interact to a certain extend.
Dungeon Incs goal is to gather as much valuables in your dungeon as you can. In order to accomplish that, youve to make it as comfortable as possible for your creatures while fending of attacks from the evil heroes looking for loot and fame.
Currently Im very busy with work and real life, so the project is not actively developed. Thats the main reason that this website exists. Im looking for people to continue the work on it, since I still like the idea. If youre interested in helping or taking over the project, please contact me.
<<lessDungeon Incs goal is to gather as much valuables in your dungeon as you can. In order to accomplish that, youve to make it as comfortable as possible for your creatures while fending of attacks from the evil heroes looking for loot and fame.
Currently Im very busy with work and real life, so the project is not actively developed. Thats the main reason that this website exists. Im looking for people to continue the work on it, since I still like the idea. If youre interested in helping or taking over the project, please contact me.
Download (0.43MB)
Added: 2006-05-05 License: GPL (GNU General Public License) Price:
1268 downloads
xbill 2.1
xbill is a game in which you have to save the world from the evil hacker known only as Bill. more>>
xbill is a game in which you have to save the world from the evil hacker known only as Bill.
xbill is a game that tests your reflexes as you seek out and destroy all forms of Bill, establish a new operating system that is very popular throughout the universe, and boldly go where no geek has gone before.
Enhancements:
- converted all code from C++ into C.
- cleaned up pretty much all of the code.
- modified build system to use GNU autoconf instead of imake.
- made the UI system modular, and created modules for the Athena and Motif widget sets. By default, both are built into the binary.
- added a GTK front end.
- added an option to use a larger playing field.
- changed the Athena front end to use Xaw3d when possible.
- add Palm OS/CPU (images borrowed from pBill and heavily modified)
<<lessxbill is a game that tests your reflexes as you seek out and destroy all forms of Bill, establish a new operating system that is very popular throughout the universe, and boldly go where no geek has gone before.
Enhancements:
- converted all code from C++ into C.
- cleaned up pretty much all of the code.
- modified build system to use GNU autoconf instead of imake.
- made the UI system modular, and created modules for the Athena and Motif widget sets. By default, both are built into the binary.
- added a GTK front end.
- added an option to use a larger playing field.
- changed the Athena front end to use Xaw3d when possible.
- add Palm OS/CPU (images borrowed from pBill and heavily modified)
Download (0.051MB)
Added: 2006-12-06 License: GPL (GNU General Public License) Price:
1054 downloads
EPIC4 2.4
EPIC4 is a new direction in ircII development. more>>
EPIC4 is a new direction in ircII development. No longer is EPIC 100% backwards compatable with ircII, but instead we have chosen to find those things where compatability is undesirable, and fix them.
No gratuitous incompatabilities have been added, but lots of new code has been added to make EPIC the best ircII client we could make.
EPIC4 is derived directly from EPIC3, which was itself derived from IRC-II which is currently maintained by Matthew Green, and includes in whole all the additions included in the "plus" clients by Jeremy Nelson and all of the modifications in the "mod" clients by Jake Khuon.
EPIC is currently maintained by EPIC Software Labs (ESL), comprised of Jeremy Nelson, Jake Kuhon, Robert Chady, and a cast of a dozen others.
Main features:
- EPIC is completely safe: There are no hidden trap doors. We value your trust, and will not do anything to abuse it.
- EPIC is programmable: While ircII does contain a wide range of commands and functions, several glaring ommisions exist, which EPIC has attempted to fill, making the ircII language complete, precise, and efficient.
- EPIC supports bots: We do not agree with those who feel that script bots are all the evil of irc, and we feel that scripts bots must not be squelched by those who have the stranglehold of control on irc. EPIC will support bots for as long as we maintain it.
- EPIC is not anal retentive: EPIC allows you to do EVERYTHING that the irc protocol (RFC 1459) allows, and does not place any arbitrary restrictions upon you. EPIC *does* fully comply with the protocol as shipped and does not allow you to do anything that is deemed illegal by the protocol.
- EPIC is complete: EPIC supplies over 100 various functions and commands which allow you to do things very quickly that required very large or slow scripts in the past.
- EPIC is fully ANSI-compliant. Most current versions of the stock client do have full prototyping for all functions, which has the same net effect as the work we have done. We, however, chose to provide both a "old" style (k&r) function header and a "new" style (ansi) function header with every function and provide every extern function a prototype in a header file.
- EPIC is getting smaller and faster. Changes are continually underway to provide a faster client with more functionality while using less CPU cycles. While these may appear to be conflicting goals, the whole point of the EPIC project is to provide the best client that runs as well as can be managed.
Enhancements:
- Change the scary "ERROR --" messages to "INFO --" and hide for dcc and exec.
- Remove hardcoded limits on size of status expandos
- Built in history has been moved to a script implementation
- Translation support fixed for russian users
- Very many commands, functions, sets, moved from builtin to builtins script.
- A new "loadformats" script to use implied on hooks.
- Bug fixes and a multitude of smaller changes.
<<lessNo gratuitous incompatabilities have been added, but lots of new code has been added to make EPIC the best ircII client we could make.
EPIC4 is derived directly from EPIC3, which was itself derived from IRC-II which is currently maintained by Matthew Green, and includes in whole all the additions included in the "plus" clients by Jeremy Nelson and all of the modifications in the "mod" clients by Jake Khuon.
EPIC is currently maintained by EPIC Software Labs (ESL), comprised of Jeremy Nelson, Jake Kuhon, Robert Chady, and a cast of a dozen others.
Main features:
- EPIC is completely safe: There are no hidden trap doors. We value your trust, and will not do anything to abuse it.
- EPIC is programmable: While ircII does contain a wide range of commands and functions, several glaring ommisions exist, which EPIC has attempted to fill, making the ircII language complete, precise, and efficient.
- EPIC supports bots: We do not agree with those who feel that script bots are all the evil of irc, and we feel that scripts bots must not be squelched by those who have the stranglehold of control on irc. EPIC will support bots for as long as we maintain it.
- EPIC is not anal retentive: EPIC allows you to do EVERYTHING that the irc protocol (RFC 1459) allows, and does not place any arbitrary restrictions upon you. EPIC *does* fully comply with the protocol as shipped and does not allow you to do anything that is deemed illegal by the protocol.
- EPIC is complete: EPIC supplies over 100 various functions and commands which allow you to do things very quickly that required very large or slow scripts in the past.
- EPIC is fully ANSI-compliant. Most current versions of the stock client do have full prototyping for all functions, which has the same net effect as the work we have done. We, however, chose to provide both a "old" style (k&r) function header and a "new" style (ansi) function header with every function and provide every extern function a prototype in a header file.
- EPIC is getting smaller and faster. Changes are continually underway to provide a faster client with more functionality while using less CPU cycles. While these may appear to be conflicting goals, the whole point of the EPIC project is to provide the best client that runs as well as can be managed.
Enhancements:
- Change the scary "ERROR --" messages to "INFO --" and hide for dcc and exec.
- Remove hardcoded limits on size of status expandos
- Built in history has been moved to a script implementation
- Translation support fixed for russian users
- Very many commands, functions, sets, moved from builtin to builtins script.
- A new "loadformats" script to use implied on hooks.
- Bug fixes and a multitude of smaller changes.
Download (0.80MB)
Added: 2006-10-19 License: GPL (GNU General Public License) Price:
1102 downloads
Neverwinter Nights Client 1.68
Neverwinter Nights (NWN) is a computer game set in a huge medieval fantasy world of Dungeons and Dragons. more>>
Neverwinter Nights (NWN) is a computer game set in a huge medieval fantasy world of Dungeons and Dragons. Neverwinter Nights puts you at the center of an epic tale of faith, war, and betrayal.
As a player, you are able to choose what skills and abilities you will develop as you voyage though the complex and dangerous fantasy world of Forgotten Realms. Be a deadly and dangerous Rogue moving through the shadows using stealth and secrecy, be a scholarly Wizard and wield powerful magic against your enemies, be a hulking Barbarian whose lust for battle is matched only by his terrible rage, be an armor-clad Paladin who protects the innocent and vanquishes his foes, be a crusading Cleric who heals the sick and defends the helpless... be all this and more.
Neverwinter Nights allows you to create your own worlds. This revolutionary game will come with all the tools needed to construct your own unique lands of adventure. The Neverwinter Nights Aurora Toolset allows even novice users to construct everything from a quiet, misty forest or a dripping cavern of foul evil, to a kings court. All the monsters, items, set pieces and settings are there for world builders to use. But do not stop there; construct traps, encounters, custom monsters and magic items to make your adventure unique.
But the Neverwinter experience is not just for one person- adventure with all your friends. Neverwinter Nights can be played online with up to 64 friends, all sharing in the adventure. You can organize and run your own adventures through the role of the Dungeon Master and control all the monsters, creatures and characters your friends meet as they journey on their quest. A powerful piece of software that is included with Neverwinter Nights, the DM Client, allows nearly unlimited control for running your own adventures for your friends.
Neverwinter Nights...endless adventure!
Important Notes Before You Begin
There are 2 things you will need in order to use Neverwinter Nights Linux Client, aside from downloading the Linux Client binaries:
The game resources
A CD-Key
1. Game Resources: You will need to get the Neverwinter Nights game resouces from one of these locations:
from an existing Windows installation of the 1.29 build of Neverwinter Nights (instructions below)
OR
from an installation of the Neverwinter Nights Gold Edition (instructions below)
OR
from a mirror site hosting the Neverwinter Nights v1.29 Linux Client resources (instructions below)
2. CD-Key: You will have to purchase a copy of the game to get a valid Neverwinter Nights CD-Key. Of course, with this purchase you also get a lovely Neverwinter Nights mapkin, a spiral-bound game manual, and three plastic-coated aluminum-reinforced W1nd0z3 brand coasters.
<<lessAs a player, you are able to choose what skills and abilities you will develop as you voyage though the complex and dangerous fantasy world of Forgotten Realms. Be a deadly and dangerous Rogue moving through the shadows using stealth and secrecy, be a scholarly Wizard and wield powerful magic against your enemies, be a hulking Barbarian whose lust for battle is matched only by his terrible rage, be an armor-clad Paladin who protects the innocent and vanquishes his foes, be a crusading Cleric who heals the sick and defends the helpless... be all this and more.
Neverwinter Nights allows you to create your own worlds. This revolutionary game will come with all the tools needed to construct your own unique lands of adventure. The Neverwinter Nights Aurora Toolset allows even novice users to construct everything from a quiet, misty forest or a dripping cavern of foul evil, to a kings court. All the monsters, items, set pieces and settings are there for world builders to use. But do not stop there; construct traps, encounters, custom monsters and magic items to make your adventure unique.
But the Neverwinter experience is not just for one person- adventure with all your friends. Neverwinter Nights can be played online with up to 64 friends, all sharing in the adventure. You can organize and run your own adventures through the role of the Dungeon Master and control all the monsters, creatures and characters your friends meet as they journey on their quest. A powerful piece of software that is included with Neverwinter Nights, the DM Client, allows nearly unlimited control for running your own adventures for your friends.
Neverwinter Nights...endless adventure!
Important Notes Before You Begin
There are 2 things you will need in order to use Neverwinter Nights Linux Client, aside from downloading the Linux Client binaries:
The game resources
A CD-Key
1. Game Resources: You will need to get the Neverwinter Nights game resouces from one of these locations:
from an existing Windows installation of the 1.29 build of Neverwinter Nights (instructions below)
OR
from an installation of the Neverwinter Nights Gold Edition (instructions below)
OR
from a mirror site hosting the Neverwinter Nights v1.29 Linux Client resources (instructions below)
2. CD-Key: You will have to purchase a copy of the game to get a valid Neverwinter Nights CD-Key. Of course, with this purchase you also get a lovely Neverwinter Nights mapkin, a spiral-bound game manual, and three plastic-coated aluminum-reinforced W1nd0z3 brand coasters.
Download (131MB)
Added: 2006-10-18 License: Freeware Price:
1116 downloads
Defendguin 0.0.11
Defendguin is a Defender clone with a Linux theme! more>>
Defendguin is a Defender clone with a Linux theme!
Evil monopoly-owning aliens are out to capture friendly little penguinoids and convert them into evil mutants!
Fly around, blast things and save the penguinoids.
<<lessEvil monopoly-owning aliens are out to capture friendly little penguinoids and convert them into evil mutants!
Fly around, blast things and save the penguinoids.
Download (2.1MB)
Added: 2006-01-30 License: GPL (GNU General Public License) Price:
1362 downloads
enemy lines 6 1.1
enemy lines 3 is a semi-abstract first person 3D-shooter game. more>>
enemy lines 3 is a semi-abstract first person 3D-shooter game. enemy lines 3s goal is to shoot evil robots before they get too close or to use your jetpack to escape.
The robots cant jump, but they can tear down walls.
<<lessThe robots cant jump, but they can tear down walls.
Download (0.20MB)
Added: 2006-06-18 License: GPL (GNU General Public License) Price:
1223 downloads
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above evil genius search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed